Lines Matching defs:andmask
1095 * andmask: It is a pointer to 32 DWORD of AND data.
1101 unsigned long *andmask, unsigned long *xormask)
1109 memcpy(sCursorShape.dwAndMask, andmask, sizeof(sCursorShape.dwAndMask));
1125 * andmask: It is a pointer to 64 DWORD of AND data.
1130 unsigned long *andmask, unsigned long *xormask)
1138 memcpy(sCursorShape.dwAndMask, andmask, sizeof(sCursorShape.dwAndMask));
3064 * andmask: Andmask of the icon buffer.
3070 Gal_set_icon_shape64(unsigned long memoffset, unsigned long *andmask,
3078 *(sSetIconshape64.andmask) = *andmask;