Searched refs:font_size_y (Results 1 – 4 of 4) sorted by relevance
63 mutable double font_size_y = DEFAULT_FONT_SIZE; member91 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()
102 int y_sign = font_opts->font_size_y < 0 ? -1 : +1; in render()
142 font_opts->font_size_y); in helper_cairo_create_scaled_font()
71908 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);