Searched refs:get_glyph_contour_point (Results 1 – 2 of 2) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-font.hh | 330 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()
|
D | hb-font.cc | 423 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()
|