Searched refs:glyph_width (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A 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/ |
H A 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() 892 /* `glyph_width' to `nominal_width' plus number on the stack */ in FT_LOCAL_DEF() 930 decoder->glyph_width = decoder->nominal_width + in FT_LOCAL_DEF() 1645 FT_Pos glyph_width = decoder->glyph_width; in FT_LOCAL_DEF() local 1653 decoder->glyph_width in FT_LOCAL_DEF() [all...] |
H A D | psft.c | 101 *decoder->glyph_width = cf2_fixedToInt( width ); in cf2_setGlyphWidth()
|
H A D | psobjs.c | 2475 ps_decoder->glyph_width = &cff_decoder->glyph_width; in ps_decoder_init()
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
H A D | font.h | 44 * x1 = (glyph % 16) * glyph_width; 46 * x2 = x1 + glyph_width; 51 unsigned glyph_width; member
|
H A 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()
|
H A D | font.c | 439 out_font->glyph_width = 8; in util_font_create_fixed_8x13()
|
/third_party/skia/modules/svg/src/ |
H A 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/ |
H A D | cffgload.c | 537 glyph->root.metrics.horiAdvance = decoder.glyph_width; in FT_LOCAL_DEF() 566 metrics->horiAdvance = decoder.glyph_width; in FT_LOCAL_DEF() 567 glyph->root.linearHoriAdvance = decoder.glyph_width; in FT_LOCAL_DEF()
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | psaux.h | 648 FT_Pos* glyph_width; member 1181 FT_Pos glyph_width; member
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 7386 float glyph_width; in nk_text_calculate_text_bounds() local 7395 glyph_width = font->width(font->userdata, font->height, begin, glyph_len); in nk_text_calculate_text_bounds() 7421 line_width += (float)glyph_width; in nk_text_calculate_text_bounds() 7423 glyph_width = font->width(font->userdata, font->height, begin+text_len, glyph_len); in nk_text_calculate_text_bounds() 22806 float glyph_width; in nk_edit_draw_text() local 22848 glyph_width = font->width(font->userdata, font->height, text+text_len, glyph_len); in nk_edit_draw_text() 22849 line_width += (float)glyph_width; in nk_edit_draw_text() 23077 float glyph_width; in nk_do_edit() local 23085 glyph_width = font->width(font->userdata, font->height, text, glyph_len); in nk_do_edit() 23151 glyph_width in nk_do_edit() [all...] |
Completed in 54 milliseconds