Searched refs:font_options_t (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/util/ |
D | font-options.hh | 43 struct font_options_t : face_options_t struct 45 ~font_options_t () in ~font_options_t() argument 84 font_options_t::post_parse (GError **error) in post_parse() argument 149 font_options_t *font_opts = (font_options_t *) data; in parse_variations() 192 font_options_t *font_opts = (font_options_t *) data; in parse_font_size() 215 font_options_t *font_opts = (font_options_t *) data; in parse_font_ppem() 228 font_options_t::add_options (option_parser_t *parser) in add_options()
|
D | main-font-text.hh | 34 template <typename consumer_t, typename font_options_t, typename text_options_t> 35 struct main_font_text_t : option_parser_t, font_options_t, text_options_t, consumer_t 56 font_options_t::add_options (this); in add_options()
|
D | hb-ot-shape-closure.cc | 55 void init (const font_options_t *font_opts) in init() 95 void finish (const font_options_t *font_opts) in finish() 120 using main_t = main_font_text_t<shape_closure_consumer_t, font_options_t, text_options_t>; in main()
|
D | view-cairo.hh | 48 void init (hb_buffer_t *buffer, const font_options_t *font_opts) in init() 70 void finish (hb_buffer_t *buffer, const font_options_t *font_opts) in finish() 87 void render (const font_options_t *font_opts); 95 view_cairo_t::render (const font_options_t *font_opts) in render()
|
D | hb-shape.cc | 48 void init (hb_buffer_t *buffer, const font_options_t *font_opts) in init() 117 void finish (hb_buffer_t *buffer, const font_options_t *font_opts) in finish() 165 …using main_t = main_font_text_t<shape_consumer_t<output_buffer_t>, font_options_t, shape_text_opti… in main()
|
D | hb-view.cc | 41 …using main_t = main_font_text_t<shape_consumer_t<view_cairo_t>, font_options_t, shape_text_options… in main()
|
D | helper-cairo.hh | 80 helper_cairo_create_scaled_font (const font_options_t *font_opts) in helper_cairo_create_scaled_font()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 71895 @@ -53,11 +53,13 @@ struct font_options_t : face_options_t 71921 @@ -94,6 +96,8 @@ font_options_t::post_parse (GError **error) 71930 @@ -137,6 +141,14 @@ font_options_t::post_parse (GError **error) 71945 @@ -265,7 +277,11 @@ font_options_t::add_options (option_parser_t *parser) 72037 +helper_cairo_create_ft_font_face (const font_options_t *font_opts) 72397 +helper_cairo_create_user_font_face (const font_options_t *font_opts) 72463 +helper_cairo_use_hb_draw (const font_options_t *font_opts) 72474 helper_cairo_create_scaled_font (const font_options_t *font_opts) 72537 @@ -140,6 +94,9 @@ helper_cairo_create_scaled_font (const font_options_t *font_opts) 72547 @@ -165,17 +122,10 @@ helper_cairo_create_scaled_font (const font_options_t *font_opts) [all …]
|