Searched refs:glyph_width (Results 1 – 3 of 3) sorted by relevance
455 decoder->glyph_width = sub->private_dict.default_width; in cff_decoder_prepare()725 FT_Pos glyph_width; in cff_operator_seac() local824 glyph_width = decoder->glyph_width; in cff_operator_seac()853 decoder->glyph_width = glyph_width; in cff_operator_seac()1269 decoder->glyph_width = decoder->nominal_width + in cff_decoder_parse_charstrings()1958 FT_Pos glyph_width = decoder->glyph_width; in cff_decoder_parse_charstrings() local1966 decoder->glyph_width = glyph_width; in cff_decoder_parse_charstrings()2234 decoder->glyph_width = decoder->nominal_width + ( args[1] >> 16 ); in cff_decoder_parse_charstrings()2251 decoder->glyph_width = decoder->nominal_width + ( args[2] >> 16 ); in cff_decoder_parse_charstrings()2841 glyph->root.metrics.horiAdvance = decoder.glyph_width; in cff_slot_load()[all …]
135 FT_Pos glyph_width; member
1180 FT_Int glyph_width = metrics->width; in Load_SBit_Single() local1183 FT_Int line_bits = pix_bits * glyph_width; in Load_SBit_Single()1199 line_length = ( glyph_width + 7 ) >> 3; in Load_SBit_Single()1202 line_length = ( glyph_width + 3 ) >> 2; in Load_SBit_Single()1205 line_length = ( glyph_width + 1 ) >> 1; in Load_SBit_Single()1208 line_length = glyph_width; in Load_SBit_Single()1219 line_bits = glyph_width * pix_bits; in Load_SBit_Single()