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

/external/freetype/include/freetype/internal/services/
H A Dsvpfr.h55 FT_PFR_GetAdvanceFunc get_advance; local
/external/pdfium/third_party/freetype/include/freetype/internal/services/
H A Dsvpfr.h55 FT_PFR_GetAdvanceFunc get_advance; local
/external/harfbuzz_ng/util/
H A Dhelper-cairo.hh71 void get_advance (double *x_advance, double *y_advance) { function in struct:helper_cairo_line_t
H A Dview-cairo.cc58 line.get_advance (&x_advance, &y_advance);
/external/pdfium/third_party/freetype/src/base/
H A Dftpfr.c144 error = service->get_advance( face, gindex, aadvance );
/external/harfbuzz_ng/src/
H A Dhb-ot-font.cc96 * Our get_advance() depends on that. */
111 inline unsigned int get_advance (hb_codepoint_t glyph) const function in struct:hb_ot_face_metrics_accelerator_t
371 return font->em_scale_x (ot_font->h_metrics.get_advance (glyph));
381 return font->em_scale_y (-(int) ot_font->v_metrics.get_advance (glyph));

Completed in 410 milliseconds