Searched refs:rKeyStops (Results 1 – 2 of 2) sorted by relevance
32 static void validateInput(const std::vector<double>& rKeyStops) in validateInput() argument34 (void)rKeyStops; in validateInput()36 OSL_ENSURE( rKeyStops.size() > 1, in validateInput()40 for( ::std::size_t i=1, len=rKeyStops.size(); i<len; ++i ) in validateInput()42 if( rKeyStops[i-1] > rKeyStops[i] ) in validateInput()53 KeyStopLerp::KeyStopLerp( const std::vector<double>& rKeyStops ) : in KeyStopLerp() argument54 maKeyStops(rKeyStops), in KeyStopLerp()60 KeyStopLerp::KeyStopLerp( const ::com::sun::star::uno::Sequence<double>& rKeyStops ) : in KeyStopLerp() argument61 maKeyStops(rKeyStops.getLength()), in KeyStopLerp()64 std::copy( rKeyStops.getConstArray(), in KeyStopLerp()[all …]
64 explicit KeyStopLerp( const std::vector<double>& rKeyStops );75 explicit KeyStopLerp( const ::com::sun::star::uno::Sequence<double>& rKeyStops );
Completed in 23 milliseconds