Home
last modified time | relevance | path

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

/external/harfbuzz_ng/util/
Doptions.cc470 font_opts->font_size_y = font_opts->font_size_x = FONT_SIZE_UPEM; in parse_font_size()
473 switch (sscanf (arg, "%lf%*[ ,]%lf", &font_opts->font_size_x, &font_opts->font_size_y)) { in parse_font_size()
474 case 1: font_opts->font_size_y = font_opts->font_size_x; in parse_font_size()
689 if (font_size_y == FONT_SIZE_UPEM) in get_font()
690 font_size_y = hb_face_get_upem (face); in get_font()
693 int scale_y = (int) scalbnf (font_size_y, subpixel_bits); in get_font()
Doptions.hh448 font_size_x = font_size_y = default_font_size; in font_options_t()
473 mutable double font_size_y; member
Dview-cairo.cc40 int y_sign = font_opts->font_size_y < 0 ? -1 : +1; in render()
Dhelper-cairo.cc130 font_opts->font_size_y); in helper_cairo_create_scaled_font()