Searched refs:hb_font_get_glyph_contour_point_for_origin (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
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/docs/ |
D | harfbuzz-sections.txt | 297 hb_font_get_glyph_contour_point_for_origin
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-font.h | 909 hb_font_get_glyph_contour_point_for_origin (hb_font_t *font,
|
D | hb-font.cc | 1407 hb_font_get_glyph_contour_point_for_origin (hb_font_t *font, in hb_font_get_glyph_contour_point_for_origin() function
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | NEWS | 2568 hb_font_get_glyph_contour_point_for_origin()
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 228 <!-- hb_font_get_glyph_contour_point_for_origin --> 229 …<elf-symbol name='hb_font_get_glyph_contour_point_for_origin' type='func-type' binding='global-bin… 9496 …<!-- hb_bool_t hb_font_get_glyph_contour_point_for_origin(hb_font_t*, hb_codepoint_t, unsigned int… 9497 …hb_font_get_glyph_contour_point_for_origin' mangled-name='hb_font_get_glyph_contour_point_for_orig…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 121 …<elf-symbol name='hb_font_get_glyph_contour_point_for_origin' type='func-type' binding='global-bin… 5993 …hb_font_get_glyph_contour_point_for_origin' mangled-name='hb_font_get_glyph_contour_point_for_orig…
|