Searched refs:font_size_y (Results 1 – 4 of 4) sorted by relevance
403 font_opts->font_size_y = font_opts->font_size_x = FONT_SIZE_UPEM; in parse_font_size()406 switch (sscanf (arg, "%lf%*[ ,]%lf", &font_opts->font_size_x, &font_opts->font_size_y)) { in parse_font_size()407 case 1: font_opts->font_size_y = font_opts->font_size_x; in parse_font_size()620 if (font_size_y == FONT_SIZE_UPEM) in get_font()621 font_size_y = hb_face_get_upem (face); in get_font()624 int scale_y = (int) scalbnf (font_size_y, subpixel_bits); in get_font()
296 font_size_x = font_size_y = default_font_size; in font_options_t()321 mutable double font_size_y; member
40 int y_sign = font_opts->font_size_y < 0 ? -1 : +1; in render()
128 font_opts->font_size_y); in helper_cairo_create_scaled_font()