Home
last modified time | relevance | path

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

/external/freetype/src/pshinter/
Dpshalgo.c1998 FT_Pos org_c, org_ac, cur_c; in psh_glyph_interpolate_other_points() local
2025 org_ac = org_c - org_a; in psh_glyph_interpolate_other_points()
2027 if ( org_ac <= 0 ) in psh_glyph_interpolate_other_points()
2030 cur_c = cur_a + FT_MulFix( org_ac, scale ); in psh_glyph_interpolate_other_points()
2032 else if ( org_ac >= org_ab ) in psh_glyph_interpolate_other_points()
2035 cur_c = cur_a + cur_ab + FT_MulFix( org_ac - org_ab, scale ); in psh_glyph_interpolate_other_points()
2040 cur_c = cur_a + FT_MulFix( org_ac, scale_ab ); in psh_glyph_interpolate_other_points()