Searched refs:hb_font_get_glyph_advance_for_direction (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A 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 composite Ccedilla determines metrics */ in test_advance_tt_var_comp_v()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-font.h | 868 hb_font_get_glyph_advance_for_direction (hb_font_t *font,
|
H A D | hb-coretext.cc | 1000 hb_font_get_glyph_advance_for_direction (font, notdef, dir, &x_advance, &y_advance); in _hb_coretext_shape()
|
H A D | hb-font.cc | 1196 * hb_font_get_glyph_advance_for_direction: 1212 hb_font_get_glyph_advance_for_direction (hb_font_t *font, in hb_font_get_glyph_advance_for_direction() function
|
Completed in 8 milliseconds