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

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwincursor.c156 HBITMAP hAnd, hXor; local in function:winLoadCursor
345 hAnd = NULL;
348 hAnd =
363 if (hAnd && hXor) {
367 ii.hbmMask = hAnd;
399 if (hAnd)
400 DeleteObject(hAnd);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwincursor.c163 HBITMAP hAnd, hXor; local in function:winLoadCursor
349 hAnd = NULL;
352 hAnd = CreateBitmap (pScreenPriv->cursor.sm_cx, pScreenPriv->cursor.sm_cy, 1, 1, pAnd);
364 if (hAnd && hXor)
369 ii.hbmMask = hAnd;
402 if (hAnd)
403 DeleteObject (hAnd);

Completed in 3 milliseconds