Searched refs:rfbScaledScreenUpdate (Results 1 – 4 of 4) sorted by relevance
/external/libvncserver/libvncserver/ |
D | scale.h | 6 void rfbScaledScreenUpdate(rfbScreenInfoPtr screen, int x1, int y1, int x2, int y2);
|
D | cursor.c | 29 void rfbScaledScreenUpdate(rfbScreenInfoPtr screen, int x1, int y1, int x2, int y2); 509 rfbScaledScreenUpdate(s, x1, y1, x1+x2, y1+y2); in rfbHideCursor() 669 rfbScaledScreenUpdate(s, x1, y1, x1+x2, y1+y2); in rfbShowCursor()
|
D | scale.c | 257 void rfbScaledScreenUpdate(rfbScreenInfoPtr screen, int x1, int y1, int x2, int y2) in rfbScaledScreenUpdate() function
|
D | main.c | 415 void rfbScaledScreenUpdate(rfbScreenInfoPtr screen, int x1, int y1, int x2, int y2); 432 rfbScaledScreenUpdate(screen,x1,y1,x2,y2); in rfbMarkRectAsModified()
|