Home
last modified time | relevance | path

Searched refs:x_mult (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-coretext.cc143 CGFloat x_mult, y_mult; /* From CT space to HB space. */ member
166 data->x_mult = (CGFloat) font->x_scale / font_size; in _hb_coretext_shaper_font_data_create()
971 CGFloat x_mult = font_data->x_mult, y_mult = font_data->y_mult; in _hb_coretext_shape() local
977 info->mask = advance * x_mult; in _hb_coretext_shape()
978 info->var1.u32 = positions[0].x * x_mult; /* Yes, zero. */ in _hb_coretext_shape()
990 info->var1.u32 = positions[j].x * x_mult; in _hb_coretext_shape()