Searched refs:SRotate (Results 1 – 2 of 2) sorted by relevance
/trunk/main/slideshow/source/engine/OGLTrans/ |
H A D | OGLTrans_TransitionImpl.cxx | 377 …Slide.Operations.push_back(new SRotate (basegfx::B3DVector(0, 0, 1), basegfx::B3DVector(-1, 1, 0),… in makeTurnDown() 569 …EnteringSlide.Operations.push_back( new SRotate( axis , basegfx::B3DVector(0,0,0) , -180, false,0.… in makeRevolvingCircles() 600 …EnteringSlide.Operations.push_back( new SRotate( axis , basegfx::B3DVector(0,0,0) , -180, false,0.… in makeRevolvingCircles() 632 …EnteringSlide.Operations.push_back( new SRotate( axis , basegfx::B3DVector(0,0,0) , -180, false,0.… in makeRevolvingCircles() 701 SRotate::SRotate(const basegfx::B3DVector& Axis,const basegfx::B3DVector& Origin,double Angle, bool… in SRotate() function in SRotate 752 void SRotate::interpolate(double t,double SlideWidthScale,double SlideHeightScale) in interpolate() 834 SRotate* SRotate::clone() in clone() 836 return new SRotate(*this); in clone() 1296 …Slide.Operations.push_back(new SRotate(basegfx::B3DVector(0,0,1),basegfx::B3DVector(0,0,0),3000,tr… in makeNewsflash() 1302 …Slide.Operations.push_back(new SRotate(basegfx::B3DVector(0,0,1),basegfx::B3DVector(0,0,0),-3000,t… in makeNewsflash() [all …]
|
H A D | OGLTrans_TransitionImpl.hxx | 326 class SRotate: public Operation class 330 virtual SRotate* clone(); 353 …SRotate(const basegfx::B3DVector& Axis,const basegfx::B3DVector& Origin,double Angle,bool bInter, … 354 ~SRotate(){} in ~SRotate()
|
Completed in 22 milliseconds