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

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiwideline.c668 DDXPointPtr tpts, bpts; local in function:miLineArcI
672 tpts = points;
682 tpts->x = xorg;
683 tpts->y = yorg;
687 bpts = tpts + slw;
708 tpts->x = xorg - x;
709 tpts->y = yorg - y;
710 tpts++;
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiwideline.c1116 DDXPointPtr tpts, bpts; local in function:miLineArcI
1120 tpts = points;
1128 tpts->x = xorg;
1129 tpts->y = yorg;
1133 bpts = tpts + slw;
1152 tpts->x = xorg - x;
1153 tpts->y = yorg - y;
1154 tpts++;

Completed in 10 milliseconds