Searched refs:hb_font_get_glyph_advance_for_direction (Results 1 – 6 of 6) sorted by relevance
/external/harfbuzz_ng/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()
|
/external/harfbuzz_ng/src/ |
D | hb-font.h | 539 hb_font_get_glyph_advance_for_direction (hb_font_t *font,
|
D | hb-coretext.cc | 905 hb_font_get_glyph_advance_for_direction (font, notdef, dir, &x_advance, &y_advance); in _hb_coretext_shape()
|
D | hb-font.cc | 1111 hb_font_get_glyph_advance_for_direction (hb_font_t *font, in hb_font_get_glyph_advance_for_direction() function
|
/external/harfbuzz_ng/docs/ |
D | harfbuzz-sections.txt | 285 hb_font_get_glyph_advance_for_direction
|
/external/harfbuzz_ng/ |
D | NEWS | 2293 hb_font_get_glyph_advance_for_direction()
|