Home
last modified time | relevance | path

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

/trunk/main/slideshow/source/engine/
H A Dcolor.cxx300 HSLColor interpolate( const HSLColor& rFrom, const HSLColor& rTo, double t, bool bCCW ) in interpolate() argument
307 if( nFromHue <= nToHue && !bCCW ) in interpolate()
317 else if( nFromHue > nToHue && bCCW ) in interpolate()
/trunk/main/slideshow/source/engine/activities/
H A Dinterpolation.hxx98 Interpolator( bool bCCW ) : in Interpolator()
99 mbCCW( bCCW ) in Interpolator()
/trunk/main/slideshow/source/inc/
H A Dhslcolor.hxx115 … HSLColor interpolate( const HSLColor& rFrom, const HSLColor& rTo, double t, bool bCCW=true );

Completed in 14 milliseconds