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

/external/harfbuzz_ng/src/
H A Dhb-uniscribe.cc489 double x_mult, y_mult; /* From LOGFONT space to HB space. */ member in struct:hb_uniscribe_shaper_font_data_t
525 data->x_mult = (double) font->x_scale / font_size;
1017 double x_mult = font_data->x_mult, y_mult = font_data->y_mult; local
1024 pos->x_advance = x_mult * (int32_t) info->mask;
1025 pos->x_offset = x_mult * (backward ? -info->var1.i32 : info->var1.i32);
H A Dhb-coretext.cc544 CGFloat x_mult = (CGFloat) font->x_scale / ct_font_size; local
1093 hb_position_t x_offset = (positions[0].x - advances_so_far) * x_mult;
1101 info->mask = advance * x_mult;
1118 info->var1.i32 = positions[j].x * x_mult;
H A Dhb-directwrite.cc716 double x_mult = (double) font->x_scale / fontEmSize; local
879 pos->x_advance = x_mult * (int32_t) info->mask;
881 x_mult * (isRightToLeft ? -info->var1.i32 : info->var1.i32);

Completed in 170 milliseconds