HomeSort by relevance Sort by last modified time
    Searched refs:y_mult (Results 1 - 3 of 3) sorted by null

  /external/harfbuzz_ng/src/
hb-uniscribe.cc 490 double x_mult, y_mult; /* From LOGFONT space to HB space. */ member in struct:hb_uniscribe_shaper_font_data_t
527 data->y_mult = (double) font->y_scale / font_size;
1018 double x_mult = font_data->x_mult, y_mult = font_data->y_mult; local
1027 pos->y_offset = y_mult * info->var2.i32;
hb-coretext.cc 599 CGFloat y_mult = (CGFloat) font->y_scale / ct_font_size; local
    [all...]
hb-directwrite.cc 715 double y_mult = (double) font->y_scale / fontEmSize; local
880 pos->y_offset = y_mult * info->var2.i32;

Completed in 92 milliseconds