Home
last modified time | relevance | path

Searched refs:y_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
167 data->y_mult = (CGFloat) font->y_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
979 info->var2.u32 = positions[j].y * y_mult; in _hb_coretext_shape()
989 info->mask = advance * y_mult; in _hb_coretext_shape()
991 info->var2.u32 = positions[0].y * y_mult; /* Yes, zero. */ in _hb_coretext_shape()