Searched refs:PCF_SIZE_TO_INDEX (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/libXfont/dist/include/X11/fonts/
H A Dpcf.h72 #define PCF_SIZE_TO_INDEX(s) ((s) == 4 ? 2 : (s) == 2 ? 1 : 0) macro
76 (PCF_SIZE_TO_INDEX(scan) << 4) | \
79 (PCF_SIZE_TO_INDEX(glyph) << 0))
/xsrc/external/mit/libXfont2/dist/include/X11/fonts/
H A Dpcf.h72 #define PCF_SIZE_TO_INDEX(s) ((s) == 4 ? 2 : (s) == 2 ? 1 : 0) macro
76 (PCF_SIZE_TO_INDEX(scan) << 4) | \
79 (PCF_SIZE_TO_INDEX(glyph) << 0))
/xsrc/external/mit/bdftopcf/dist/
H A Dpcf.h73 #define PCF_SIZE_TO_INDEX(s) ((s) == 4 ? 2 : (s) == 2 ? 1 : 0) macro
77 (PCF_SIZE_TO_INDEX(scan) << 4) | \
80 (PCF_SIZE_TO_INDEX(glyph) << 0))
/xsrc/external/mit/freetype/dist/src/pcf/
H A Dpcf.h220 #define PCF_SIZE_TO_INDEX( s ) ( (s) == 4 ? 2 : (s) == 2 ? 1 : 0 ) macro
224 ( ( PCF_SIZE_TO_INDEX( scan ) << 4 ) | \
227 ( PCF_SIZE_TO_INDEX( glyph ) << 0 ) )
/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dpcfread.c533 sizepadbitmaps = bitmapSizes[PCF_SIZE_TO_INDEX(glyph)];
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dpcfread.c535 sizepadbitmaps = bitmapSizes[PCF_SIZE_TO_INDEX(glyph)];

Completed in 7 milliseconds