Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincursor.c163 uint32_t *lpBits; in winLoadCursor() local
239 lpBits = NULL; in winLoadCursor()
256 lpBits = calloc(pScreenPriv->cursor.sm_cx * pScreenPriv->cursor.sm_cy, in winLoadCursor()
259 if (lpBits) { in winLoadCursor()
264 dst = &(lpBits[y * pScreenPriv->cursor.sm_cx]); in winLoadCursor()
270 if (!lpBits) { in winLoadCursor()
301 lpBits = calloc(pScreenPriv->cursor.sm_cx * pScreenPriv->cursor.sm_cy, 1); in winLoadCursor()
303 pCur = (unsigned char *) lpBits; in winLoadCursor()
304 if (lpBits) { in winLoadCursor()
341 if (lpBits) { in winLoadCursor()
[all …]
/OK3568_Linux_fs/external/xserver/
H A DChangeLog60334 Fix erroneous use of unsigned long * for lpBits in winXCursorToHCURSOR() which