Searched refs:dstrgn (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | region.c | 966 * "Append" the rgn rectangles onto the end of dstrgn, maintaining 967 * knowledge of YX-banding when it's easy. Otherwise, dstrgn just 976 * dstrgn is modified if rgn has rectangles. 980 RegionAppend(RegionPtr dstrgn, RegionPtr rgn) argument 987 return RegionBreak (dstrgn); 989 if (!rgn->data && (dstrgn->data == &RegionEmptyData)) 991 dstrgn->extents = rgn->extents; 992 dstrgn->data = NULL; 1001 dnumRects = RegionNumRects(dstrgn); 1004 RECTALLOC(dstrgn, siz [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | region.c | 953 * "Append" the rgn rectangles onto the end of dstrgn, maintaining 954 * knowledge of YX-banding when it's easy. Otherwise, dstrgn just 963 * dstrgn is modified if rgn has rectangles. 967 RegionAppend(RegionPtr dstrgn, RegionPtr rgn) argument 974 return RegionBreak(dstrgn); 976 if (!rgn->data && (dstrgn->data == &RegionEmptyData)) { 977 dstrgn->extents = rgn->extents; 978 dstrgn->data = NULL; 987 dnumRects = RegionNumRects(dstrgn); 990 RECTALLOC(dstrgn, siz [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | Region.c | 514 register Region dstrgn, 518 if (dstrgn != rgn) /* don't want to copy to itself */ 520 if (dstrgn->size < rgn->numRects) 522 if (dstrgn->rects) 524 BOX *prevRects = dstrgn->rects; 526 dstrgn->rects = Xreallocarray(dstrgn->rects, 528 if (! dstrgn->rects) { 530 dstrgn->size = 0; 534 dstrgn 512 miRegionCopy(register Region dstrgn,register Region rgn) argument [all...] |
Completed in 6 milliseconds