Searched refs:get_glyph_contour_point_for_origin (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gdef-table.hh124 if (font->get_glyph_contour_point_for_origin (glyph_id, caretValuePoint, direction, &x, &y))
H A Dhb-font-private.hh405 inline hb_bool_t get_glyph_contour_point_for_origin (hb_codepoint_t glyph, unsigned int point_index, function in struct:hb_font_t
H A Dhb-font.cc487 return font->get_glyph_contour_point_for_origin (glyph, point_index, direction, x, y);
H A Dhb-ot-layout-gpos-table.hh246 ret = font->get_glyph_contour_point_for_origin (glyph_id, anchorPoint, HB_DIRECTION_LTR, &cx, &cy);
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gdef-table.hh124 if (font->get_glyph_contour_point_for_origin (glyph_id, caretValuePoint, direction, &x, &y))
H A Dhb-font-private.hh405 inline hb_bool_t get_glyph_contour_point_for_origin (hb_codepoint_t glyph, unsigned int point_index, function in struct:hb_font_t
H A Dhb-font.cc487 return font->get_glyph_contour_point_for_origin (glyph, point_index, direction, x, y);
H A Dhb-ot-layout-gpos-table.hh246 ret = font->get_glyph_contour_point_for_origin (glyph_id, anchorPoint, HB_DIRECTION_LTR, &cx, &cy);

Completed in 325 milliseconds