Home
last modified time | relevance | path

Searched refs:em_scalef_x (Results 1 – 8 of 8) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-metrics.cc65 (position && (*position = font->em_scalef_x (_fix_ascender_descender ( \ in _hb_ot_metrics_get_position_common()
143 (position && (*position = font->em_scalef_x (face->table.TABLE->ATTR + GET_VAR)), true)) in hb_ot_metrics_get_position()
212 return font->em_scalef_x (hb_ot_metrics_get_variation (font, metrics_tag)); in hb_ot_metrics_get_x_variation()
Dhb-ot-cff2-table.cc128 extents->x_bearing = font->em_scalef_x (param.min_x.to_real ()); in get_extents()
129 extents->width = font->em_scalef_x (param.max_x.to_real () - param.min_x.to_real ()); in get_extents()
Dhb-aat-layout-trak-table.hh175 hb_position_t offset_to_add = c->font->em_scalef_x (tracking / 2); in apply()
176 hb_position_t advance_to_add = c->font->em_scalef_x (tracking); in apply()
Dhb-ot-color-sbix-table.hh246 extents->x_bearing = font->em_scalef_x (extents->x_bearing * scale); in get_png_extents()
248 extents->width = font->em_scalef_x (extents->width * scale); in get_png_extents()
Dhb-ot-cff1-table.cc328 extents->x_bearing = font->em_scalef_x (bounds.min.x.to_real ()); in get_extents()
329 extents->width = font->em_scalef_x (bounds.max.x.to_real () - bounds.min.x.to_real ()); in get_extents()
Dhb-ot-glyf-table.hh831 extents->x_bearing = font->em_scalef_x (min_x); in get_extents()
832 extents->width = font->em_scalef_x (max_x - min_x); in get_extents()
Dhb-font.hh136 hb_position_t em_scalef_x (float v) { return em_scalef (v, x_scale); } in em_scalef_x() function
Dhb-ot-layout-common.hh2504 { return font->em_scalef_x (get_delta (font, store)); } in get_x_delta()