Lines Matching refs:lpBits
171 unsigned long *lpBits;
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)
358 SetDIBits (hDC, hXor, 0, pScreenPriv->cursor.sm_cy, lpBits, (BITMAPINFO*)&bi, DIB_RGB_COLORS);
361 free (lpBits);