Searched refs:numBox (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/miext/rootless/ | ||
| H A D | rootlessCommon.c | 340 int numBox = RegionNumRects(pRegion); local in function:RootlessDamageRegion 342 for (end = box+numBox; box < end; box++) { |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ | ||
| H A D | xaaImage.c | 481 int numBox, increment; local in function:XAAPutImage 498 numBox = nboxes; 499 while(numBox--) { |
| /xsrc/external/mit/xorg-server/dist/miext/rootless/ | ||
| H A D | rootlessCommon.c | 395 int numBox = RegionNumRects(pRegion); local in function:RootlessDamageRegion 397 for (end = box + numBox; box < end; box++) { |
Completed in 5 milliseconds