hb-uniscribe.cc | 489 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; 1015 double x_mult = font_data->x_mult, y_mult = font_data->y_mult; local 1022 pos->x_advance = x_mult * (int32_t) info->mask; 1023 pos->x_offset = x_mult * (backward ? -info->var1.i32 : info->var1.i32);
|