Searched defs:glyph_width (Results 1 - 3 of 3) sorted by relevance

/external/freetype/src/cff/
H A Dcffgload.h135 FT_Pos glyph_width; member in struct:CFF_Decoder_
H A Dcffgload.c455 decoder->glyph_width = sub->private_dict.default_width;
725 FT_Pos glyph_width; local
824 glyph_width = decoder->glyph_width;
853 decoder->glyph_width = glyph_width;
1233 /* `glyph_width' to `nominal_width' plus number on the stack */
1269 decoder->glyph_width = decoder->nominal_width +
1958 FT_Pos glyph_width = decoder->glyph_width; local
[all...]
/external/freetype/src/sfnt/
H A Dttsbit.c1180 FT_Int glyph_width = metrics->width; local
1183 FT_Int line_bits = pix_bits * glyph_width;
1199 line_length = ( glyph_width + 7 ) >> 3;
1202 line_length = ( glyph_width + 3 ) >> 2;
1205 line_length = ( glyph_width + 1 ) >> 1;
1208 line_length = glyph_width;
1219 line_bits = glyph_width * pix_bits;

Completed in 65 milliseconds