Searched refs:PCF_BIT_ORDER (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/libXfont/dist/include/X11/fonts/
H A Dpcf.h65 #define PCF_BIT_ORDER(f) (((f) & PCF_BIT_MASK)?MSBFirst:LSBFirst) macro
/xsrc/external/mit/libXfont2/dist/include/X11/fonts/
H A Dpcf.h65 #define PCF_BIT_ORDER(f) (((f) & PCF_BIT_MASK)?MSBFirst:LSBFirst) macro
/xsrc/external/mit/bdftopcf/dist/
H A Dpcf.h65 #define PCF_BIT_ORDER(f) (((f) & PCF_BIT_MASK)?MSBFirst:LSBFirst) macro
/xsrc/external/mit/freetype/dist/src/pcf/
H A Dpcf.h204 #define PCF_BIT_ORDER( f ) \ macro
H A Dpcfdrivr.c556 if ( PCF_BIT_ORDER( face->bitmapsFormat ) != MSBFirst )
560 PCF_BIT_ORDER( face->bitmapsFormat ) ) )
H A Dpcfread.c851 PCF_BIT_ORDER( format ) == MSBFirst
/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dpcfread.c512 if (PCF_BIT_ORDER(format) != bit)
514 if ((PCF_BYTE_ORDER(format) == PCF_BIT_ORDER(format)) != (bit == byte)) {
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dpcfread.c514 if (PCF_BIT_ORDER(format) != bit)
516 if ((PCF_BYTE_ORDER(format) == PCF_BIT_ORDER(format)) != (bit == byte)) {

Completed in 8 milliseconds