Home
last modified time | relevance | path

Searched refs:nCX (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
192 nCX = min(pScreenPriv->cursor.sm_cx, pCursor->bits->width); in winLoadCursor()
203 int x, y, xmax = bits_to_bytes(nCX); in winLoadCursor()
218 int x, y, xmax = bits_to_bytes(nCX); in winLoadCursor()
265 memcpy(dst, src, 4 * nCX); in winLoadCursor()
308 if (x >= nCX || y >= nCY) /* Outside of X11 icon bounds */ in winLoadCursor()