Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gpos-table.hh380 *x = font->em_fscale_x (xCoordinate); in get_anchor()
415 *x = font->em_fscale_x (xCoordinate); in get_anchor()
427 *x = ret && x_ppem ? cx : font->em_fscale_x (xCoordinate); in get_anchor()
458 *x = font->em_fscale_x (xCoordinate); in get_anchor()
Dhb-font.hh139 float em_fscale_x (int16_t v) { return em_fscale (v, x_scale); } in em_fscale_x() function