Searched refs:org_ac (Results 1 – 1 of 1) sorted by relevance
2109 FT_Pos org_c, org_ac, cur_c; in psh_glyph_interpolate_other_points() local2136 org_ac = org_c - org_a; in psh_glyph_interpolate_other_points()2138 if ( org_ac <= 0 ) in psh_glyph_interpolate_other_points()2141 cur_c = cur_a + FT_MulFix( org_ac, scale ); in psh_glyph_interpolate_other_points()2143 else if ( org_ac >= org_ab ) in psh_glyph_interpolate_other_points()2146 cur_c = cur_a + cur_ab + FT_MulFix( org_ac - org_ab, scale ); in psh_glyph_interpolate_other_points()2151 cur_c = cur_a + FT_MulFix( org_ac, scale_ab ); in psh_glyph_interpolate_other_points()