HomeSort by relevance Sort by last modified time
    Searched refs:rfbScaledScreenUpdate (Results 1 - 4 of 4) sorted by null

  /external/libvncserver/libvncserver/
scale.h 6 void rfbScaledScreenUpdate(rfbScreenInfoPtr screen, int x1, int y1, int x2, int y2);
cursor.c 29 void rfbScaledScreenUpdate(rfbScreenInfoPtr screen, int x1, int y1, int x2, int y2);
509 rfbScaledScreenUpdate(s, x1, y1, x1+x2, y1+y2);
669 rfbScaledScreenUpdate(s, x1, y1, x1+x2, y1+y2);
scale.c 257 void rfbScaledScreenUpdate(rfbScreenInfoPtr screen, int x1, int y1, int x2, int y2)
main.c 415 void rfbScaledScreenUpdate(rfbScreenInfoPtr screen, int x1, int y1, int x2, int y2);
432 rfbScaledScreenUpdate(screen,x1,y1,x2,y2);

Completed in 96 milliseconds