| /xsrc/external/mit/fstobdf/dist/ |
| H A D | chars.c | 75 int bpr, 140 data += bpr; 197 int bpr = GLWIDTHBYTESPADDED((charInfo->right - charInfo->left), local in function:EmitCharacters 202 EmitBitmap(outFile, fontHeader, charInfo, encoding, bpr, glyph); 71 EmitBitmap(FILE * outFile,FSXFontInfoHeader * fontHeader,FSXCharInfo * charInfo,unsigned int encoding,int bpr,unsigned char * data) argument
|
| /xsrc/external/mit/showfont/dist/ |
| H A D | showfont.c | 203 bpr, local in function:show_glyphs 248 bpr = GLWIDTHBYTESPADDED(charwidth, scanpad); 249 if (offsets[ch].length != (unsigned)(bottom * bpr)) { 252 bottom * bpr, bpr, bottom, offsets[ch].length); 263 offset += bpr;
|
| /xsrc/external/mit/freetype/dist/src/bdf/ |
| H A D | bdf.h | 154 unsigned long bpr; /* Number of bytes used per row. */ member in struct:bdf_glyph_t_
|
| H A D | bdfdrivr.c | 827 if ( glyph.bpr > FT_INT_MAX ) 829 glyph.bpr )); 830 bitmap->pitch = (int)glyph.bpr; /* same as FT_Bitmap.pitch */
|
| H A D | bdflib.c | 1575 nibbles = glyph->bpr << 1; 1576 bp = glyph->bitmap + p->row * glyph->bpr; 1726 glyph->bpr = ( glyph->bbx.width * p->font->bpp + 7 ) >> 3; 1728 bitmap_size = glyph->bpr * glyph->bbx.height; 1729 if ( glyph->bpr > 0xFFFFU || bitmap_size > 0xFFFFU )
|
| /xsrc/external/mit/libXfont/dist/src/FreeType/ |
| H A D | ftfuncs.c | 751 ft_make_up_bold_bitmap( char *raster, int bpr, int ht, int ds_mode) argument 759 for (x=0; x<bpr; x++) { 773 for (x=0; x<bpr; x++) { 784 ft_make_up_italic_bitmap( char *raster, int bpr, int ht, int shift, argument 791 unsigned char *tmp_p = p + y*bpr; 798 for (x=bpr-1;0<=x;x--) { 799 if ( x != bpr-1 ) 805 for (x=bpr-1;0<x;x--) { 816 for (x=0;x<bpr;x++) { 823 for (x=0;x<bpr 1084 int wd, ht, bpr; /* width, height, bytes per row */ local in function:FreeTypeRasteriseGlyph [all...] |
| /xsrc/external/mit/libXfont2/dist/src/FreeType/ |
| H A D | ftfuncs.c | 753 ft_make_up_bold_bitmap( char *raster, int bpr, int ht, int ds_mode) argument 761 for (x=0; x<bpr; x++) { 775 for (x=0; x<bpr; x++) { 786 ft_make_up_italic_bitmap( char *raster, int bpr, int ht, int shift, argument 793 unsigned char *tmp_p = p + y*bpr; 800 for (x=bpr-1;0<=x;x--) { 801 if ( x != bpr-1 ) 807 for (x=bpr-1;0<x;x--) { 818 for (x=0;x<bpr;x++) { 825 for (x=0;x<bpr 1086 int wd, ht, bpr; /* width, height, bytes per row */ local in function:FreeTypeRasteriseGlyph [all...] |
| /xsrc/external/mit/libXfont/dist/src/bitmap/ |
| H A D | bitscale.c | 1109 register int bpr, /* Padding information */ local in function:ScaleBitmap 1143 bpr = BYTES_PER_ROW(width, pFont->glyph); 1212 srcptr += bpr; /* On to next row of source */ 1428 if (bitmap[(x >> 3) + y * bpr] & mask[x & 0x7])
|
| /xsrc/external/mit/libXfont2/dist/src/bitmap/ |
| H A D | bitscale.c | 1106 register int bpr, /* Padding information */ local in function:ScaleBitmap 1140 bpr = BYTES_PER_ROW(width, pFont->glyph); 1209 srcptr += bpr; /* On to next row of source */ 1425 if (bitmap[(x >> 3) + y * bpr] & mask[x & 0x7])
|