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

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwincursor.c152 int nCX, nCY; local in function:winLoadCursor
193 nCY = min(pScreenPriv->cursor.sm_cy, pCursor->bits->height);
205 for (y = 0; y < nCY; ++y)
220 for (y = 0; y < nCY; ++y)
261 for (y = 0; y < nCY; y++) {
308 if (x >= nCX || y >= nCY) /* Outside of X11 icon bounds */
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwincursor.c159 int nCX, nCY; local in function:winLoadCursor
201 nCY = min(pScreenPriv->cursor.sm_cy, pCursor->bits->height);
213 for (y = 0; y < nCY; ++y)
229 for (y = 0; y < nCY; ++y)
269 for (y=0; y<nCY; y++)
317 if (x>=nCX || y>=nCY) /* Outside of X11 icon bounds */

Completed in 3 milliseconds