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

  /external/freetype/include/internal/services/
svpfr.h 55 FT_PFR_GetAdvanceFunc get_advance; local
  /external/pdfium/third_party/freetype/include/freetype/internal/services/
svpfr.h 55 FT_PFR_GetAdvanceFunc get_advance; local
  /external/harfbuzz_ng/util/
helper-cairo.hh 71 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/pdfium/third_party/freetype/src/base/
ftpfr.c 144 error = service->get_advance( face, gindex, aadvance );
  /external/harfbuzz_ng/src/
hb-ot-font.cc 96 * 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 890 milliseconds