Searched refs:NPT (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | mipushpxl.c | 59 #define NPT 128 macro 106 DDXPointRec pt[NPT], ptThisLine; 107 int width[NPT]; 171 if (++ipt >= NPT) 174 NPT, pt, width, TRUE); 228 if (++ipt >= NPT) 231 pGC, NPT, pt, width, TRUE); 258 if (++ipt >= NPT) 260 (*pGC->ops->FillSpans)(pDrawable, pGC, NPT, pt, width, TRUE);
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | mipushpxl.c | 58 #define NPT 128 macro 104 DDXPointRec pt[NPT], ptThisLine; 105 int width[NPT]; 158 if (++ipt >= NPT) { 160 NPT, pt, width, TRUE); 209 if (++ipt >= NPT) { 211 pGC, NPT, pt, width, TRUE); 238 if (++ipt >= NPT) { 239 (*pGC->ops->FillSpans) (pDrawable, pGC, NPT, pt, width, TRUE);
|
Completed in 2 milliseconds