HomeSort by relevance Sort by last modified time
    Searched refs:hb_font_get_glyph_contour_point_for_origin (Results 1 - 5 of 5) sorted by null

  /external/harfbuzz_ng/test/api/
test-font.c 280 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));
306 g_assert (hb_font_get_glyph_contour_point_for_origin (font2, 1, 2, HB_DIRECTION_LTR, &x, &y));
309 g_assert (hb_font_get_glyph_contour_point_for_origin (font2, 2, 5, HB_DIRECTION_RTL, &x, &y));
312 g_assert (!hb_font_get_glyph_contour_point_for_origin (font2, 3, 7, HB_DIRECTION_LTR, &x, &y));
329 g_assert (hb_font_get_glyph_contour_point_for_origin (font3, 1, 2, HB_DIRECTION_RTL, &x, &y));
332 g_assert (hb_font_get_glyph_contour_point_for_origin (font3, 2, 5, HB_DIRECTION_LTR, &x, &y));
335 g_assert (!hb_font_get_glyph_contour_point_for_origin (font3, 3, 7, HB_DIRECTION_LTR, &x, &y));
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-font.h 352 hb_font_get_glyph_contour_point_for_origin (hb_font_t *font,
hb-font.cc 482 hb_font_get_glyph_contour_point_for_origin (hb_font_t *font, function
  /external/harfbuzz_ng/src/
hb-font.h 352 hb_font_get_glyph_contour_point_for_origin (hb_font_t *font,
hb-font.cc 482 hb_font_get_glyph_contour_point_for_origin (hb_font_t *font, function

Completed in 390 milliseconds