Searched refs:bdfHexByte (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/libXfont/dist/include/X11/fonts/
H A Dbdfint.h75 extern unsigned char bdfHexByte ( unsigned char *s );
/xsrc/external/mit/libXfont2/dist/include/X11/fonts/
H A Dbdfint.h75 extern unsigned char bdfHexByte ( unsigned char *s );
/xsrc/external/mit/bdftopcf/dist/
H A Dbdfint.h74 extern unsigned char bdfHexByte(unsigned char *s);
H A Dbdfutils.c225 bdfHexByte(unsigned char *s) function in typeref:typename:unsigned char
H A Dbdfread.c148 picture[nextByte++] = bdfHexByte(pInBits);
450 ci->metrics.attributes = (bdfHexByte(p) << 8) + bdfHexByte(p + 2);
/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbdfutils.c227 bdfHexByte(unsigned char *s) function in typeref:typename:unsigned char
H A Dbdfread.c152 picture[nextByte++] = bdfHexByte(pInBits);
458 ci->metrics.attributes = (bdfHexByte(p) << 8) + bdfHexByte(p + 2);
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dbdfutils.c228 bdfHexByte(unsigned char *s) function in typeref:typename:unsigned char
H A Dbdfread.c154 picture[nextByte++] = bdfHexByte(pInBits);
460 ci->metrics.attributes = (bdfHexByte(p) << 8) + bdfHexByte(p + 2);

Completed in 9 milliseconds