Home
last modified time | relevance | path

Searched refs:get_advance (Results 1 – 7 of 7) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-hmtx-table.hh143 return hb_pair (_mtx.get_advance (old_gid), _mtx.get_side_bearing (old_gid)); in subset()
227 unsigned int get_advance (hb_codepoint_t glyph) const in get_advance() function
243 unsigned int get_advance (hb_codepoint_t glyph, in get_advance() function
246 unsigned int advance = get_advance (glyph); in get_advance()
284 return get_advance (old_gid); in _advance_for_new_gid()
Dhb-ot-font.cc115 *first_advance = font->em_scale_x (hmtx.get_advance (*first_glyph, font)); in hb_ot_get_glyph_h_advances()
135 *first_advance = font->em_scale_y (-(int) vmtx.get_advance (*first_glyph, font)); in hb_ot_get_glyph_v_advances()
Dhb-ot-glyf-table.hh798 unsigned int h_adv = face->table.hmtx->get_advance (gid); in init_phantom_points()
799 unsigned int v_adv = face->table.vmtx->get_advance (gid); in init_phantom_points()
966 return is_vertical ? face->table.vmtx->get_advance (gid) : face->table.hmtx->get_advance (gid); in get_advance_var()
/external/freetype/include/freetype/internal/services/
Dsvpfr.h55 FT_PFR_GetAdvanceFunc get_advance; in FT_DEFINE_SERVICE() local
/external/harfbuzz_ng/util/
Dhelper-cairo.hh72 void get_advance (double *x_advance, double *y_advance) { in get_advance() function
Dview-cairo.cc58 line.get_advance (&x_advance, &y_advance); in render()
/external/freetype/src/base/
Dftpfr.c143 error = service->get_advance( face, gindex, aadvance ); in FT_Get_PFR_Advance()