Searched refs:get_advance (Results 1 – 7 of 7) sorted by relevance
143 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() function243 unsigned int get_advance (hb_codepoint_t glyph, in get_advance() function246 unsigned int advance = get_advance (glyph); in get_advance()284 return get_advance (old_gid); in _advance_for_new_gid()
115 *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()
798 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()
55 FT_PFR_GetAdvanceFunc get_advance; in FT_DEFINE_SERVICE() local
72 void get_advance (double *x_advance, double *y_advance) { in get_advance() function
58 line.get_advance (&x_advance, &y_advance); in render()
143 error = service->get_advance( face, gindex, aadvance ); in FT_Get_PFR_Advance()