Searched refs:y_mult (Results 1 – 3 of 3) sorted by relevance
489 double x_mult, y_mult; /* From LOGFONT space to HB space. */ member526 data->y_mult = (double) font->y_scale / font_size; in _hb_uniscribe_shaper_font_data_create()1015 double x_mult = font_data->x_mult, y_mult = font_data->y_mult; in _hb_uniscribe_shape() local1024 pos->y_offset = y_mult * info->var2.i32; in _hb_uniscribe_shape()
505 CGFloat y_mult = (CGFloat) font->y_scale / ct_font_size; in _hb_coretext_shape() local1063 info->var2.i32 = positions[j].y * y_mult; in _hb_coretext_shape()1069 hb_position_t y_offset = (positions[0].y - advances_so_far) * y_mult; in _hb_coretext_shape()1077 info->mask = advance * y_mult; in _hb_coretext_shape()
787 double y_mult = (double) font->y_scale / fontEmSize; in _hb_directwrite_shape() local952 pos->y_offset = y_mult * info->var2.i32; in _hb_directwrite_shape()