Searched refs:BYTES_FOR_GLYPH (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/xorgproto/dist/include/X11/fonts/ |
| H A D | fontstruct.h | 275 #define BYTES_FOR_GLYPH(ci,pad) (GLYPHHEIGHTPIXELS(ci) * \ macro
|
| /xsrc/external/mit/libXfont/dist/src/bitmap/ |
| H A D | pcfwrite.c | 145 count = BYTES_FOR_GLYPH(pCI, PCF_GLYPH_PAD(format)); 406 offset += BYTES_FOR_GLYPH(&bitmapFont->metrics[i], glyph);
|
| H A D | snfread.c | 363 sizepadbitmaps += BYTES_FOR_GLYPH(metric,glyph);
|
| H A D | bitscale.c | 1490 bytestoalloc += BYTES_FOR_GLYPH(pci, glyph); 1512 glyphBytes += BYTES_FOR_GLYPH(pci, glyph);
|
| H A D | bdfread.c | 970 new_size = BYTES_FOR_GLYPH(&new, pFont->glyph);
|
| /xsrc/external/mit/libXfont2/dist/src/bitmap/ |
| H A D | pcfwrite.c | 147 count = BYTES_FOR_GLYPH(pCI, PCF_GLYPH_PAD(format)); 408 offset += BYTES_FOR_GLYPH(&bitmapFont->metrics[i], glyph);
|
| H A D | snfread.c | 365 sizepadbitmaps += BYTES_FOR_GLYPH(metric,glyph);
|
| H A D | bitscale.c | 1487 bytestoalloc += BYTES_FOR_GLYPH(pci, glyph); 1509 glyphBytes += BYTES_FOR_GLYPH(pci, glyph);
|
| H A D | bdfread.c | 972 new_size = BYTES_FOR_GLYPH(&new, pFont->glyph);
|
| /xsrc/external/mit/bdftopcf/dist/ |
| H A D | pcfwrite.c | 160 count = BYTES_FOR_GLYPH(pCI, PCF_GLYPH_PAD(format)); 426 offset += BYTES_FOR_GLYPH(&bitmapFont->metrics[i], glyph);
|
| H A D | bdfread.c | 944 new_size = BYTES_FOR_GLYPH(&new, pFont->glyph);
|
Completed in 15 milliseconds