Home
last modified time | relevance | path

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

/external/harfbuzz_ng/util/
Dview-cairo.hh47 void init (hb_buffer_t *buffer, const font_options_t *font_opts) in init()
75 void finish (hb_buffer_t *buffer, const font_options_t *font_opts) in finish()
95 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()
Dhb-shape.cc42 void init (hb_buffer_t *buffer, const font_options_t *font_opts) in init()
113 void finish (hb_buffer_t *buffer, const font_options_t *font_opts) in finish()
Doptions.cc265 font_options_t *font_opts = (font_options_t *) data; in parse_variations()
467 font_options_t *font_opts = (font_options_t *) data; in parse_font_size()
484 font_options_t::add_options (option_parser_t *parser) in add_options()
602 font_options_t::get_font (void) const in get_font()
Dhelper-cairo.hh37 helper_cairo_create_scaled_font (const font_options_t *font_opts);
Doptions.hh436 struct font_options_t : option_group_t struct
438 font_options_t (option_parser_t *parser, in font_options_t() function
455 ~font_options_t (void) { 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.cc74 helper_cairo_create_scaled_font (const font_options_t *font_opts) in helper_cairo_create_scaled_font()