HomeSort by relevance Sort by last modified time
    Searched refs:get_advance (Results 1 - 6 of 6) sorted by null

  /external/freetype/include/freetype/internal/services/
svpfr.h 55 FT_PFR_GetAdvanceFunc get_advance; local
  /external/harfbuzz_ng/util/
helper-cairo.hh 72 void get_advance (double *x_advance, double *y_advance) { function in struct:helper_cairo_line_t
view-cairo.cc 58 line.get_advance (&x_advance, &y_advance);
  /external/freetype/src/base/
ftpfr.c 144 error = service->get_advance( face, gindex, aadvance );
  /external/harfbuzz_ng/src/
hb-ot-font.cc 120 return font->em_scale_x (ot_font->h_metrics.get_advance (glyph, font));
130 return font->em_scale_y (-(int) ot_font->v_metrics.get_advance (glyph, font));
hb-ot-hmtx-table.hh 113 * Our get_advance() depends on that. */
132 inline unsigned int get_advance (hb_codepoint_t glyph, function in struct:OT::hmtxvmtx::accelerator_t

Completed in 233 milliseconds