Home
last modified time | relevance | path

Searched refs:hb_font_get_glyph_contour_point_for_origin (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/test/api/
Dtest-font.c290 g_assert (hb_font_get_glyph_contour_point_for_origin (font1, 1, 2, HB_DIRECTION_LTR, &x, &y)); in test_fontfuncs_subclassing()
293 g_assert (hb_font_get_glyph_contour_point_for_origin (font1, 2, 5, HB_DIRECTION_LTR, &x, &y)); in test_fontfuncs_subclassing()
296 g_assert (!hb_font_get_glyph_contour_point_for_origin (font1, 3, 7, HB_DIRECTION_RTL, &x, &y)); in test_fontfuncs_subclassing()
329 g_assert (hb_font_get_glyph_contour_point_for_origin (font2, 1, 2, HB_DIRECTION_LTR, &x, &y)); in test_fontfuncs_subclassing()
332 g_assert (hb_font_get_glyph_contour_point_for_origin (font2, 2, 5, HB_DIRECTION_RTL, &x, &y)); in test_fontfuncs_subclassing()
335 g_assert (!hb_font_get_glyph_contour_point_for_origin (font2, 3, 7, HB_DIRECTION_LTR, &x, &y)); in test_fontfuncs_subclassing()
348 g_assert (hb_font_get_glyph_contour_point_for_origin (font3, 1, 2, HB_DIRECTION_RTL, &x, &y)); in test_fontfuncs_subclassing()
351 g_assert (hb_font_get_glyph_contour_point_for_origin (font3, 2, 5, HB_DIRECTION_LTR, &x, &y)); in test_fontfuncs_subclassing()
354 g_assert (!hb_font_get_glyph_contour_point_for_origin (font3, 3, 7, HB_DIRECTION_LTR, &x, &y)); in test_fontfuncs_subclassing()
/external/harfbuzz_ng/src/
Dhb-font.h541 hb_font_get_glyph_contour_point_for_origin (hb_font_t *font,
Dhb-font.cc1237 hb_font_get_glyph_contour_point_for_origin (hb_font_t *font, in hb_font_get_glyph_contour_point_for_origin() function
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt276 hb_font_get_glyph_contour_point_for_origin
/external/harfbuzz_ng/
DNEWS2182 hb_font_get_glyph_contour_point_for_origin()