Home
last modified time | relevance | path

Searched refs:get_glyph_contour_point_for_origin (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-gdef-table.hh126 if (font->get_glyph_contour_point_for_origin (glyph_id, caretValuePoint, direction, &x, &y)) in get_caret_value()
Dhb-font-private.hh453 …inline hb_bool_t get_glyph_contour_point_for_origin (hb_codepoint_t glyph, unsigned int point_inde… in get_glyph_contour_point_for_origin() function
Dhb-font.cc1061 return font->get_glyph_contour_point_for_origin (glyph, point_index, direction, x, y); in hb_font_get_glyph_contour_point_for_origin()
Dhb-ot-layout-gpos-table.hh266 … font->get_glyph_contour_point_for_origin (glyph_id, anchorPoint, HB_DIRECTION_LTR, &cx, &cy); in get_anchor()