Home | History | Annotate | Download | only in pshinter

Lines Matching defs:y_scale

2220     /* try to optimize the y_scale so that the top of non-capital letters
2228 FT_Fixed y_scale = dim_y->scale_mult;
2231 FT_Fixed old_y_scale = y_scale;
2239 scaled = FT_MulFix( globals->blues.normal_top.zones->org_ref, y_scale );
2246 y_scale = FT_MulDiv( y_scale, fitted, scaled );
2251 psh_globals_set_scale( glyph->globals, x_scale, y_scale, 0, 0 );