Searched refs:topY (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaFillPoly.c125 int *topY, int *bottomY, /* return */
130 *topY = 32767;
145 if (c < *topY) {
146 *topY = c;
164 if (c < *topY) {
165 *topY = c;
185 if(*topY == *bottomY)
191 if (*topY == *bottomY)
119 XAAIsEasyPolygon(DDXPointPtr ptsIn,int count,BoxPtr extents,int origin,DDXPointPtr * topPoint,int * topY,int * bottomY,int shape) argument
H A Dxaalocal.h1403 int *topY, int *bottomY,
/xsrc/external/mit/xman/dist/
H A Dmisc.c82 Dimension topX, topY; local in function:PopupWarning
92 XtSetArg(wargs[n], XtNy, &topY);
105 XtSetArg(wargs[n], XtNy, topY);

Completed in 7 milliseconds