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

  /external/harfbuzz_ng/util/
main-font-text.hh 39 font_opts (&options),
49 if (argc && !font_opts.font_file) font_opts.font_file = argv[0], argc--, argv++;
53 if (!font_opts.font_file)
58 consumer.init (&font_opts);
67 consumer.finish (&font_opts);
74 font_options_t font_opts; member in struct:main_font_text_t
shape-consumer.hh 40 void init (const font_options_t *font_opts)
42 font = hb_font_reference (font_opts->get_font ());
43 output.init (font_opts);
66 void finish (const font_options_t *font_opts)
68 output.finish (font_opts);
view-cairo.hh 43 void init (const font_options_t *font_opts)
46 scale = double (view_options.font_size) / hb_face_get_upem (hb_font_get_face (font_opts->get_font ()));
74 void finish (const font_options_t *font_opts)
76 render (font_opts);
90 void render (const font_options_t *font_opts);
hb-ot-shape-closure.cc 56 void init (const font_options_t *font_opts)
59 font = hb_font_reference (font_opts->get_font ());
90 void finish (const font_options_t *font_opts)
hb-shape.cc 38 void init (const font_options_t *font_opts)
43 font = hb_font_reference (font_opts->get_font ());
101 void finish (const font_options_t *font_opts)
helper-cairo.hh 36 helper_cairo_create_scaled_font (const font_options_t *font_opts,
view-cairo.cc 55 view_cairo_t::render (const font_options_t *font_opts)
57 cairo_scaled_font_t *scaled_font = helper_cairo_create_scaled_font (font_opts, view_options.font_size);
helper-cairo.cc 64 helper_cairo_create_scaled_font (const font_options_t *font_opts,
67 hb_font_t *font = hb_font_reference (font_opts->get_font ());

Completed in 38 milliseconds