Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-uniscribe.cc473 double x_mult, y_mult; /* From LOGFONT space to HB space. */ member
505 data->y_mult = (double) font->y_scale / font_size; in _hb_uniscribe_shaper_font_data_create()
866 double x_mult = font_data->x_mult, y_mult = font_data->y_mult; in _hb_uniscribe_shape() local
875 pos->y_offset = y_mult * info->var2.i32; in _hb_uniscribe_shape()
Dhb-font.hh113 int64_t y_mult; member
134 { return HB_DIRECTION_IS_VERTICAL(direction) ? y_mult : x_mult; } in dir_mult()
136 hb_position_t em_scale_y (int16_t v) { return em_mult (v, y_mult); } in em_scale_y()
619 y_mult = ((int64_t) y_scale << 16) / upem; in mults_changed()
Dhb-coretext.cc523 CGFloat y_mult = (CGFloat) font->y_scale / ct_font_size; in _hb_coretext_shape() local
1112 info->var2.i32 = round (positions[j].y * y_mult); in _hb_coretext_shape()
1118 hb_position_t y_offset = round ((positions[0].y - advances_so_far) * y_mult); in _hb_coretext_shape()
1126 info->mask = round (advance * y_mult); in _hb_coretext_shape()
Dhb-directwrite.cc720 double y_mult = (double) font->y_scale / fontEmSize; in _hb_directwrite_shape() local
792 pos->y_offset = y_mult * info->var2.i32; in _hb_directwrite_shape()
Dhb-font.cc1513 font->x_mult = font->y_mult = 1 << 16; in _hb_font_create()
/third_party/harfbuzz/src/
Dhb-font.hh113 int64_t y_mult; member
134 { return HB_DIRECTION_IS_VERTICAL(direction) ? y_mult : x_mult; } in dir_mult()
136 hb_position_t em_scale_y (int16_t v) { return em_mult (v, y_mult); } in em_scale_y()
617 y_mult = ((int64_t) y_scale << 16) / upem; in mults_changed()
Dhb-uniscribe.cc516 double x_mult, y_mult; /* From LOGFONT space to HB space. */ member
548 data->y_mult = (double) font->y_scale / font_size; in _hb_uniscribe_shaper_font_data_create()
1025 double x_mult = font_data->x_mult, y_mult = font_data->y_mult; in _hb_uniscribe_shape() local
1034 pos->y_offset = y_mult * info->var2.i32; in _hb_uniscribe_shape()
Dhb-coretext.cc485 CGFloat y_mult = (CGFloat) font->y_scale / ct_font_size; in _hb_coretext_shape() local
1074 info->var2.i32 = positions[j].y * y_mult; in _hb_coretext_shape()
1080 hb_position_t y_offset = (positions[0].y - advances_so_far) * y_mult; in _hb_coretext_shape()
1088 info->mask = advance * y_mult; in _hb_coretext_shape()
Dhb-directwrite.cc716 double y_mult = (double) font->y_scale / fontEmSize; in _hb_directwrite_shape_full() local
861 pos->y_offset = y_mult * info->var2.i32; in _hb_directwrite_shape_full()
Dhb-font.cc1513 font->x_mult = font->y_mult = 1 << 16; in _hb_font_create()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-uniscribe.cc515 double x_mult, y_mult; /* From LOGFONT space to HB space. */ member
547 data->y_mult = (double) font->y_scale / font_size; in _hb_uniscribe_shaper_font_data_create()
1004 double x_mult = font_data->x_mult, y_mult = font_data->y_mult; in _hb_uniscribe_shape() local
1013 pos->y_offset = y_mult * info->var2.i32; in _hb_uniscribe_shape()
Dhb-coretext.cc460 CGFloat y_mult = (CGFloat) font->y_scale / ct_font_size; in _hb_coretext_shape() local
1031 info->var2.i32 = positions[j].y * y_mult; in _hb_coretext_shape()
1037 hb_position_t y_offset = (positions[0].y - advances_so_far) * y_mult; in _hb_coretext_shape()
1045 info->mask = advance * y_mult; in _hb_coretext_shape()
Dhb-directwrite.cc674 double y_mult = (double) font->y_scale / fontEmSize; in _hb_directwrite_shape_full() local
819 pos->y_offset = y_mult * info->var2.i32; in _hb_directwrite_shape_full()