Searched refs:hb_font_get_glyph_contour_point_for_origin (Results 1 - 3 of 3) sorted by relevance

/external/harfbuzz_ng/test/api/
H A Dtest-font.c280 g_assert (hb_font_get_glyph_contour_point_for_origin (font1, 1, 2, HB_DIRECTION_LTR, &x, &y));
283 g_assert (hb_font_get_glyph_contour_point_for_origin (font1, 2, 5, HB_DIRECTION_LTR, &x, &y));
286 g_assert (!hb_font_get_glyph_contour_point_for_origin (font1, 3, 7, HB_DIRECTION_RTL, &x, &y));
319 g_assert (hb_font_get_glyph_contour_point_for_origin (font2, 1, 2, HB_DIRECTION_LTR, &x, &y));
322 g_assert (hb_font_get_glyph_contour_point_for_origin (font2, 2, 5, HB_DIRECTION_RTL, &x, &y));
325 g_assert (!hb_font_get_glyph_contour_point_for_origin (font2, 3, 7, HB_DIRECTION_LTR, &x, &y));
338 g_assert (hb_font_get_glyph_contour_point_for_origin (font3, 1, 2, HB_DIRECTION_RTL, &x, &y));
341 g_assert (hb_font_get_glyph_contour_point_for_origin (font3, 2, 5, HB_DIRECTION_LTR, &x, &y));
344 g_assert (!hb_font_get_glyph_contour_point_for_origin (font3, 3, 7, HB_DIRECTION_LTR, &x, &y));
/external/harfbuzz_ng/src/
H A Dhb-font.h503 hb_font_get_glyph_contour_point_for_origin (hb_font_t *font,
H A Dhb-font.cc1033 * hb_font_get_glyph_contour_point_for_origin:
1048 hb_font_get_glyph_contour_point_for_origin (hb_font_t *font, function

Completed in 482 milliseconds