Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-aat-layout-opbd-table.hh100 if (font->get_glyph_contour_point (glyph_id, bounds.leftSide, &left, &ignore) || in get_bounds()
101 font->get_glyph_contour_point (glyph_id, bounds.topSide, &ignore, &top) || in get_bounds()
102 font->get_glyph_contour_point (glyph_id, bounds.rightSide, &right, &ignore) || in get_bounds()
103 font->get_glyph_contour_point (glyph_id, bounds.bottomSide, &ignore, &bottom)) in get_bounds()
Dhb-font.hh340 hb_bool_t get_glyph_contour_point (hb_codepoint_t glyph, unsigned int point_index, in get_glyph_contour_point() function
562 hb_bool_t ret = get_glyph_contour_point (glyph, point_index, x, y); in get_glyph_contour_point_for_origin()
Dhb-font.cc425 hb_bool_t ret = font->parent->get_glyph_contour_point (glyph, point_index, x, y); in hb_font_get_glyph_contour_point_default()
1033 return font->get_glyph_contour_point (glyph, point_index, x, y); in hb_font_get_glyph_contour_point()