Home
last modified time | relevance | path

Searched defs:view_cairo_t (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/harfbuzz/util/
Dview-cairo.hh35 struct view_cairo_t struct
37 view_cairo_t (option_parser_t *parser) in view_cairo_t() function
42 ~view_cairo_t () { in ~view_cairo_t() argument
46 void init (hb_buffer_t *buffer, const font_options_t *font_opts) in init()
51 void new_line () {} in new_line()
52 void consume_text (hb_buffer_t *buffer, in consume_text()
56 void error (const char *message) in error()
58 void consume_glyphs (hb_buffer_t *buffer, in consume_glyphs()
68 void finish (hb_buffer_t *buffer, const font_options_t *font_opts) in finish()
85 output_options_t output_options;
[all …]
/third_party/harfbuzz/util/
Dview-cairo.hh35 struct view_cairo_t struct
37 view_cairo_t (option_parser_t *parser) in view_cairo_t() function
42 ~view_cairo_t () { in ~view_cairo_t() argument
46 void init (hb_buffer_t *buffer, const font_options_t *font_opts) in init()
51 void new_line () {} in new_line()
52 void consume_text (hb_buffer_t *buffer, in consume_text()
56 void error (const char *message) in error()
58 void consume_glyphs (hb_buffer_t *buffer, in consume_glyphs()
68 void finish (hb_buffer_t *buffer, const font_options_t *font_opts) in finish()
85 output_options_t output_options;
[all …]
/third_party/skia/third_party/externals/harfbuzz/util/
Dview-cairo.hh34 struct view_cairo_t : view_options_t, output_options_t<> struct
36 ~view_cairo_t () in ~view_cairo_t() argument
41 void add_options (option_parser_t *parser) in add_options()
48 void init (hb_buffer_t *buffer, const font_options_t *font_opts) in init()
53 void new_line () {} in new_line()
54 void consume_text (hb_buffer_t *buffer, in consume_text()
58 void error (const char *message) in error()
60 void consume_glyphs (hb_buffer_t *buffer, in consume_glyphs()
70 void finish (hb_buffer_t *buffer, const font_options_t *font_opts) in finish()
95 view_cairo_t::render (const font_options_t *font_opts) in render() argument