Home
last modified time | relevance | path

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

/trunk/main/slideshow/source/engine/activities/
H A Dinterpolation.hxx85 template< typename ValueType > struct Interpolator struct
96 template<> struct Interpolator< HSLColor > struct
98 Interpolator( bool bCCW ) : in Interpolator() function
131 … template< typename ValueType > ValueType lerp( const Interpolator< ValueType >& rInterpolator, in lerp()
147 template<> sal_Int16 lerp< sal_Int16 >( const Interpolator< sal_Int16 >& /*rInterpolator*/, in lerp()
161 …template<> ::rtl::OUString lerp< ::rtl::OUString >( const Interpolator< ::rtl::OUString >& /*rInt… in lerp()
175 template<> bool lerp< bool >( const Interpolator< bool >& /*rInterpolator*/, in lerp()
H A Dactivitiesfactory.cxx158 const Interpolator< ValueType >& rInterpolator, in FromToByActivity()
307 Interpolator< ValueType > maInterpolator;
327 const Interpolator< typename AnimationType::ValueType >& rInterpolator, in createFromToByActivity()
454 const Interpolator< ValueType >& rInterpolator, in ValuesActivity()
543 Interpolator< ValueType > maInterpolator;
560 const Interpolator<typename AnimationType::ValueType>& rInterpolator, in createValueListActivity()
615 const Interpolator< typename AnimationType::ValueType >& rInterpolator in createActivity()
616 = Interpolator< typename AnimationType::ValueType >() ) in createActivity()
917 Interpolator< HSLColor >( !xNode->getDirection() ) ); in createAnimateActivity()

Completed in 28 milliseconds