Home
last modified time | relevance | path

Searched refs:scale_mult (Results 1 – 3 of 3) sorted by relevance

/external/freetype/src/pshinter/
Dpshglob.c49 FT_Fixed scale = dim->scale_mult; in psh_globals_scale_widths()
89 FT_Pos width = FT_MulFix( org_width, dimension->scale_mult );
738 globals->dimension[0].scale_mult = 0; in psh_globals_new()
740 globals->dimension[1].scale_mult = 0; in psh_globals_new()
764 if ( x_scale != dim->scale_mult || in psh_globals_set_scale()
767 dim->scale_mult = x_scale; in psh_globals_set_scale()
774 if ( y_scale != dim->scale_mult || in psh_globals_set_scale()
777 dim->scale_mult = y_scale; in psh_globals_set_scale()
Dpshalgo.c443 FT_Fixed scale = dim->scale_mult; in psh_hint_align()
671 FT_Fixed scale = dim->scale_mult;
857 FT_Fixed scale = dim->scale_mult; in psh_hint_table_align_hints()
1578 FT_Fixed scale = dim->scale_mult; in psh_glyph_find_strong_points()
1723 FT_Fixed scale = dim->scale_mult; in psh_glyph_interpolate_strong_points()
1778 FT_Fixed scale = dim->scale_mult; in psh_glyph_interpolate_normal_points()
1928 FT_Fixed scale = dim->scale_mult; in psh_glyph_interpolate_other_points()
2116 FT_Fixed x_scale = dim_x->scale_mult; in ps_hints_apply()
2117 FT_Fixed y_scale = dim_y->scale_mult; in ps_hints_apply()
Dpshglob.h85 FT_Fixed scale_mult; member