Searched refs:pNextRect (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | Region.c | 435 register BoxPtr pNextRect; 437 pNextRect = &pReg->rects[pReg->numRects]; 455 MEMCHECK(pReg, pNextRect, pReg->rects); 456 pNextRect->x1 = x1; 457 pNextRect->y1 = y1; 458 pNextRect->x2 = x2; 459 pNextRect->y2 = y2; 461 pNextRect++; 1038 register BoxPtr pNextRect; 1040 pNextRect 434 register BoxPtr pNextRect; local in function:miIntersectO 1036 register BoxPtr pNextRect; local in function:miUnionNonO 1087 register BoxPtr pNextRect; local in function:miUnionO 1238 register BoxPtr pNextRect; local in function:miSubtractNonO1 1287 register BoxPtr pNextRect; local in function:miSubtractO [all...] |
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | region.c | 182 #define ADDRECT(pNextRect,nx1,ny1,nx2,ny2) \ 184 pNextRect->x1 = nx1; \ 185 pNextRect->y1 = ny1; \ 186 pNextRect->x2 = nx2; \ 187 pNextRect->y2 = ny2; \ 188 pNextRect++; \ 191 #define NEWRECT(pReg,pNextRect,nx1,ny1,nx2,ny2) \ 197 pNextRect = RegionTop(pReg); \ 199 ADDRECT(pNextRect,nx1,ny1,nx2,ny2); \ 491 BoxPtr pNextRect; local in function:RegionAppendNonO 909 BoxPtr pNextRect; local in function:RegionUnionO [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | region.c | 182 #define ADDRECT(pNextRect,nx1,ny1,nx2,ny2) \ 184 pNextRect->x1 = nx1; \ 185 pNextRect->y1 = ny1; \ 186 pNextRect->x2 = nx2; \ 187 pNextRect->y2 = ny2; \ 188 pNextRect++; \ 191 #define NEWRECT(pReg,pNextRect,nx1,ny1,nx2,ny2) \ 197 pNextRect = RegionTop(pReg); \ 199 ADDRECT(pNextRect,nx1,ny1,nx2,ny2); \ 493 BoxPtr pNextRect; local in function:RegionAppendNonO 899 BoxPtr pNextRect; local in function:RegionUnionO [all...] |
Completed in 6 milliseconds