Home
last modified time | relevance | path

Searched refs:get_glyph_contour_point (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-font.hh330 hb_bool_t get_glyph_contour_point (hb_codepoint_t glyph, unsigned int point_index, in get_glyph_contour_point() function
552 hb_bool_t ret = get_glyph_contour_point (glyph, point_index, x, y); in get_glyph_contour_point_for_origin()
Dhb-font.cc423 hb_bool_t ret = font->parent->get_glyph_contour_point (glyph, point_index, x, y); in hb_font_get_glyph_contour_point_default()
1007 return font->get_glyph_contour_point (glyph, point_index, x, y); in hb_font_get_glyph_contour_point()