Searched refs:DRAW_POINT (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_arc.c56 #define DRAW_POINT(x, y) { \ macro
97 DRAW_POINT(info.xorgo, org.y);
99 DRAW_POINT(info.xorgo, orgo.y);
119 DRAW_POINT(org.x + x, org.y + yoffset);
120 DRAW_POINT(org.x - x, org.y + yoffset);
121 DRAW_POINT(orgo.x - x, orgo.y - yoffset);
122 DRAW_POINT(orgo.x + x, orgo.y - yoffset);
124 DRAW_POINT(orghb.x - y, orghb.y - xoffset);
125 DRAW_POINT(orgohb.x + y, orgohb.y - xoffset);
126 DRAW_POINT(orgoh
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaWideLine.c35 #define DRAW_POINT(pScrn, x, y) \ macro
643 DRAW_POINT(infoRec->pScrn, xorgi, yorgi);
684 DRAW_POINT(infoRec->pScrn, pLeft->x, pLeft->y);
878 DRAW_POINT(infoRec->pScrn, x1, y1);
895 DRAW_POINT(infoRec->pScrn, x2, y2);

Completed in 3 milliseconds