Searched defs:hb_font_t (Results 1 – 2 of 2) sorted by relevance
103 struct hb_font_t struct107 hb_font_t *parent; argument129 hb_shaper_object_dataset_t<hb_font_t> data; /* Various shaper data. */ argument133 int64_t dir_mult (hb_direction_t direction) in dir_mult()135 hb_position_t em_scale_x (int16_t v) { return em_mult (v, x_mult); } in em_scale_x()136 hb_position_t em_scale_y (int16_t v) { return em_mult (v, y_mult); } in em_scale_y()137 hb_position_t em_scalef_x (float v) { return em_scalef (v, x_scale); } in em_scalef_x()138 hb_position_t em_scalef_y (float v) { return em_scalef (v, y_scale); } in em_scalef_y()139 float em_fscale_x (int16_t v) { return em_fscale (v, x_scale); } in em_fscale_x()140 float em_fscale_y (int16_t v) { return em_fscale (v, y_scale); } in em_fscale_y()[all …]
46 typedef struct hb_font_t hb_font_t; typedef