Home
last modified time | relevance | path

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

/external/freetype/src/pshinter/
Dpshalgo.c2110 FT_Pos org_a, org_ab, cur_a, cur_ab; in psh_glyph_interpolate_other_points() local
2118 cur_a = first->cur_u; in psh_glyph_interpolate_other_points()
2120 cur_ab = next->cur_u - cur_a; in psh_glyph_interpolate_other_points()
2125 cur_a = next->cur_u; in psh_glyph_interpolate_other_points()
2127 cur_ab = first->cur_u - cur_a; in psh_glyph_interpolate_other_points()
2143 cur_c = cur_a + FT_MulFix( org_ac, scale ); in psh_glyph_interpolate_other_points()
2148 cur_c = cur_a + cur_ab + FT_MulFix( org_ac - org_ab, scale ); in psh_glyph_interpolate_other_points()
2153 cur_c = cur_a + FT_MulFix( org_ac, scale_ab ); in psh_glyph_interpolate_other_points()