Home
last modified time | relevance | path

Searched defs:hb_font_t (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-font.hh103 struct hb_font_t struct
107 hb_font_t *parent; argument
126 hb_shaper_object_dataset_t<hb_font_t> data; /* Various shaper data. */ argument
130 int dir_scale (hb_direction_t direction) in dir_scale()
132 hb_position_t em_scale_x (int16_t v) { return em_scale (v, x_scale); } in em_scale_x()
133 hb_position_t em_scale_y (int16_t v) { return em_scale (v, y_scale); } in em_scale_y()
134 hb_position_t em_scalef_x (float v) { return em_scalef (v, this->x_scale); } in em_scalef_x()
135 hb_position_t em_scalef_y (float v) { return em_scalef (v, this->y_scale); } in em_scalef_y()
136 float em_fscale_x (int16_t v) { return em_fscale (v, x_scale); } in em_fscale_x()
137 float em_fscale_y (int16_t v) { return em_fscale (v, y_scale); } in em_fscale_y()
[all …]
Dhb-font.h40 typedef struct hb_font_t hb_font_t; typedef