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

  /external/libvncserver/x11vnc/
userinput.h 54 extern int direct_fb_copy(int x1, int y1, int x2, int y2, int mark);
xdamage.c 98 * in general and in direct_fb_copy() (100X slower then horizontal).
146 direct_fb_copy(x, y, x + w, y + h, 1);
152 direct_fb_copy(x, y, x + w, y + h, 1);
userinput.c 78 int direct_fb_copy(int x1, int y1, int x2, int y2, int mark);
1068 int direct_fb_copy(int x1, int y1, int x2, int y2, int mark) { function
1092 XRANDR_SET_TRAP_RET(0, "direct_fb_copy-set");
1094 XRANDR_CHK_TRAP_RET(0, "direct_fb_copy-chk");
1177 fprintf(stderr, "direct_fb_copy: %dx%d+%d+%d - %d %.4f\n",
1284 direct_fb_copy(tx1, ty1, tx2, ty2, 1);
    [all...]

Completed in 43 milliseconds