Searched refs:bres (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiscanfill.h142 #define BRESINITPGONSTRUCT(dmaj, min1, min2, bres) \
143 BRESINITPGON(dmaj, min1, min2, bres.minor, bres.d, \
144 bres.m, bres.m1, bres.incr1, bres.incr2)
146 #define BRESINCRPGONSTRUCT(bres) \
147 BRESINCRPGON(bres.d, bres
[all...]
H A Dmipoly.h90 BRESINFO bres; /* Bresenham info to run the edge */ member in struct:_EdgeTableEntry
154 BRESINCRPGONSTRUCT(pAET->bres); \
176 BRESINCRPGONSTRUCT(pAET->bres); \
H A Dmipolygen.c130 ptsOut->x = pAET->bres.minor;
132 *width++ = pAET->next->bres.minor - pAET->bres.minor;
186 ptsOut->x = pAET->bres.minor;
188 *width++ = pAET->nextWETE->bres.minor - pAET->bres.minor;
H A Dmipolyutil.c124 while (start && (start->bres.minor < ETE->bres.minor))
182 AET->bres.minor = MININT;
228 BRESINITPGONSTRUCT(dy, top->x, bottom->x, pETEs->bres);
266 while (AET && (AET->bres.minor < ETEs->bres.minor))
356 while (pETEchase->back->bres.minor > AET->bres.minor)
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiscanfill.h138 #define BRESINITPGONSTRUCT(dmaj, min1, min2, bres) \
139 BRESINITPGON(dmaj, min1, min2, bres.minor, bres.d, \
140 bres.m, bres.m1, bres.incr1, bres.incr2)
142 #define BRESINCRPGONSTRUCT(bres) \
143 BRESINCRPGON(bres.d, bres
[all...]
H A Dmipoly.h89 BRESINFO bres; /* Bresenham info to run the edge */ member in struct:_EdgeTableEntry
149 BRESINCRPGONSTRUCT(pAET->bres); \
170 BRESINCRPGONSTRUCT(pAET->bres); \
H A Dmipoly.c113 while (start && (start->bres.minor < ETE->bres.minor)) {
180 AET->bres.minor = MININT;
222 BRESINITPGONSTRUCT(dy, top->x, bottom->x, pETEs->bres);
253 while (AET && (AET->bres.minor < ETEs->bres.minor)) {
330 while (pETEchase->back->bres.minor > AET->bres.minor)
577 ptsOut->x = pAET->bres.minor;
579 *width++ = pAET->next->bres
[all...]
/xsrc/external/mit/libX11/dist/src/
H A Dpoly.h150 #define BRESINITPGONSTRUCT(dmaj, min1, min2, bres) \
151 BRESINITPGON(dmaj, min1, min2, bres.minor_axis, bres.d, \
152 bres.m, bres.m1, bres.incr1, bres.incr2)
154 #define BRESINCRPGONSTRUCT(bres) \
155 BRESINCRPGON(bres.d, bres
210 BRESINFO bres; /* Bresenham info to run the edge */ member in struct:_EdgeTableEntry
[all...]
H A DPolyReg.c118 while (start && (start->bres.minor_axis < ETE->bres.minor_axis))
179 AET->bres.minor_axis = SMALL_COORDINATE;
225 BRESINITPGONSTRUCT(dy, top->x, bottom->x, pETEs->bres);
262 while (AET && (AET->bres.minor_axis < ETEs->bres.minor_axis))
354 while (pETEchase->back->bres.minor_axis > AET->bres.minor_axis)
558 pts->x = pAET->bres.minor_axis, pts->y = y;
604 pts->x = pAET->bres
[all...]
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbseg.c293 FbBres *bres; local in function:fbSelectBres
296 bres = fbBresFill;
298 bres = fbBresSolid;
302 bres = fbBresSolid8;
305 bres = fbBresSolid16;
308 bres = fbBresSolid32;
315 bres = fbBresFillDash;
317 bres = fbBresDash;
322 bres = fbBresDash8;
325 bres
342 FbBres *bres; local in function:fbSegment
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbseg.c352 FbBres *bres; local in function:fbSelectBres
360 bres = fbBresFill;
362 bres = fbBresSolid;
366 bres = fbBresSolid8;
369 bres = fbBresSolid16;
372 bres = fbBresSolid32;
378 bres = fbBresSolidR8;
381 bres = fbBresSolidR16;
384 bres = fbBresSolidR32;
390 bres
413 FbBres *bres; member in struct:fbSegment
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbseg.c352 FbBres *bres; local in function:fbSelectBres
360 bres = fbBresFill;
362 bres = fbBresSolid;
366 bres = fbBresSolid8;
369 bres = fbBresSolid16;
372 bres = fbBresSolid32;
378 bres = fbBresSolidR8;
381 bres = fbBresSolidR16;
384 bres = fbBresSolidR32;
390 bres
413 FbBres *bres; member in struct:fbSegment
[all...]
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbseg.c524 FbBres * bres; local in function:fbSelectBres
528 bres = fbBresFill;
531 bres = fbBresSolid;
534 bres = fbBresSolid24RRop;
540 case 8: bres = fbBresSolid8; break;
541 case 16: bres = fbBresSolid16; break;
543 case 24: bres = fbBresSolid24; break;
545 case 32: bres = fbBresSolid32; break;
553 bres = fbBresFillDash;
556 bres
609 FbBres * bres; local in function:fbSegment
[all...]

Completed in 17 milliseconds