Searched refs:hb_font_get_glyph_contour_point_for_origin (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-font.c | 287 g_assert (hb_font_get_glyph_contour_point_for_origin (font1, 1, 2, HB_DIRECTION_LTR, &x, &y)); in test_fontfuncs_subclassing() 290 g_assert (hb_font_get_glyph_contour_point_for_origin (font1, 2, 5, HB_DIRECTION_LTR, &x, &y)); in test_fontfuncs_subclassing() 293 g_assert (!hb_font_get_glyph_contour_point_for_origin (font1, 3, 7, HB_DIRECTION_RTL, &x, &y)); in test_fontfuncs_subclassing() 326 g_assert (hb_font_get_glyph_contour_point_for_origin (font2, 1, 2, HB_DIRECTION_LTR, &x, &y)); in test_fontfuncs_subclassing() 329 g_assert (hb_font_get_glyph_contour_point_for_origin (font2, 2, 5, HB_DIRECTION_RTL, &x, &y)); in test_fontfuncs_subclassing() 332 g_assert (!hb_font_get_glyph_contour_point_for_origin (font2, 3, 7, HB_DIRECTION_LTR, &x, &y)); in test_fontfuncs_subclassing() 345 g_assert (hb_font_get_glyph_contour_point_for_origin (font3, 1, 2, HB_DIRECTION_RTL, &x, &y)); in test_fontfuncs_subclassing() 348 g_assert (hb_font_get_glyph_contour_point_for_origin (font3, 2, 5, HB_DIRECTION_LTR, &x, &y)); in test_fontfuncs_subclassing() 351 g_assert (!hb_font_get_glyph_contour_point_for_origin (font3, 3, 7, HB_DIRECTION_LTR, &x, &y)); in test_fontfuncs_subclassing()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-font.h | 909 hb_font_get_glyph_contour_point_for_origin (hb_font_t *font,
|
H A D | hb-font.cc | 1387 * hb_font_get_glyph_contour_point_for_origin: 1407 hb_font_get_glyph_contour_point_for_origin (hb_font_t *font, in hb_font_get_glyph_contour_point_for_origin() function
|
Completed in 6 milliseconds