Home
last modified time | relevance | path

Searched refs:x_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
525 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() local
1022 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()
Dhb-coretext.cc504 CGFloat x_mult = (CGFloat) font->x_scale / ct_font_size; in _hb_coretext_shape() local
1053 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()
Dhb-directwrite.cc786 double x_mult = (double) font->x_scale / fontEmSize; in _hb_directwrite_shape() local
949 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()