Searched refs:hb_font_get_glyph_advance_for_direction (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-ot-metrics-tt-var.c | 75 hb_font_get_glyph_advance_for_direction(font, 2, HB_DIRECTION_LTR, &x, &y); in test_advance_tt_var_nohvar() 80 hb_font_get_glyph_advance_for_direction(font, 2, HB_DIRECTION_TTB, &x, &y); in test_advance_tt_var_nohvar() 87 hb_font_get_glyph_advance_for_direction(font, 2, HB_DIRECTION_LTR, &x, &y); in test_advance_tt_var_nohvar() 92 hb_font_get_glyph_advance_for_direction(font, 2, HB_DIRECTION_TTB, &x, &y); in test_advance_tt_var_nohvar() 111 hb_font_get_glyph_advance_for_direction(font, 1, HB_DIRECTION_LTR, &x, &y); in test_advance_tt_var_hvarvvar() 116 hb_font_get_glyph_advance_for_direction(font, 1, HB_DIRECTION_TTB, &x, &y); in test_advance_tt_var_hvarvvar() 123 hb_font_get_glyph_advance_for_direction(font, 1, HB_DIRECTION_LTR, &x, &y); in test_advance_tt_var_hvarvvar() 128 hb_font_get_glyph_advance_for_direction(font, 1, HB_DIRECTION_TTB, &x, &y); in test_advance_tt_var_hvarvvar() 224 …hb_font_get_glyph_advance_for_direction(font, 2, HB_DIRECTION_TTB, &x, &y); /* No VVAR; 'C' in com… in test_advance_tt_var_comp_v()
|
/third_party/skia/third_party/externals/harfbuzz/docs/ |
D | harfbuzz-sections.txt | 292 hb_font_get_glyph_advance_for_direction
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-font.h | 868 hb_font_get_glyph_advance_for_direction (hb_font_t *font,
|
D | hb-coretext.cc | 1000 hb_font_get_glyph_advance_for_direction (font, notdef, dir, &x_advance, &y_advance); in _hb_coretext_shape()
|
D | hb-font.cc | 1212 hb_font_get_glyph_advance_for_direction (hb_font_t *font, in hb_font_get_glyph_advance_for_direction() function
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | NEWS | 2562 hb_font_get_glyph_advance_for_direction()
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 224 <!-- hb_font_get_glyph_advance_for_direction --> 225 …<elf-symbol name='hb_font_get_glyph_advance_for_direction' type='func-type' binding='global-bindin… 9406 …<!-- void hb_font_get_glyph_advance_for_direction(hb_font_t*, hb_codepoint_t, hb_direction_t, hb_p… 9407 …hb_font_get_glyph_advance_for_direction' mangled-name='hb_font_get_glyph_advance_for_direction' fi…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 119 …<elf-symbol name='hb_font_get_glyph_advance_for_direction' type='func-type' binding='global-bindin… 5945 …hb_font_get_glyph_advance_for_direction' mangled-name='hb_font_get_glyph_advance_for_direction' fi…
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 31832 * hb_font_get_glyph_advance_for_direction: 31833 @@ -1215,7 +1366,7 @@ hb_font_get_glyph_advance_for_direction (hb_font_t *font, 45783 hb_font_get_glyph_advance_for_direction(font, 2, HB_DIRECTION_TTB, &x, &y); 45792 hb_font_get_glyph_advance_for_direction(font, 2, HB_DIRECTION_TTB, &x, &y);
|