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 );
691 globals->dimension[0].scale_mult = 0; in psh_globals_new()
693 globals->dimension[1].scale_mult = 0; in psh_globals_new()
717 if ( x_scale != dim->scale_mult || in psh_globals_set_scale()
720 dim->scale_mult = x_scale; in psh_globals_set_scale()
727 if ( y_scale != dim->scale_mult || in psh_globals_set_scale()
730 dim->scale_mult = y_scale; in psh_globals_set_scale()
Dpshalgo.c446 FT_Fixed scale = dim->scale_mult; in psh_hint_align()
674 FT_Fixed scale = dim->scale_mult;
860 FT_Fixed scale = dim->scale_mult; in psh_hint_table_align_hints()
1683 FT_Fixed scale = dim->scale_mult; in psh_glyph_find_strong_points()
1832 FT_Fixed scale = dim->scale_mult; in psh_glyph_interpolate_strong_points()
1889 FT_Fixed scale = dim->scale_mult; in psh_glyph_interpolate_normal_points()
2039 FT_Fixed scale = dim->scale_mult; in psh_glyph_interpolate_other_points()
2229 FT_Fixed x_scale = dim_x->scale_mult; in ps_hints_apply()
2230 FT_Fixed y_scale = dim_y->scale_mult; in ps_hints_apply()
Dpshglob.h85 FT_Fixed scale_mult; member