Searched refs:y_mult (Results 1 – 5 of 5) sorted by relevance
473 double x_mult, y_mult; /* From LOGFONT space to HB space. */ member505 data->y_mult = (double) font->y_scale / font_size; in _hb_uniscribe_shaper_font_data_create()866 double x_mult = font_data->x_mult, y_mult = font_data->y_mult; in _hb_uniscribe_shape() local875 pos->y_offset = y_mult * info->var2.i32; in _hb_uniscribe_shape()
113 int64_t y_mult; member134 { return HB_DIRECTION_IS_VERTICAL(direction) ? y_mult : x_mult; } in dir_mult()136 hb_position_t em_scale_y (int16_t v) { return em_mult (v, y_mult); } in em_scale_y()619 y_mult = ((int64_t) y_scale << 16) / upem; in mults_changed()
523 CGFloat y_mult = (CGFloat) font->y_scale / ct_font_size; in _hb_coretext_shape() local1112 info->var2.i32 = round (positions[j].y * y_mult); in _hb_coretext_shape()1118 hb_position_t y_offset = round ((positions[0].y - advances_so_far) * y_mult); in _hb_coretext_shape()1126 info->mask = round (advance * y_mult); in _hb_coretext_shape()
720 double y_mult = (double) font->y_scale / fontEmSize; in _hb_directwrite_shape() local792 pos->y_offset = y_mult * info->var2.i32; in _hb_directwrite_shape()
1513 font->x_mult = font->y_mult = 1 << 16; in _hb_font_create()