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

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwincursor.c163 uint32_t *lpBits; local in function:winLoadCursor
239 lpBits = NULL;
256 lpBits = calloc(pScreenPriv->cursor.sm_cx * pScreenPriv->cursor.sm_cy,
259 if (lpBits) {
264 dst = &(lpBits[y * pScreenPriv->cursor.sm_cx]);
270 if (!lpBits) {
301 lpBits = calloc(pScreenPriv->cursor.sm_cx * pScreenPriv->cursor.sm_cy, 1);
303 pCur = (unsigned char *) lpBits;
304 if (lpBits) {
341 if (lpBits) {
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwincursor.c171 unsigned long *lpBits; local in function:winLoadCursor
246 lpBits = NULL;
264 lpBits = (unsigned long *) calloc (pScreenPriv->cursor.sm_cx*pScreenPriv->cursor.sm_cy,
267 if (lpBits)
273 dst = &(lpBits[y * pScreenPriv->cursor.sm_cx]);
279 if (!lpBits)
307 lpBits = (unsigned long *) calloc (pScreenPriv->cursor.sm_cx*pScreenPriv->cursor.sm_cy,
310 pCur = (unsigned char *)lpBits;
311 if (lpBits)
344 if (lpBits)
[all...]

Completed in 3 milliseconds