Searched refs:cur_c (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/third_party/freetype/src/pshinter/ |
D | pshalgo.c | 1998 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()
|
/external/freetype/src/pshinter/ |
D | pshalgo.c | 2092 FT_Pos org_c, org_ac, cur_c; in psh_glyph_interpolate_other_points() local 2124 cur_c = cur_a + FT_MulFix( org_ac, scale ); in psh_glyph_interpolate_other_points() 2129 cur_c = cur_a + cur_ab + FT_MulFix( org_ac - org_ab, scale ); in psh_glyph_interpolate_other_points() 2134 cur_c = cur_a + FT_MulFix( org_ac, scale_ab ); in psh_glyph_interpolate_other_points() 2137 point->cur_u = cur_c; in psh_glyph_interpolate_other_points()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/ |
D | pshalgo.c | 1998 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()
|