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

  /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...]

Completed in 566 milliseconds