Home
last modified time | relevance | path

Searched refs:glyph_width (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/third_party/freetype/src/cff/
Dcffgload.c457 decoder->glyph_width = sub->private_dict.default_width; in cff_decoder_prepare()
744 FT_Pos glyph_width; in cff_operator_seac() local
843 glyph_width = decoder->glyph_width; in cff_operator_seac()
872 decoder->glyph_width = glyph_width; in cff_operator_seac()
1291 decoder->glyph_width = decoder->nominal_width + in cff_decoder_parse_charstrings()
1980 FT_Pos glyph_width = decoder->glyph_width; in cff_decoder_parse_charstrings() local
1988 decoder->glyph_width = glyph_width; in cff_decoder_parse_charstrings()
2255 decoder->glyph_width = decoder->nominal_width + ( args[1] >> 16 ); in cff_decoder_parse_charstrings()
2272 decoder->glyph_width = decoder->nominal_width + ( args[2] >> 16 ); in cff_decoder_parse_charstrings()
2943 glyph->root.metrics.horiAdvance = decoder.glyph_width; in cff_slot_load()
[all …]
Dcffgload.h175 FT_Pos glyph_width; member
Dcf2ft.c91 decoder->glyph_width = cf2_fixedToInt( width ); in cf2_setGlyphWidth()
/external/freetype/src/cff/
Dcffgload.c457 decoder->glyph_width = sub->private_dict.default_width; in cff_decoder_prepare()
744 FT_Pos glyph_width; in cff_operator_seac() local
843 glyph_width = decoder->glyph_width; in cff_operator_seac()
872 decoder->glyph_width = glyph_width; in cff_operator_seac()
1339 decoder->glyph_width = decoder->nominal_width + in cff_decoder_parse_charstrings()
2032 FT_Pos glyph_width = decoder->glyph_width; in cff_decoder_parse_charstrings() local
2040 decoder->glyph_width = glyph_width; in cff_decoder_parse_charstrings()
2364 decoder->glyph_width = decoder->nominal_width + ( args[1] >> 16 ); in cff_decoder_parse_charstrings()
2381 decoder->glyph_width = decoder->nominal_width + ( args[2] >> 16 ); in cff_decoder_parse_charstrings()
3071 glyph->root.metrics.horiAdvance = decoder.glyph_width; in cff_slot_load()
[all …]
Dcffgload.h175 FT_Pos glyph_width; member
Dcf2ft.c91 decoder->glyph_width = cf2_fixedToInt( width ); in cf2_setGlyphWidth()
/external/mesa3d/src/gallium/auxiliary/hud/
Dfont.h51 unsigned glyph_width; member
Dhud_context.c200 x + strlen(buf)*hud->font.glyph_width, in hud_draw_string()
206 unsigned x2 = x + hud->font.glyph_width; in hud_draw_string()
208 unsigned tx1 = (*s % 16) * hud->font.glyph_width; in hud_draw_string()
210 unsigned tx2 = tx1 + hud->font.glyph_width; in hud_draw_string()
214 x += hud->font.glyph_width; in hud_draw_string()
241 x += hud->font.glyph_width; in hud_draw_string()
1311 x += column_width + hud->font.glyph_width * 9; in hud_parse_env_var()
Dfont.c439 out_font->glyph_width = 8; in util_font_create_fixed_8x13()