Searched defs:andmask (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c2926 uint8 * andmask, uint8 * xormask, int bpp)
2968 *pcursor |= (~(*andmask) & nextbit);
2973 *pcursor |= ((*andmask) & nextbit);
2974 *pmask |= (~(*andmask) & nextbit);
2978 andmask++;
2925 ui_create_cursor(unsigned int x, unsigned int y, int width, int height, uint8 * andmask, uint8 * xormask, int bpp) argument

Completed in 58 milliseconds