Home
last modified time | relevance | path

Searched refs:font_opts (Results 1 – 8 of 8) sorted by relevance

/external/harfbuzz_ng/util/
Dmain-font-text.hh39 font_opts (&options), in main_font_text_t()
49 if (argc && !font_opts.font_file) font_opts.font_file = argv[0], argc--, argv++; in main()
53 if (!font_opts.font_file) in main()
58 consumer.init (&font_opts); in main()
67 consumer.finish (&font_opts); in main()
74 font_options_t font_opts; member
Dshape-consumer.hh40 void init (const font_options_t *font_opts) in init()
42 font = hb_font_reference (font_opts->get_font ()); in init()
43 output.init (font_opts); in init()
66 void finish (const font_options_t *font_opts) in finish()
68 output.finish (font_opts); in finish()
Dview-cairo.hh43 void init (const font_options_t *font_opts) in init()
46 …scale = double (view_options.font_size) / hb_face_get_upem (hb_font_get_face (font_opts->get_font … in init()
74 void finish (const font_options_t *font_opts) in finish()
76 render (font_opts); in finish()
90 void render (const font_options_t *font_opts);
Dhb-ot-shape-closure.cc56 void init (const font_options_t *font_opts) in init()
59 font = hb_font_reference (font_opts->get_font ()); in init()
90 void finish (const font_options_t *font_opts) in finish()
Dhb-shape.cc38 void init (const font_options_t *font_opts) in init()
43 font = hb_font_reference (font_opts->get_font ()); in init()
101 void finish (const font_options_t *font_opts) in finish()
Dview-cairo.cc55 view_cairo_t::render (const font_options_t *font_opts) in render() argument
57 …cairo_scaled_font_t *scaled_font = helper_cairo_create_scaled_font (font_opts, view_options.font_s… in render()
Dhelper-cairo.hh36 helper_cairo_create_scaled_font (const font_options_t *font_opts,
Dhelper-cairo.cc64 helper_cairo_create_scaled_font (const font_options_t *font_opts, in helper_cairo_create_scaled_font() argument
67 hb_font_t *font = hb_font_reference (font_opts->get_font ()); in helper_cairo_create_scaled_font()