Searched refs:orus1 (Results 1 – 1 of 1) sorted by relevance
/external/freetype/src/truetype/ |
D | ttinterp.c | 6904 FT_F26Dot6 orus1, orus2, org1, org2, cur1, cur2, delta1, delta2; in _iup_worker_interpolate() local 6914 orus1 = worker->orus[ref1].x; in _iup_worker_interpolate() 6917 if ( orus1 > orus2 ) in _iup_worker_interpolate() 6923 tmp_o = orus1; in _iup_worker_interpolate() 6924 orus1 = orus2; in _iup_worker_interpolate() 6939 if ( cur1 == cur2 || orus1 == orus2 ) in _iup_worker_interpolate() 6984 SUB_LONG( orus2, orus1 ) ); in _iup_worker_interpolate() 6988 FT_MulFix( SUB_LONG( worker->orus[i].x, orus1 ), in _iup_worker_interpolate()
|