Home
last modified time | relevance | path

Searched refs:em_fscale_y (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh252 *y = font->em_fscale_y (yCoordinate); in get_anchor()
284 *y = font->em_fscale_y (yCoordinate); in get_anchor()
296 *y = ret && y_ppem ? cy : font->em_fscale_y (yCoordinate); in get_anchor()
327 *y = font->em_fscale_y (yCoordinate); in get_anchor()
Dhb-font.hh139 float em_fscale_y (int16_t v) { return em_fscale (v, y_scale); } in em_fscale_y() function