Searched refs:RegionRectAlloc (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | region.c | 176 if (!RegionRectAlloc(pReg, n)) { goto bail; } 180 if (!RegionRectAlloc(pReg, n)) { return FALSE; } 195 if (!RegionRectAlloc(pReg, 1)) \ 335 RegionRectAlloc(RegionPtr pRgn, int n) function in typeref:typename:Bool 643 if (!RegionRectAlloc(newReg, newSize)) 1297 if (!RegionRectAlloc(&rit->reg, (i+numRI) / numRI)) /* MUST force allocation */
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | region.c | 176 if (!RegionRectAlloc(pReg, n)) { goto bail; } 180 if (!RegionRectAlloc(pReg, n)) { return FALSE; } 195 if (!RegionRectAlloc(pReg, 1)) \ 345 RegionRectAlloc(RegionPtr pRgn, int n) function in typeref:typename:Bool 640 if (!RegionRectAlloc(newReg, newSize)) 1262 if (!RegionRectAlloc(&rit->reg, (i + numRI) / numRI)) /* MUST force allocation */
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | regionstr.h | 330 extern _X_EXPORT Bool RegionRectAlloc(RegionPtr /*pRgn */ ,
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | regionstr.h | 315 extern _X_EXPORT Bool RegionRectAlloc(
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbpixmap.c | 118 RegionRectAlloc(reg, 1); \
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbpixmap.c | 108 RegionRectAlloc(reg, 1); \
|
Completed in 8 milliseconds