Home | History | Annotate | Download | only in pshinter

Lines Matching defs:y_scale

2222     /* try to optimize the y_scale so that the top of non-capital letters
2230 FT_Fixed y_scale = dim_y->scale_mult;
2233 FT_Fixed old_y_scale = y_scale;
2241 scaled = FT_MulFix( globals->blues.normal_top.zones->org_ref, y_scale );
2248 y_scale = FT_MulDiv( y_scale, fitted, scaled );
2253 psh_globals_set_scale( glyph->globals, x_scale, y_scale, 0, 0 );