Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-hmtx-table.hh98 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() function
272 unsigned int get_advance (hb_codepoint_t glyph, in get_advance() function
275 unsigned int advance = get_advance (glyph); in get_advance()
Dhb-ot-font.cc114 *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()
/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.c144 error = service->get_advance( face, gindex, aadvance ); in FT_Get_PFR_Advance()