Searched refs:rotate_curs (Results 1 - 3 of 3) sorted by relevance

/external/libvncserver/x11vnc/
H A Dscan.h56 extern void rotate_curs(char *dst_0, char *src_0, int Dx, int Dy, int Bpp);
H A Dcursor.c124 rotate_curs(dest->data, src->data, src->wx, src->wy, 1);
125 rotate_curs(dest->mask, src->mask, src->wx, src->wy, 1);
1438 rotate_curs(dst, (char *) data, w, h, cbpp/8);
H A Dscan.c69 void rotate_curs(char *dst_0, char *src_0, int Dx, int Dy, int Bpp);
1540 void rotate_curs(char *dst_0, char *src_0, int Dx, int Dy, int Bpp) { function

Completed in 1445 milliseconds