Searched refs:y_mult (Results 1 – 3 of 3) sorted by relevance
508 double x_mult, y_mult; /* From LOGFONT space to HB space. */ member540 data->y_mult = (double) font->y_scale / font_size; in _hb_uniscribe_shaper_font_data_create()997 double x_mult = font_data->x_mult, y_mult = font_data->y_mult; in _hb_uniscribe_shape() local1006 pos->y_offset = y_mult * info->var2.i32; in _hb_uniscribe_shape()
460 CGFloat y_mult = (CGFloat) font->y_scale / ct_font_size; in _hb_coretext_shape() local1031 info->var2.i32 = positions[j].y * y_mult; in _hb_coretext_shape()1037 hb_position_t y_offset = (positions[0].y - advances_so_far) * y_mult; in _hb_coretext_shape()1045 info->mask = advance * y_mult; in _hb_coretext_shape()
671 double y_mult = (double) font->y_scale / fontEmSize; in _hb_directwrite_shape_full() local816 pos->y_offset = y_mult * info->var2.i32; in _hb_directwrite_shape_full()