Home
last modified time | relevance | path

Searched refs:hb_font_get_glyph_h_advance (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-font-scale.c44 g_assert_cmpint (hb_font_get_glyph_h_advance (font1, 1), ==, - hb_font_get_glyph_h_advance (font2, 1)); in test_hb_scale()
H A Dtest-font.c135 x = hb_font_get_glyph_h_advance (font, 17); in _test_font_nil_funcs()
296 x = hb_font_get_glyph_h_advance (font1, 1); in test_fontfuncs_subclassing()
298 x = hb_font_get_glyph_h_advance (font1, 2); in test_fontfuncs_subclassing()
335 x = hb_font_get_glyph_h_advance (font2, 1); in test_fontfuncs_subclassing()
337 x = hb_font_get_glyph_h_advance (font2, 2); in test_fontfuncs_subclassing()
354 x = hb_font_get_glyph_h_advance (font3, 1); in test_fontfuncs_subclassing()
356 x = hb_font_get_glyph_h_advance (font3, 2); in test_fontfuncs_subclassing()
H A Dtest-ot-face.c57 hb_font_get_glyph_h_advance (font, cp); in test_font()
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
H A Dhb-draw-fuzzer.cc89 hb_font_get_glyph_h_advance (font, cp); in misc_calls_for_gid()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-hangul.cc129 return hb_font_get_glyph (font, unicode, 0, &glyph) && hb_font_get_glyph_h_advance (font, glyph) == 0; in is_zero_width_char()
H A Dhb-font.h800 hb_font_get_glyph_h_advance (hb_font_t *font,
H A Dhb-font.cc896 * hb_font_get_glyph_h_advance:
908 hb_font_get_glyph_h_advance (hb_font_t *font, in hb_font_get_glyph_h_advance() function

Completed in 7 milliseconds