HomeSort by relevance Sort by last modified time
    Searched refs:font_opts (Results 1 - 9 of 9) sorted by null

  /external/harfbuzz_ng/util/
main-font-text.hh 55 font_opts (&options, default_font_size, subpixel_bits),
65 if (argc && !font_opts.font_file) font_opts.font_file = locale_to_utf8 (argv[0]), argc--, argv++;
69 if (!font_opts.font_file)
75 consumer.init (buffer, &font_opts);
83 consumer.finish (&font_opts);
90 font_options_t font_opts; member in struct:main_font_text_t
shape-consumer.hh 45 const font_options_t *font_opts)
47 font = hb_font_reference (font_opts->get_font ());
51 output.init (buffer, font_opts);
80 void finish (const font_options_t *font_opts)
82 output.finish (buffer, font_opts);
view-cairo.hh 47 void init (hb_buffer_t *buffer, const font_options_t *font_opts)
50 scale_bits = -font_opts->subpixel_bits;
75 void finish (hb_buffer_t *buffer, const font_options_t *font_opts)
77 render (font_opts);
95 void render (const font_options_t *font_opts);
hb-ot-shape-closure.cc 57 const font_options_t *font_opts)
60 font = hb_font_reference (font_opts->get_font ());
92 void finish (const font_options_t *font_opts)
view-cairo.cc 33 view_cairo_t::render (const font_options_t *font_opts)
39 int x_sign = font_opts->font_size_x < 0 ? -1 : +1;
40 int y_sign = font_opts->font_size_y < 0 ? -1 : +1;
42 hb_font_t *font = font_opts->get_font();
65 cairo_scaled_font_t *scaled_font = helper_cairo_create_scaled_font (font_opts);
helper-cairo.hh 37 helper_cairo_create_scaled_font (const font_options_t *font_opts);
options.cc 265 font_options_t *font_opts = (font_options_t *) data; local
269 font_opts->num_variations = 0;
270 g_free (font_opts->variations);
271 font_opts->variations = nullptr;
279 font_opts->num_variations++;
285 font_opts->variations = (hb_variation_t *) calloc (font_opts->num_variations, sizeof (*font_opts->variations));
286 if (!font_opts->variations)
291 font_opts->num_variations = 0
467 font_options_t *font_opts = (font_options_t *) data; local
    [all...]
hb-shape.cc 42 void init (hb_buffer_t *buffer, const font_options_t *font_opts)
47 font = hb_font_reference (font_opts->get_font ());
113 void finish (hb_buffer_t *buffer, const font_options_t *font_opts)
helper-cairo.cc 74 helper_cairo_create_scaled_font (const font_options_t *font_opts)
76 hb_font_t *font = hb_font_reference (font_opts->get_font ());
93 font_opts->font_file,
94 font_opts->face_index,
129 font_opts->font_size_x,
130 font_opts->font_size_y);

Completed in 95 milliseconds