Home
last modified time | relevance | path

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

/aoo4110/main/basegfx/source/tools/
H A Dkeystoplerp.cxx32 static void validateInput(const std::vector<double>& rKeyStops) in validateInput() argument
34 (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() argument
54 maKeyStops(rKeyStops), in KeyStopLerp()
60 KeyStopLerp::KeyStopLerp( const ::com::sun::star::uno::Sequence<double>& rKeyStops ) : in KeyStopLerp() argument
61 maKeyStops(rKeyStops.getLength()), in KeyStopLerp()
64 std::copy( rKeyStops.getConstArray(), in KeyStopLerp()
[all …]
/aoo4110/main/basegfx/inc/basegfx/tools/
H A Dkeystoplerp.hxx63 explicit KeyStopLerp( const std::vector<double>& rKeyStops );
74 explicit KeyStopLerp( const ::com::sun::star::uno::Sequence<double>& rKeyStops );

Completed in 16 milliseconds