Home
last modified time | relevance | path

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

/external/freetype/src/pshinter/
Dpshalgo.c1998 FT_Pos org_c, org_ac, cur_c; in psh_glyph_interpolate_other_points() local
2030 cur_c = cur_a + FT_MulFix( org_ac, scale ); 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()
2040 cur_c = cur_a + FT_MulFix( org_ac, scale_ab ); in psh_glyph_interpolate_other_points()
2043 point->cur_u = cur_c; in psh_glyph_interpolate_other_points()