Home
last modified time | relevance | path

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

/external/freetype/src/truetype/
Dttinterp.c6887 FT_F26Dot6 orus1, orus2, org1, org2, cur1, cur2, delta1, delta2; in _iup_worker_interpolate() local
6897 orus1 = worker->orus[ref1].x; in _iup_worker_interpolate()
6900 if ( orus1 > orus2 ) in _iup_worker_interpolate()
6906 tmp_o = orus1; in _iup_worker_interpolate()
6907 orus1 = orus2; in _iup_worker_interpolate()
6922 if ( cur1 == cur2 || orus1 == orus2 ) in _iup_worker_interpolate()
6967 SUB_LONG( orus2, orus1 ) ); in _iup_worker_interpolate()
6971 FT_MulFix( SUB_LONG( worker->orus[i].x, orus1 ), in _iup_worker_interpolate()