Searched refs:bitmap_format (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/showfont/dist/
H A Dshowfont.c87 static int bitmap_format; variable in typeref:typename:int
132 bitmap_format = BitmapFormatImageRectMin;
135 bitmap_format = BitmapFormatImageRectMaxWidth;
138 bitmap_format = BitmapFormatImageRectMax;
144 format |= bitmap_format;
221 switch (bitmap_format) {
/xsrc/external/mit/libXpm/dist/src/
H A Dcreate.c769 int bitmap_format; local in function:XpmCreateImageFromXpmImage
809 bitmap_format = attributes->bitmap_format;
811 bitmap_format = ZPixmap;
857 (depth == 1 ? bitmap_format : ZPixmap),
896 ErrorStatus = CreateXImage(display, visual, 1, bitmap_format,
2016 int bitmap_format; local in function:xpmParseDataAndCreate
2067 bitmap_format = attributes->bitmap_format;
2069 bitmap_format
[all...]
/xsrc/external/mit/libXpm/dist/include/X11/
H A Dxpm.h209 int bitmap_format; /* Specify the format of 1bit depth member in struct:__anon4ee7ae7b0608

Completed in 5 milliseconds