Home
last modified time | relevance | path

Searched refs:font_size_y (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/util/
Dfont-options.hh63 mutable double font_size_y = DEFAULT_FONT_SIZE; member
91 if (font_size_y == FONT_SIZE_UPEM) in post_parse()
92 font_size_y = hb_face_get_upem (face); in post_parse()
98 int scale_y = (int) scalbnf (font_size_y, subpixel_bits); in post_parse()
195 font_opts->font_size_y = font_opts->font_size_x = FONT_SIZE_UPEM; in parse_font_size()
198 switch (sscanf (arg, "%lf%*[ ,]%lf", &font_opts->font_size_x, &font_opts->font_size_y)) { in parse_font_size()
199 case 1: font_opts->font_size_y = font_opts->font_size_x; HB_FALLTHROUGH; in parse_font_size()
Dview-cairo.hh102 int y_sign = font_opts->font_size_y < 0 ? -1 : +1; in render()
Dhelper-cairo.hh142 font_opts->font_size_y); in helper_cairo_create_scaled_font()
/third_party/chromium/patch/
D0001-cve.patch71908 mutable double font_size_y = DEFAULT_FONT_SIZE;
71928 int scale_y = (int) scalbnf (font_size_y, subpixel_bits);
72540 font_opts->font_size_y);