Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/src/pshinter/
Dpshalgo.c2104 FT_Pos org_a, org_ab, cur_a, cur_ab; in psh_glyph_interpolate_other_points() local
2113 org_ab = next->org_u - org_a; in psh_glyph_interpolate_other_points()
2120 org_ab = first->org_u - org_a; in psh_glyph_interpolate_other_points()
2125 if ( org_ab > 0 ) in psh_glyph_interpolate_other_points()
2126 scale_ab = FT_DivFix( cur_ab, org_ab ); in psh_glyph_interpolate_other_points()
2139 else if ( org_ac >= org_ab ) in psh_glyph_interpolate_other_points()
2142 cur_c = cur_a + cur_ab + FT_MulFix( org_ac - org_ab, scale ); in psh_glyph_interpolate_other_points()
/external/freetype/src/pshinter/
Dpshalgo.c2091 FT_Pos org_a, org_ab, cur_a, cur_ab; in psh_glyph_interpolate_other_points() local
2100 org_ab = next->org_u - org_a; in psh_glyph_interpolate_other_points()
2107 org_ab = first->org_u - org_a; in psh_glyph_interpolate_other_points()
2112 if ( org_ab > 0 ) in psh_glyph_interpolate_other_points()
2113 scale_ab = FT_DivFix( cur_ab, org_ab ); in psh_glyph_interpolate_other_points()
2126 else if ( org_ac >= org_ab ) 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()