Searched refs:font_size_x (Results 1 – 4 of 4) sorted by relevance
62 mutable double font_size_x = DEFAULT_FONT_SIZE; member89 if (font_size_x == FONT_SIZE_UPEM) in post_parse()90 font_size_x = hb_face_get_upem (face); in post_parse()97 int scale_x = (int) scalbnf (font_size_x, 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()
101 int x_sign = font_opts->font_size_x < 0 ? -1 : +1; in render()
141 font_opts->font_size_x, in helper_cairo_create_scaled_font()
71907 mutable double font_size_x = DEFAULT_FONT_SIZE;71927 int scale_x = (int) scalbnf (font_size_x, subpixel_bits);72539 font_opts->font_size_x,72542 + font_matrix.xy = -font_opts->slant * font_opts->font_size_x;