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

  /external/libvncserver/x11vnc/
win_utils.h 46 extern Bool xtranslate(Window src, Window dst, int src_x, int src_y, int *dst_x,
win_utils.c 51 Bool xtranslate(Window src, Window dst, int src_x, int src_y, int *dst_x,
156 Bool xtranslate(Window src, Window dst, int src_x, int src_y, int *dst_x, function
177 rfbLog("xtranslate: trapped XError: %s (0x%lx)\n",
8to24.c 218 xtranslate(c, window, 0, 0, &x1, &y1, &w, 1);
790 xtranslate(win, window, 0, 0, &x, &y, &w, 1);
925 /* xtranslate() not used to save two XSetErrorHandler calls */
1268 xtranslate(w, window, 0, 0, &x, &y, &c, 1);
    [all...]
xrecord.c 680 if (!xtranslate(src, rootwin, 0, 0, &rx, &ry, &c, 1)) {
736 if (!xtranslate(dst, rootwin, 0, 0, &rx2, &ry2, &c, 1)) {
1248 if (!xtranslate(win, rootwin, 0, 0, &rx, &ry, &c, 1)) {
    [all...]
util.c 772 if (xtranslate(subwin, rootwin, 0, 0, &x, &y, &c, 1)) {
scan.c     [all...]

Completed in 124 milliseconds