Home
last modified time | relevance | path

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

/external/freetype/src/pshinter/
Dpshalgo.c1997 FT_Pos org_a, org_ab, cur_a, cur_ab; in psh_glyph_interpolate_other_points() local
2007 cur_ab = next->cur_u - cur_a; in psh_glyph_interpolate_other_points()
2014 cur_ab = first->cur_u - cur_a; in psh_glyph_interpolate_other_points()
2019 scale_ab = FT_DivFix( cur_ab, 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()