Home
last modified time | relevance | path

Searched refs:cur_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
2006 cur_ab = next->cur_u - cur_a; in psh_glyph_interpolate_other_points()
2013 cur_ab = first->cur_u - cur_a; in psh_glyph_interpolate_other_points()
2018 scale_ab = FT_DivFix( cur_ab, 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()