Home
last modified time | relevance | path

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

/external/harfbuzz_ng/util/
Doptions.cc362 font_opts->font_size_y = font_opts->font_size_x = FONT_SIZE_UPEM; in parse_font_size()
365 switch (sscanf (arg, "%lf%*[ ,]%lf", &font_opts->font_size_x, &font_opts->font_size_y)) { in parse_font_size()
366 case 1: font_opts->font_size_y = font_opts->font_size_x; in parse_font_size()
554 if (font_size_x == FONT_SIZE_UPEM) in get_font()
555 font_size_x = hb_face_get_upem (face); in get_font()
559 int scale_x = (int) scalbnf (font_size_x, subpixel_bits); in get_font()
Doptions.hh293 font_size_x = font_size_y = default_font_size; in font_options_t()
314 mutable double font_size_x; member
Dview-cairo.cc39 int x_sign = font_opts->font_size_x < 0 ? -1 : +1; in render()
Dhelper-cairo.cc109 font_opts->font_size_x, in helper_cairo_create_scaled_font()