Home
last modified time | relevance | path

Searched refs:rot_bytes_per_line (Results 1 – 4 of 4) sorted by relevance

/external/libvncserver/x11vnc/
Dx11vnc_defs.c118 int rot_bytes_per_line = 0; variable
Dx11vnc.h546 extern int rot_bytes_per_line;
Dscreen.c3123 rot_bytes_per_line = b * height;
3125 rot_bytes_per_line = b * fb->height;
3131 rot_bytes_per_line = rfb_bytes_per_line;
3167 rot_bytes_per_line *= 4;
3170 rot_bytes_per_line *= 2;
3259 screen->paddedWidthInBytes = rot_bytes_per_line;
3492 rot_bytes_per_line);
3561 int n = rot_bytes_per_line * height;
3570 n = rot_bytes_per_line * height;
Dscan.c1459 int rbl = rot_bytes_per_line; in rotate_fb()