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

  /external/freetype/include/internal/services/
svpfr.h 55 FT_PFR_GetAdvanceFunc get_advance; local
  /external/pdfium/third_party/freetype/include/internal/services/
svpfr.h 55 FT_PFR_GetAdvanceFunc get_advance; local
  /external/harfbuzz_ng/util/
helper-cairo.hh 67 void get_advance (double *x_advance, double *y_advance) { function in struct:helper_cairo_line_t
  /external/harfbuzz_ng/src/
hb-ot-font.cc 74 inline unsigned int get_advance (hb_codepoint_t glyph) const function in struct:hb_ot_face_metrics_accelerator_t
212 return font->em_scale_x (ot_font->h_metrics.get_advance (glyph));
222 return font->em_scale_y (-ot_font->v_metrics.get_advance (glyph));

Completed in 125 milliseconds