Lines Matching refs:lpBits
163 uint32_t *lpBits;
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) {
357 SetDIBits(hDC, hXor, 0, pScreenPriv->cursor.sm_cy, lpBits,
361 free(lpBits);