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

  /external/harfbuzz_ng/src/
hb-font.hh 330 hb_bool_t get_glyph_contour_point (hb_codepoint_t glyph, unsigned int point_index, function in struct:hb_font_t
552 hb_bool_t ret = get_glyph_contour_point (glyph, point_index, x, y);
hb-font.cc 423 hb_bool_t ret = font->parent->get_glyph_contour_point (glyph, point_index, x, y);
1007 return font->get_glyph_contour_point (glyph, point_index, x, y);
    [all...]

Completed in 408 milliseconds