Searched refs:bitmap_pad (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXWDFile.h70 /* bitmap_pad applies to pixmaps (non-bitmaps) only.
72 CARD32 bitmap_pad B32;
77 * or bitmap_pad (pixmaps). It is the delta (in bytes) to get
/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c2763 int bitmap_pad; local
2767 bitmap_pad = 8;
2771 bitmap_pad = g_bpp;
2774 bitmap_pad = 32;
2780 (char *) tdata, width, height, bitmap_pad, 0);
2795 int bitmap_pad; local
2799 bitmap_pad = 8;
2803 bitmap_pad = g_bpp;
2806 bitmap_pad = 32;
2811 (char *) tdata, width, height, bitmap_pad,
[all...]

Completed in 337 milliseconds