/external/harfbuzz_ng/src/ |
hb-ot-layout-gdef-table.hh | 126 if (font->get_glyph_contour_point_for_origin (glyph_id, caretValuePoint, direction, &x, &y))
|
hb-font-private.hh | 453 inline hb_bool_t get_glyph_contour_point_for_origin (hb_codepoint_t glyph, unsigned int point_index, function in struct:hb_font_t
|
hb-font.cc | 1061 return font->get_glyph_contour_point_for_origin (glyph, point_index, direction, x, y); [all...] |
hb-ot-layout-gpos-table.hh | 266 font->get_glyph_contour_point_for_origin (glyph_id, anchorPoint, HB_DIRECTION_LTR, &cx, &cy); [all...] |