Home
last modified time | relevance | path

Searched refs:store_cursor (Results 1 – 4 of 4) sorted by relevance

/external/libvncserver/x11vnc/
Dcursor.h67 extern int store_cursor(int serial, unsigned long *data, int w, int h, int cbpp, int xhot, int yhot…
DmacosxCG.c460 extern int store_cursor(int serial, unsigned long *data, int w, int h, int cbpp, int xhot, int yhot…
537 which = store_cursor(cursor_seed, (unsigned long*) data, in macosxCG_get_cursor()
Dcursor.c70 int store_cursor(int serial, unsigned long *data, int w, int h, int cbpp, int xhot, int yhot);
1357 which = store_cursor(xfc->cursor_serial, xfc->pixels, in get_exact_cursor()
1368 int store_cursor(int serial, unsigned long *data, int w, int h, int cbpp, in store_cursor() function
Dscreen.c1268 store_cursor(serial++, (unsigned long*) pixels, width, height, 32, xhot, yhot); in vnc_reflect_got_cursorshape()