Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-uniscribe.cc489 double x_mult, y_mult; /* From LOGFONT space to HB space. */ member
526 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() local
1024 pos->y_offset = y_mult * info->var2.i32; in _hb_uniscribe_shape()
Dhb-coretext.cc505 CGFloat y_mult = (CGFloat) font->y_scale / ct_font_size; in _hb_coretext_shape() local
1063 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()
Dhb-directwrite.cc787 double y_mult = (double) font->y_scale / fontEmSize; in _hb_directwrite_shape() local
952 pos->y_offset = y_mult * info->var2.i32; in _hb_directwrite_shape()