Home
last modified time | relevance | path

Searched refs:bres (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/mi/
H A Dmiscanfill.h135 #define BRESINITPGONSTRUCT(dmaj, min1, min2, bres) \ argument
136 BRESINITPGON(dmaj, min1, min2, bres.minor, bres.d, \
137 bres.m, bres.m1, bres.incr1, bres.incr2)
139 #define BRESINCRPGONSTRUCT(bres) \ argument
140 BRESINCRPGON(bres.d, bres.minor, bres.m, bres.m1, bres.incr1, bres.incr2)
H A Dmipoly.c113 while (start && (start->bres.minor < ETE->bres.minor)) { in miInsertEdgeInET()
180 AET->bres.minor = MININT; in miCreateETandAET()
222 BRESINITPGONSTRUCT(dy, top->x, bottom->x, pETEs->bres); in miCreateETandAET()
253 while (AET && (AET->bres.minor < ETEs->bres.minor)) { in miloadAET()
330 while (pETEchase->back->bres.minor > AET->bres.minor) in miInsertionSort()
577 ptsOut->x = pAET->bres.minor; in miFillGeneralPoly()
579 *width++ = pAET->next->bres.minor - pAET->bres.minor; in miFillGeneralPoly()
627 ptsOut->x = pAET->bres.minor; in miFillGeneralPoly()
629 *width++ = pAET->nextWETE->bres.minor - pAET->bres.minor; in miFillGeneralPoly()
H A Dmipoly.h89 BRESINFO bres; /* Bresenham info to run the edge */ member
148 BRESINCRPGONSTRUCT(pAET->bres); \
169 BRESINCRPGONSTRUCT(pAET->bres); \
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbseg.c293 FbBres *bres; in fbSelectBres() local
296 bres = fbBresFill; in fbSelectBres()
298 bres = fbBresSolid; in fbSelectBres()
302 bres = fbBresSolid8; in fbSelectBres()
305 bres = fbBresSolid16; in fbSelectBres()
308 bres = fbBresSolid32; in fbSelectBres()
315 bres = fbBresFillDash; in fbSelectBres()
317 bres = fbBresDash; in fbSelectBres()
322 bres = fbBresDash8; in fbSelectBres()
325 bres = fbBresDash16; in fbSelectBres()
[all …]