Searched defs:hb_font_t (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-font.hh | 103 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 …]
|
D | hb-font.h | 40 typedef struct hb_font_t hb_font_t; typedef
|
/third_party/harfbuzz/src/ |
D | hb-font.hh | 103 struct hb_font_t struct 107 hb_font_t *parent; argument 129 hb_shaper_object_dataset_t<hb_font_t> data; /* Various shaper data. */ argument 133 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 …]
|
D | hb-font.h | 46 typedef struct hb_font_t hb_font_t; typedef
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-font.hh | 103 struct hb_font_t struct 107 hb_font_t *parent; argument 129 hb_shaper_object_dataset_t<hb_font_t> data; /* Various shaper data. */ argument 133 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 …]
|
D | hb-font.h | 46 typedef struct hb_font_t hb_font_t; typedef
|
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/ |
D | Layout.cpp | 237 static hb_position_t harfbuzzGetGlyphHorizontalAdvance(hb_font_t* /* hbFont */, in harfbuzzGetGlyphHorizontalAdvance() argument 246 static hb_bool_t harfbuzzGetGlyphHorizontalOrigin(hb_font_t* /* hbFont */, in harfbuzzGetGlyphHorizontalOrigin() argument
|