Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dgen_overlay_fonts.py176 glyph_width = face.size.max_advance >> 6
189 font_array_width = output_cols * glyph_width // 32
195 base_x = (charIndex % output_cols) * glyph_width
211 if offset_x + width > glyph_width:
212 offset_x = glyph_width - width
220 assert (offset_x + width <= glyph_width)
243 font_glyph_widths.append(glyph_width)
/external/freetype/src/psaux/
Dcffdecode.c228 FT_Pos glyph_width; in cff_operator_seac() local
327 glyph_width = decoder->glyph_width; in cff_operator_seac()
356 decoder->glyph_width = glyph_width; in cff_operator_seac()
930 decoder->glyph_width = decoder->nominal_width + in cff_decoder_parse_charstrings()
1645 FT_Pos glyph_width = decoder->glyph_width; in cff_decoder_parse_charstrings() local
1653 decoder->glyph_width = glyph_width; in cff_decoder_parse_charstrings()
1994 decoder->glyph_width = in cff_decoder_parse_charstrings()
2012 decoder->glyph_width = in cff_decoder_parse_charstrings()
2412 decoder->glyph_width = sub->private_dict.default_width; in cff_decoder_prepare()
Dpsft.c101 *decoder->glyph_width = cf2_fixedToInt( width ); in cf2_setGlyphWidth()
Dpsobjs.c2475 ps_decoder->glyph_width = &cff_decoder->glyph_width; in ps_decoder_init()
/external/mesa3d/src/gallium/auxiliary/hud/
Dfont.h51 unsigned glyph_width; member
Dhud_context.c158 x + strlen(buf)*hud->font.glyph_width, in hud_draw_string()
164 unsigned x2 = x + hud->font.glyph_width; in hud_draw_string()
166 unsigned tx1 = (*s % 16) * hud->font.glyph_width; in hud_draw_string()
168 unsigned tx2 = tx1 + hud->font.glyph_width; in hud_draw_string()
172 x += hud->font.glyph_width; in hud_draw_string()
199 x += hud->font.glyph_width; in hud_draw_string()
1461 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()
/external/skia/modules/svg/src/
DSkSVGText.cpp395 float glyph_width; in computeGlyphXform() local
396 font.getWidths(&glyph, 1, &glyph_width); in computeGlyphXform()
397 auto path_offset = pos.fX + glyph_width * .5f; in computeGlyphXform()
405 SkMatrix::Translate(-glyph_width * .5f, pos_adjust.offset.fY) * in computeGlyphXform()
/external/freetype/src/cff/
Dcffgload.c537 glyph->root.metrics.horiAdvance = decoder.glyph_width; in cff_slot_load()
566 metrics->horiAdvance = decoder.glyph_width; in cff_slot_load()
567 glyph->root.linearHoriAdvance = decoder.glyph_width; in cff_slot_load()
/external/freetype/include/freetype/internal/
Dpsaux.h648 FT_Pos* glyph_width; member
1181 FT_Pos glyph_width; member
/external/freetype/
DChangeLog.291050 * include/freetype/internal/psaux.h (PS_Decoder): Change `glyph_width'
1053 * src/psaux/psobjs.c (ps_decoder_init): Change `glyph_width' from copy