Searched refs:org_ab (Results 1 – 1 of 1) sorted by relevance
1997 FT_Pos org_a, org_ab, cur_a, cur_ab; in psh_glyph_interpolate_other_points() local2006 org_ab = next->org_u - org_a; in psh_glyph_interpolate_other_points()2013 org_ab = first->org_u - org_a; in psh_glyph_interpolate_other_points()2018 if ( org_ab > 0 ) in psh_glyph_interpolate_other_points()2019 scale_ab = FT_DivFix( cur_ab, org_ab ); 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()