Searched refs:get_advance (Results 1 – 6 of 6) sorted by relevance
98 unsigned int last_advance = _mtx.get_advance (gids[num_advances - 1]); in subset()100 last_advance == _mtx.get_advance (gids[num_advances - 2])) in subset()256 unsigned int get_advance (hb_codepoint_t glyph) const in get_advance() function272 unsigned int get_advance (hb_codepoint_t glyph, in get_advance() function275 unsigned int advance = get_advance (glyph); in get_advance()
114 *first_advance = font->em_scale_x (hmtx.get_advance (*first_glyph, font)); in hb_ot_get_glyph_h_advances()134 *first_advance = font->em_scale_y (-(int) vmtx.get_advance (*first_glyph, font)); in hb_ot_get_glyph_v_advances()
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()
144 error = service->get_advance( face, gindex, aadvance ); in FT_Get_PFR_Advance()