Searched refs:em_fscale_x (Results 1 – 2 of 2) sorted by relevance
251 *x = font->em_fscale_x (xCoordinate); in get_anchor()283 *x = font->em_fscale_x (xCoordinate); in get_anchor()295 *x = ret && x_ppem ? cx : font->em_fscale_x (xCoordinate); in get_anchor()326 *x = font->em_fscale_x (xCoordinate); in get_anchor()
138 float em_fscale_x (int16_t v) { return em_fscale (v, x_scale); } in em_fscale_x() function