Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh246 *x = font->em_fscale_x (xCoordinate); in get_anchor()
277 *x = ret && x_ppem ? cx : font->em_fscale_x (xCoordinate); in get_anchor()
302 *x = font->em_fscale_x (xCoordinate); in get_anchor()
Dhb-font.hh136 float em_fscale_x (int16_t v) { return em_fscale (v, x_scale); } in em_fscale_x() function