Searched refs:org_ac (Results 1 – 1 of 1) sorted by relevance
2111 FT_Pos org_c, org_ac, cur_c; in psh_glyph_interpolate_other_points() local2138 org_ac = org_c - org_a; in psh_glyph_interpolate_other_points()2140 if ( org_ac <= 0 ) in psh_glyph_interpolate_other_points()2143 cur_c = cur_a + FT_MulFix( org_ac, scale ); in psh_glyph_interpolate_other_points()2145 else if ( org_ac >= org_ab ) in psh_glyph_interpolate_other_points()2148 cur_c = cur_a + cur_ab + FT_MulFix( org_ac - org_ab, scale ); in psh_glyph_interpolate_other_points()2153 cur_c = cur_a + FT_MulFix( org_ac, scale_ab ); in psh_glyph_interpolate_other_points()