/third_party/skia/third_party/externals/harfbuzz/util/ |
D | font-options.hh | 149 font_options_t *font_opts = (font_options_t *) data; in parse_variations() local 153 font_opts->num_variations = 0; in parse_variations() 154 g_free (font_opts->variations); in parse_variations() 155 font_opts->variations = nullptr; in parse_variations() 163 font_opts->num_variations++; in parse_variations() 169 …font_opts->variations = (hb_variation_t *) calloc (font_opts->num_variations, sizeof (*font_opts->… in parse_variations() 170 if (!font_opts->variations) in parse_variations() 175 font_opts->num_variations = 0; in parse_variations() 178 …if (hb_variation_from_string (p, end ? end - p : -1, &font_opts->variations[font_opts->num_variati… in parse_variations() 179 font_opts->num_variations++; in parse_variations() [all …]
|
D | view-cairo.hh | 48 void init (hb_buffer_t *buffer, const font_options_t *font_opts) in init() 51 scale_bits = - (int) font_opts->subpixel_bits; in init() 70 void finish (hb_buffer_t *buffer, const font_options_t *font_opts) in finish() 72 render (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() argument 101 int x_sign = font_opts->font_size_x < 0 ? -1 : +1; in render() 102 int y_sign = font_opts->font_size_y < 0 ? -1 : +1; in render() 104 hb_font_t *font = font_opts->font; in render() 135 cairo_scaled_font_t *scaled_font = helper_cairo_create_scaled_font (font_opts); in render()
|
D | hb-ot-shape-closure.cc | 55 void init (const font_options_t *font_opts) in init() 58 font = hb_font_reference (font_opts->font); in init() 95 void finish (const font_options_t *font_opts) in finish()
|
D | hb-shape.cc | 48 void init (hb_buffer_t *buffer, const font_options_t *font_opts) in init() 52 font = hb_font_reference (font_opts->font); in init() 117 void finish (hb_buffer_t *buffer, const font_options_t *font_opts) in finish()
|
D | helper-cairo.hh | 80 helper_cairo_create_scaled_font (const font_options_t *font_opts) in helper_cairo_create_scaled_font() argument 82 hb_font_t *font = hb_font_reference (font_opts->font); in helper_cairo_create_scaled_font() 100 const char *blob_data = hb_blob_get_data (font_opts->blob, &blob_length); in helper_cairo_create_scaled_font() 105 font_opts->face_index, in helper_cairo_create_scaled_font() 134 cairo_face = cairo_ft_font_face_create_for_ft_face (ft_face, font_opts->ft_load_flags); in helper_cairo_create_scaled_font() 141 font_opts->font_size_x, in helper_cairo_create_scaled_font() 142 font_opts->font_size_y); in helper_cairo_create_scaled_font()
|
/third_party/harfbuzz/util/ |
D | main-font-text.hh | 55 font_opts (&options, default_font_size, subpixel_bits), in main_font_text_t() 65 … if (argc && !font_opts.font_file) font_opts.font_file = locale_to_utf8 (argv[0]), argc--, argv++; in main() 69 if (!font_opts.font_file) in main() 75 consumer.init (buffer, &font_opts); in main() 83 consumer.finish (&font_opts); in main() 90 font_options_t font_opts; member
|
D | options.cc | 302 font_options_t *font_opts = (font_options_t *) data; in parse_variations() local 306 font_opts->num_variations = 0; in parse_variations() 307 g_free (font_opts->variations); in parse_variations() 308 font_opts->variations = nullptr; in parse_variations() 316 font_opts->num_variations++; in parse_variations() 322 …font_opts->variations = (hb_variation_t *) calloc (font_opts->num_variations, sizeof (*font_opts->… in parse_variations() 323 if (!font_opts->variations) in parse_variations() 328 font_opts->num_variations = 0; in parse_variations() 331 …if (hb_variation_from_string (p, end ? end - p : -1, &font_opts->variations[font_opts->num_variati… in parse_variations() 332 font_opts->num_variations++; in parse_variations() [all …]
|
D | view-cairo.hh | 46 void init (hb_buffer_t *buffer, const font_options_t *font_opts) in init() 49 scale_bits = - (int) font_opts->subpixel_bits; in init() 68 void finish (hb_buffer_t *buffer, const font_options_t *font_opts) in finish() 70 render (font_opts); in finish() 88 void render (const font_options_t *font_opts);
|
D | shape-consumer.hh | 45 const font_options_t *font_opts) in init() 47 font = hb_font_reference (font_opts->get_font ()); in init() 51 output.init (buffer, font_opts); in init() 80 void finish (const font_options_t *font_opts) in finish() 82 output.finish (buffer, font_opts); in finish()
|
D | view-cairo.cc | 33 view_cairo_t::render (const font_options_t *font_opts) in render() argument 39 int x_sign = font_opts->font_size_x < 0 ? -1 : +1; in render() 40 int y_sign = font_opts->font_size_y < 0 ? -1 : +1; in render() 42 hb_font_t *font = font_opts->get_font(); in render() 73 cairo_scaled_font_t *scaled_font = helper_cairo_create_scaled_font (font_opts); in render()
|
D | hb-ot-shape-closure.cc | 57 const font_options_t *font_opts) in init() 60 font = hb_font_reference (font_opts->get_font ()); in init() 92 void finish (const font_options_t *font_opts) in finish()
|
D | hb-subset.cc | 43 const font_options_t *font_opts) in init() 45 font = hb_font_reference (font_opts->get_font ()); in init() 97 void finish (const font_options_t *font_opts) in finish()
|
D | hb-shape.cc | 42 void init (hb_buffer_t *buffer, const font_options_t *font_opts) in init() 47 font = hb_font_reference (font_opts->get_font ()); in init() 112 void finish (hb_buffer_t *buffer, const font_options_t *font_opts) in finish()
|
D | helper-cairo.cc | 76 helper_cairo_create_scaled_font (const font_options_t *font_opts) in helper_cairo_create_scaled_font() argument 78 hb_font_t *font = hb_font_reference (font_opts->get_font ()); in helper_cairo_create_scaled_font() 96 const char *blob_data = hb_blob_get_data (font_opts->blob, &blob_length); in helper_cairo_create_scaled_font() 101 font_opts->face_index, in helper_cairo_create_scaled_font() 130 cairo_face = cairo_ft_font_face_create_for_ft_face (ft_face, font_opts->ft_load_flags); in helper_cairo_create_scaled_font() 137 font_opts->font_size_x, in helper_cairo_create_scaled_font() 138 font_opts->font_size_y); in helper_cairo_create_scaled_font()
|
D | helper-cairo.hh | 37 helper_cairo_create_scaled_font (const font_options_t *font_opts);
|
/third_party/flutter/skia/third_party/externals/harfbuzz/util/ |
D | main-font-text.hh | 55 font_opts (&options, default_font_size, subpixel_bits), in main_font_text_t() 65 … if (argc && !font_opts.font_file) font_opts.font_file = locale_to_utf8 (argv[0]), argc--, argv++; in main() 69 if (!font_opts.font_file) in main() 75 consumer.init (buffer, &font_opts); in main() 83 consumer.finish (&font_opts); in main() 90 font_options_t font_opts; member
|
D | options.cc | 278 font_options_t *font_opts = (font_options_t *) data; in parse_variations() local 282 font_opts->num_variations = 0; in parse_variations() 283 g_free (font_opts->variations); in parse_variations() 284 font_opts->variations = nullptr; in parse_variations() 292 font_opts->num_variations++; in parse_variations() 298 …font_opts->variations = (hb_variation_t *) calloc (font_opts->num_variations, sizeof (*font_opts->… in parse_variations() 299 if (!font_opts->variations) in parse_variations() 304 font_opts->num_variations = 0; in parse_variations() 307 …if (hb_variation_from_string (p, end ? end - p : -1, &font_opts->variations[font_opts->num_variati… in parse_variations() 308 font_opts->num_variations++; in parse_variations() [all …]
|
D | view-cairo.hh | 46 void init (hb_buffer_t *buffer, const font_options_t *font_opts) in init() 49 scale_bits = - (int) font_opts->subpixel_bits; in init() 68 void finish (hb_buffer_t *buffer, const font_options_t *font_opts) in finish() 70 render (font_opts); in finish() 88 void render (const font_options_t *font_opts);
|
D | shape-consumer.hh | 45 const font_options_t *font_opts) in init() 47 font = hb_font_reference (font_opts->get_font ()); in init() 51 output.init (buffer, font_opts); in init() 80 void finish (const font_options_t *font_opts) in finish() 82 output.finish (buffer, font_opts); in finish()
|
D | view-cairo.cc | 33 view_cairo_t::render (const font_options_t *font_opts) in render() argument 39 int x_sign = font_opts->font_size_x < 0 ? -1 : +1; in render() 40 int y_sign = font_opts->font_size_y < 0 ? -1 : +1; in render() 42 hb_font_t *font = font_opts->get_font(); in render() 65 cairo_scaled_font_t *scaled_font = helper_cairo_create_scaled_font (font_opts); in render()
|
D | hb-ot-shape-closure.cc | 57 const font_options_t *font_opts) in init() 60 font = hb_font_reference (font_opts->get_font ()); in init() 92 void finish (const font_options_t *font_opts) in finish()
|
D | hb-subset.cc | 43 const font_options_t *font_opts) in init() 45 font = hb_font_reference (font_opts->get_font ()); in init() 90 void finish (const font_options_t *font_opts) in finish()
|
D | helper-cairo.cc | 76 helper_cairo_create_scaled_font (const font_options_t *font_opts) in helper_cairo_create_scaled_font() argument 78 hb_font_t *font = hb_font_reference (font_opts->get_font ()); in helper_cairo_create_scaled_font() 96 const char *blob_data = hb_blob_get_data (font_opts->blob, &blob_length); in helper_cairo_create_scaled_font() 101 font_opts->face_index, in helper_cairo_create_scaled_font() 130 cairo_face = cairo_ft_font_face_create_for_ft_face (ft_face, font_opts->ft_load_flags); in helper_cairo_create_scaled_font() 137 font_opts->font_size_x, in helper_cairo_create_scaled_font() 138 font_opts->font_size_y); in helper_cairo_create_scaled_font()
|
D | hb-shape.cc | 42 void init (hb_buffer_t *buffer, const font_options_t *font_opts) in init() 47 font = hb_font_reference (font_opts->get_font ()); in init() 112 void finish (hb_buffer_t *buffer, const font_options_t *font_opts) in finish()
|
D | helper-cairo.hh | 37 helper_cairo_create_scaled_font (const font_options_t *font_opts);
|