Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincursor.c152 int nCX, nCY; in winLoadCursor() local
193 nCY = min(pScreenPriv->cursor.sm_cy, pCursor->bits->height); in winLoadCursor()
205 for (y = 0; y < nCY; ++y) in winLoadCursor()
220 for (y = 0; y < nCY; ++y) in winLoadCursor()
261 for (y = 0; y < nCY; y++) { in winLoadCursor()
308 if (x >= nCX || y >= nCY) /* Outside of X11 icon bounds */ in winLoadCursor()