OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitmap_pad
(Results
1 - 11
of
11
) sorted by null
/external/ImageMagick/MagickCore/
xwdfile.h_vms
69
/*
bitmap_pad
applies to pixmaps (non-bitmaps) only.
71
CARD32
bitmap_pad
B32;
76
* or
bitmap_pad
(pixmaps). It is the delta (in bytes) to get
xwindow.c
[
all
...]
/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/ImageMagick/coders/
xwd.c
285
ximage->
bitmap_pad
=(int) header.
bitmap_pad
;
296
(ximage->bitmap_bit_order < 0) || (ximage->
bitmap_pad
< 0) ||
743
xwd_info.
bitmap_pad
=(CARD32) (image->storage_class == DirectClass ? 32 : 8);
747
xwd_info.pixmap_width)+((xwd_info.
bitmap_pad
)-1))/
748
(xwd_info.
bitmap_pad
))*((xwd_info.
bitmap_pad
) >> 3));
/external/skia/src/views/unix/
SkOSWindow_Unix.cpp
419
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 412 milliseconds