Searched refs:x_mult (Results 1 – 3 of 3) sorted by relevance
489 double x_mult, y_mult; /* From LOGFONT space to HB space. */ member525 data->x_mult = (double) font->x_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() local1022 pos->x_advance = x_mult * (int32_t) info->mask; in _hb_uniscribe_shape()1023 pos->x_offset = x_mult * (backward ? -info->var1.i32 : info->var1.i32); in _hb_uniscribe_shape()
504 CGFloat x_mult = (CGFloat) font->x_scale / ct_font_size; in _hb_coretext_shape() local1053 hb_position_t x_offset = (positions[0].x - advances_so_far) * x_mult; in _hb_coretext_shape()1061 info->mask = advance * x_mult; in _hb_coretext_shape()1078 info->var1.i32 = positions[j].x * x_mult; in _hb_coretext_shape()
786 double x_mult = (double) font->x_scale / fontEmSize; in _hb_directwrite_shape() local949 pos->x_advance = x_mult * (int32_t) info->mask; in _hb_directwrite_shape()951 x_mult * (isRightToLeft ? -info->var1.i32 : info->var1.i32); in _hb_directwrite_shape()