Searched refs:nCX (Results 1 – 1 of 1) sorted by relevance
152 int nCX, nCY; in winLoadCursor() local192 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()