Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-font.cc74 inline unsigned int get_advance (hb_codepoint_t glyph) const in get_advance() function
212 return font->em_scale_x (ot_font->h_metrics.get_advance (glyph)); in hb_ot_get_glyph_h_advance()
222 return font->em_scale_y (-ot_font->v_metrics.get_advance (glyph)); in hb_ot_get_glyph_v_advance()
/external/freetype/include/internal/services/
Dsvpfr.h55 FT_PFR_GetAdvanceFunc get_advance; in FT_DEFINE_SERVICE() local
/external/pdfium/third_party/freetype/include/internal/services/
Dsvpfr.h55 FT_PFR_GetAdvanceFunc get_advance; in FT_DEFINE_SERVICE() local
/external/harfbuzz_ng/util/
Dhelper-cairo.hh67 void get_advance (double *x_advance, double *y_advance) { in get_advance() function
Dview-cairo.cc43 line.get_advance (&x_advance, &y_advance); in get_surface_size()
/external/pdfium/third_party/freetype/src/base/
Dftpfr.c144 error = service->get_advance( face, gindex, aadvance ); in FT_Get_PFR_Advance()