Searched refs:BYTES_FOR_GLYPH (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xorgproto/dist/include/X11/fonts/
H A Dfontstruct.h275 #define BYTES_FOR_GLYPH(ci,pad) (GLYPHHEIGHTPIXELS(ci) * \ macro
/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dpcfwrite.c145 count = BYTES_FOR_GLYPH(pCI, PCF_GLYPH_PAD(format));
406 offset += BYTES_FOR_GLYPH(&bitmapFont->metrics[i], glyph);
H A Dsnfread.c363 sizepadbitmaps += BYTES_FOR_GLYPH(metric,glyph);
H A Dbitscale.c1490 bytestoalloc += BYTES_FOR_GLYPH(pci, glyph);
1512 glyphBytes += BYTES_FOR_GLYPH(pci, glyph);
H A Dbdfread.c970 new_size = BYTES_FOR_GLYPH(&new, pFont->glyph);
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dpcfwrite.c147 count = BYTES_FOR_GLYPH(pCI, PCF_GLYPH_PAD(format));
408 offset += BYTES_FOR_GLYPH(&bitmapFont->metrics[i], glyph);
H A Dsnfread.c365 sizepadbitmaps += BYTES_FOR_GLYPH(metric,glyph);
H A Dbitscale.c1487 bytestoalloc += BYTES_FOR_GLYPH(pci, glyph);
1509 glyphBytes += BYTES_FOR_GLYPH(pci, glyph);
H A Dbdfread.c972 new_size = BYTES_FOR_GLYPH(&new, pFont->glyph);
/xsrc/external/mit/bdftopcf/dist/
H A Dpcfwrite.c160 count = BYTES_FOR_GLYPH(pCI, PCF_GLYPH_PAD(format));
426 offset += BYTES_FOR_GLYPH(&bitmapFont->metrics[i], glyph);
H A Dbdfread.c944 new_size = BYTES_FOR_GLYPH(&new, pFont->glyph);

Completed in 15 milliseconds