Home
last modified time | relevance | path

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

/external/harfbuzz_ng/util/
Doptions.cc499 font_opts->font_size_y = font_opts->font_size_x = FONT_SIZE_UPEM; in parse_font_size()
502 switch (sscanf (arg, "%lf%*[ ,]%lf", &font_opts->font_size_x, &font_opts->font_size_y)) { in parse_font_size()
503 case 1: font_opts->font_size_y = font_opts->font_size_x; HB_FALLTHROUGH; in parse_font_size()
686 if (font_size_x == FONT_SIZE_UPEM) in get_font()
687 font_size_x = hb_face_get_upem (face); in get_font()
694 int scale_x = (int) scalbnf (font_size_x, subpixel_bits); in get_font()
Dview-cairo.cc39 int x_sign = font_opts->font_size_x < 0 ? -1 : +1; in render()
Doptions.hh465 font_size_x = font_size_y = default_font_size; in font_options_t()
496 mutable double font_size_x; member
Dhelper-cairo.cc137 font_opts->font_size_x, in helper_cairo_create_scaled_font()