Home
last modified time | relevance | path

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

/external/freetype/src/pshinter/
Dpshalgo.c1996 FT_Pos org_a, org_ab, cur_a, cur_ab; in psh_glyph_interpolate_other_points() local
2005 org_ab = next->org_u - org_a; in psh_glyph_interpolate_other_points()
2012 org_ab = first->org_u - org_a; in psh_glyph_interpolate_other_points()
2017 if ( org_ab > 0 ) in psh_glyph_interpolate_other_points()
2018 scale_ab = FT_DivFix( cur_ab, org_ab ); in psh_glyph_interpolate_other_points()
2031 else if ( org_ac >= org_ab ) in psh_glyph_interpolate_other_points()
2034 cur_c = cur_a + cur_ab + FT_MulFix( org_ac - org_ab, scale ); in psh_glyph_interpolate_other_points()