Searched refs:em_fscale_x (Results 1 – 2 of 2) sorted by relevance
380 *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()
139 float em_fscale_x (int16_t v) { return em_fscale (v, x_scale); } in em_fscale_x() function