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