Searched refs:em_fscale_y (Results 1 – 2 of 2) sorted by relevance
252 *y = font->em_fscale_y (yCoordinate); in get_anchor()284 *y = font->em_fscale_y (yCoordinate); in get_anchor()296 *y = ret && y_ppem ? cy : font->em_fscale_y (yCoordinate); in get_anchor()327 *y = font->em_fscale_y (yCoordinate); in get_anchor()
139 float em_fscale_y (int16_t v) { return em_fscale (v, y_scale); } in em_fscale_y() function