/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | gen_overlay_fonts.py | 176 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)
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
D | cffdecode.c | 228 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() 2413 decoder->glyph_width = sub->private_dict.default_width; in cff_decoder_prepare()
|
D | psft.c | 101 *decoder->glyph_width = cf2_fixedToInt( width ); in cf2_setGlyphWidth()
|
D | psobjs.c | 2475 ps_decoder->glyph_width = &cff_decoder->glyph_width; in ps_decoder_init()
|
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/ |
D | cffdecode.c | 229 FT_Pos glyph_width; in cff_operator_seac() local 328 glyph_width = decoder->glyph_width; in cff_operator_seac() 357 decoder->glyph_width = glyph_width; in cff_operator_seac() 928 decoder->glyph_width = decoder->nominal_width + in cff_decoder_parse_charstrings() 1643 FT_Pos glyph_width = decoder->glyph_width; in cff_decoder_parse_charstrings() local 1651 decoder->glyph_width = glyph_width; in cff_decoder_parse_charstrings() 1992 decoder->glyph_width = in cff_decoder_parse_charstrings() 2010 decoder->glyph_width = in cff_decoder_parse_charstrings() 2410 decoder->glyph_width = sub->private_dict.default_width; in cff_decoder_prepare()
|
D | psft.c | 101 *decoder->glyph_width = cf2_fixedToInt( width ); in cf2_setGlyphWidth()
|
D | psobjs.c | 2476 ps_decoder->glyph_width = &cff_decoder->glyph_width; in ps_decoder_init()
|
/third_party/freetype/src/psaux/ |
D | cffdecode.c | 228 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() 2413 decoder->glyph_width = sub->private_dict.default_width; in cff_decoder_prepare()
|
D | psft.c | 101 *decoder->glyph_width = cf2_fixedToInt( width ); in cf2_setGlyphWidth()
|
D | psobjs.c | 2440 ps_decoder->glyph_width = &cff_decoder->glyph_width; in ps_decoder_init()
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
D | font.h | 51 unsigned glyph_width; member
|
D | hud_context.c | 160 x + strlen(buf)*hud->font.glyph_width, in hud_draw_string() 166 unsigned x2 = x + hud->font.glyph_width; in hud_draw_string() 168 unsigned tx1 = (*s % 16) * hud->font.glyph_width; in hud_draw_string() 170 unsigned tx2 = tx1 + hud->font.glyph_width; in hud_draw_string() 174 x += hud->font.glyph_width; in hud_draw_string() 201 x += hud->font.glyph_width; in hud_draw_string() 1469 x += column_width + hud->font.glyph_width * 9; in hud_parse_env_var()
|
D | font.c | 439 out_font->glyph_width = 8; in util_font_create_fixed_8x13()
|
/third_party/skia/modules/svg/src/ |
D | SkSVGText.cpp | 395 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()
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
D | cffgload.c | 537 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()
|
/third_party/flutter/skia/third_party/externals/freetype/src/cff/ |
D | cffgload.c | 540 glyph->root.metrics.horiAdvance = decoder.glyph_width; in cff_slot_load() 569 metrics->horiAdvance = decoder.glyph_width; in cff_slot_load() 570 glyph->root.linearHoriAdvance = decoder.glyph_width; in cff_slot_load()
|
/third_party/freetype/src/cff/ |
D | cffgload.c | 615 glyph->root.metrics.horiAdvance = decoder.glyph_width; in cff_slot_load() 644 metrics->horiAdvance = decoder.glyph_width; in cff_slot_load() 645 glyph->root.linearHoriAdvance = decoder.glyph_width; in cff_slot_load()
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | psaux.h | 648 FT_Pos* glyph_width; member 1181 FT_Pos glyph_width; member
|
/third_party/freetype/include/freetype/internal/ |
D | psaux.h | 648 FT_Pos* glyph_width; member 1181 FT_Pos glyph_width; member
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/ |
D | psaux.h | 649 FT_Pos* glyph_width; member 1182 FT_Pos glyph_width; member
|
/third_party/freetype/docs/oldlogs/ |
D | ChangeLog.29 | 1050 * include/freetype/internal/psaux.h (PS_Decoder): Change `glyph_width' 1053 * src/psaux/psobjs.c (ps_decoder_init): Change `glyph_width' from copy
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.29 | 1050 * include/freetype/internal/psaux.h (PS_Decoder): Change `glyph_width' 1053 * src/psaux/psobjs.c (ps_decoder_init): Change `glyph_width' from copy
|
/third_party/flutter/skia/third_party/externals/freetype/ |
D | ChangeLog.29 | 1050 * include/freetype/internal/psaux.h (PS_Decoder): Change `glyph_width' 1053 * src/psaux/psobjs.c (ps_decoder_init): Change `glyph_width' from copy
|