Searched refs:hb_font_get_glyph_contour_point_for_origin (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-font.c | 280 g_assert (hb_font_get_glyph_contour_point_for_origin (font1, 1, 2, HB_DIRECTION_LTR, &x, &y)); in test_fontfuncs_subclassing() 283 g_assert (hb_font_get_glyph_contour_point_for_origin (font1, 2, 5, HB_DIRECTION_LTR, &x, &y)); in test_fontfuncs_subclassing() 286 g_assert (!hb_font_get_glyph_contour_point_for_origin (font1, 3, 7, HB_DIRECTION_RTL, &x, &y)); in test_fontfuncs_subclassing() 319 g_assert (hb_font_get_glyph_contour_point_for_origin (font2, 1, 2, HB_DIRECTION_LTR, &x, &y)); in test_fontfuncs_subclassing() 322 g_assert (hb_font_get_glyph_contour_point_for_origin (font2, 2, 5, HB_DIRECTION_RTL, &x, &y)); in test_fontfuncs_subclassing() 325 g_assert (!hb_font_get_glyph_contour_point_for_origin (font2, 3, 7, HB_DIRECTION_LTR, &x, &y)); in test_fontfuncs_subclassing() 338 g_assert (hb_font_get_glyph_contour_point_for_origin (font3, 1, 2, HB_DIRECTION_RTL, &x, &y)); in test_fontfuncs_subclassing() 341 g_assert (hb_font_get_glyph_contour_point_for_origin (font3, 2, 5, HB_DIRECTION_LTR, &x, &y)); in test_fontfuncs_subclassing() 344 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/docs/ |
D | harfbuzz-sections.txt | 212 hb_font_get_glyph_contour_point_for_origin
|
/external/harfbuzz_ng/src/ |
D | hb-font.h | 503 hb_font_get_glyph_contour_point_for_origin (hb_font_t *font,
|
D | hb-font.cc | 1056 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/ |
D | NEWS | 1399 hb_font_get_glyph_contour_point_for_origin()
|