Searched refs:pixels2curs (Results 1 – 1 of 1) sorted by relevance
/external/libvncserver/x11vnc/ |
D | cursor.c | 94 static rfbCursorPtr pixels2curs(unsigned long *pixels, int w, int h, 792 rfb_curs = pixels2curs(pixels, w, h, ci->sx, ci->sy, in setup_cursors() 1006 static rfbCursorPtr pixels2curs(unsigned long *pixels, int w, int h, in pixels2curs() function 1454 cursors[use]->rfb = pixels2curs(data, w, h, xhot, yhot, bpp/8); in store_cursor()
|