Searched refs:firsty (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmizerarc.h42 int firstx, firsty; member in struct:__anonab2d84110208
H A Dmizerarc.c263 info->firsty = start.y;
542 if ((x == info.firstx) || (y == info.firsty))
560 if ((x == info.firstx) || (y == info.firsty))
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmizerarc.h41 int firstx, firsty; member in struct:__anond80148440208
H A Dmizerarc.c246 info->firsty = start.y;
499 if ((x == info.firstx) || (y == info.firsty))
517 if ((x == info.firstx) || (y == info.firsty))
/xsrc/external/mit/libXrender/dist/src/
H A DPoly.c249 XFixed prevx = 0, prevy = 0, firstx = 0, firsty = 0; local in function:XRenderCompositeDoublePoly
265 y = firsty;
303 firsty = y;
/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A DrootlessGC.c687 int firstx, firsty;
690 box.y2 = box.y1 = firsty = pptInit->y;
694 abs(pptInit->y - firsty) > 20) {
701 box.y2 = box.y1 = firsty = pptInit->y;
/xsrc/external/mit/xorg-server/dist/miext/rootless/
H A DrootlessGC.c682 int firstx, firsty;
685 box.y2 = box.y1 = firsty = pptInit->y;
688 if (abs(pptInit->x - firstx) > 20 || abs(pptInit->y - firsty) > 20) {
695 box.y2 = box.y1 = firsty = pptInit->y;

Completed in 10 milliseconds