Home
last modified time | relevance | path

Searched refs:font_options_t (Results 1 – 11 of 11) sorted by relevance

/external/harfbuzz_ng/util/
Dview-cairo.hh46 void init (hb_buffer_t *buffer, const font_options_t *font_opts) in init()
68 void finish (hb_buffer_t *buffer, const font_options_t *font_opts) in finish()
88 void render (const font_options_t *font_opts);
Dshape-consumer.hh45 const font_options_t *font_opts) in init()
80 void finish (const font_options_t *font_opts) in finish()
Dhb-ot-shape-closure.cc57 const font_options_t *font_opts) in init()
92 void finish (const font_options_t *font_opts) in finish()
Doptions.cc276 font_options_t *font_opts = (font_options_t *) data; in parse_variations()
484 font_options_t *font_opts = (font_options_t *) data; in parse_font_size()
507 font_options_t *font_opts = (font_options_t *) data; in parse_font_ppem()
520 font_options_t::add_options (option_parser_t *parser) in add_options()
641 font_options_t::get_font () const in get_font()
Dhb-subset.cc43 const font_options_t *font_opts) in init()
90 void finish (const font_options_t *font_opts) in finish()
Dhb-shape.cc42 void init (hb_buffer_t *buffer, const font_options_t *font_opts) in init()
112 void finish (hb_buffer_t *buffer, const font_options_t *font_opts) in finish()
Dhelper-cairo.hh37 helper_cairo_create_scaled_font (const font_options_t *font_opts);
Doptions.hh446 struct font_options_t : option_group_t struct
448 font_options_t (option_parser_t *parser, in font_options_t() function
470 virtual ~font_options_t () in ~font_options_t() argument
Dmain-font-text.hh90 font_options_t font_opts;
Dview-cairo.cc33 view_cairo_t::render (const font_options_t *font_opts) in render()
Dhelper-cairo.cc76 helper_cairo_create_scaled_font (const font_options_t *font_opts) in helper_cairo_create_scaled_font()