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

  /external/webp/src/enc/
picture_tools.c 100 const int off_y = (y * pic->y_stride + x) * SIZE; local
104 values[0] = pic->y[off_y];
109 flatten(pic->y + off_y, values[0], pic->y_stride, SIZE);
  /external/libvncserver/x11vnc/
x11vnc_defs.c 64 int off_x, off_y; /* offsets for -sid */ variable
xdamage.c 319 y = y - off_y;
531 y = y - off_y;
x11vnc.h 482 extern int off_x, off_y; /* offsets for -sid */
macosxCG.c 546 extern int off_x, coff_x, off_y, coff_y;
686 loc.y = y + off_y + coff_y;
win_utils.c 751 off_y = y;
userinput.c 1226 sraRgnOffset(whole, off_x, off_y);
1279 ty1 -= off_y;
1281 ty2 -= off_y;
    [all...]
pointer.c 353 * off_x and off_y not needed with XWarpPointer since
360 y + off_y + coff_y, CurrentTime);
scan.c     [all...]
cursor.c     [all...]
xwrappers.c 175 y += off_y; \
    [all...]
screen.c     [all...]
user.c 1448 off_y = 0;
    [all...]
remote.c     [all...]

Completed in 124 milliseconds