Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-aat-layout-lcar-table.hh95 font->get_glyph_contour_point_for_origin (glyph, arr[i], direction, &x, &y); in get_lig_carets()
Dhb-ot-layout-gdef-table.hh127 font->get_glyph_contour_point_for_origin (glyph_id, caretValuePoint, direction, &x, &y); in get_caret_value()
Dhb-aat-layout-kerx-table.hh524 if (!c->font->get_glyph_contour_point_for_origin (c->buffer->info[mark].codepoint, in transition()
528 !c->font->get_glyph_contour_point_for_origin (c->buffer->cur ().codepoint, in transition()
Dhb-font.hh558 hb_bool_t get_glyph_contour_point_for_origin (hb_codepoint_t glyph, unsigned int point_index, in get_glyph_contour_point_for_origin() function
Dhb-font.cc1267 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.hh294 font->get_glyph_contour_point_for_origin (glyph_id, anchorPoint, HB_DIRECTION_LTR, &cx, &cy); in get_anchor()