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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
XWDFile.h 70 /* 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
Xlib.h 124 #define BitmapPad(dpy) (((_XPrivDisplay)dpy)->bitmap_pad)
379 int bitmap_pad; /* 8, 16, 32 either XY or ZPixmap */ member in struct:_XImage
397 int /* bitmap_pad */,
525 int bitmap_pad; /* padding requirements on bitmaps */ member in struct:_XDisplay
    [all...]
Xlibint.h 87 int bitmap_pad; /* padding requirements on bitmaps */ member in struct:_XDisplay
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
XWDFile.h 70 /* 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
Xlib.h 121 #define BitmapPad(dpy) (((_XPrivDisplay)dpy)->bitmap_pad)
376 int bitmap_pad; /* 8, 16, 32 either XY or ZPixmap */ member in struct:_XImage
394 int /* bitmap_pad */,
522 int bitmap_pad; /* padding requirements on bitmaps */ member in struct:_XDisplay
    [all...]
Xlibint.h 85 int bitmap_pad; /* padding requirements on bitmaps */ member in struct:_XDisplay
    [all...]
  /external/libvncserver/x11vnc/
xwrappers.h 75 unsigned int height, int bitmap_pad, int bytes_per_line);
xwrappers.c 80 unsigned int height, int bitmap_pad, int bytes_per_line);
336 unsigned int height, int bitmap_pad, int bytes_per_line) {
364 xi->bitmap_pad = bitmap_pad;
374 || !height || !width || !bitmap_pad || !bytes_per_line) {}
391 width, height, bitmap_pad, bytes_per_line);
    [all...]
nox11.h 905 #define BitmapPad(dpy) (((_XPrivDisplay)dpy)->bitmap_pad)
1152 int bitmap_pad; \/* 8, 16, 32 either XY or ZPixmap *\/ member in struct:_XImage
1309 int bitmap_pad; \/* padding requirements on bitmaps *\/ member in struct:_XDisplay
    [all...]
screen.c     [all...]
  /external/skia/src/views/unix/
SkOSWindow_Unix.cpp 396 image.bitmap_pad = bitsPerPixel;
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 409 ximage.bitmap_pad = 32;
542 ximage.bitmap_pad = 16;

Completed in 76 milliseconds