Searched refs:get_glyph_contour_point_for_origin (Results 1 – 6 of 6) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-aat-layout-lcar-table.hh | 95 font->get_glyph_contour_point_for_origin (glyph, arr[i], direction, &x, &y); in get_lig_carets()
|
D | hb-ot-layout-gdef-table.hh | 127 font->get_glyph_contour_point_for_origin (glyph_id, caretValuePoint, direction, &x, &y); in get_caret_value()
|
D | hb-aat-layout-kerx-table.hh | 524 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()
|
D | hb-font.hh | 558 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
|
D | hb-font.cc | 1267 return font->get_glyph_contour_point_for_origin (glyph, point_index, direction, x, y); in hb_font_get_glyph_contour_point_for_origin()
|
D | hb-ot-layout-gpos-table.hh | 294 font->get_glyph_contour_point_for_origin (glyph_id, anchorPoint, HB_DIRECTION_LTR, &cx, &cy); in get_anchor()
|