Home
last modified time | relevance | path

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

/aoo4110/main/slideshow/source/engine/OGLTrans/
H A DOGLTrans_TransitionImpl.cxx32 for(unsigned int i( 0 ); i < OverallOperations.size(); ++i) in clear()
33 delete OverallOperations[i]; in clear()
34 OverallOperations.clear(); in clear()
155 for(unsigned int i(0); i < OverallOperations.size(); ++i) in applyOverallOperations()
156 OverallOperations[i]->interpolate(nTime,SlideWidthScale,SlideHeightScale); in applyOverallOperations()
313OverallOperations.push_back(new RotateAndScaleDepthByWidth(basegfx::B3DVector(0,1,0),basegfx::B3DV… in makeOutsideCubeFaceToLeft()
330OverallOperations.push_back(new RotateAndScaleDepthByWidth(basegfx::B3DVector(0,1,0),basegfx::B3DV… in makeInsideCubeFaceToLeft()
362 OverallOperations.push_back(new STranslate(basegfx::B3DVector(0, 0, -1.5),true, 0, 0.5)); in makeTurnAround()
363 OverallOperations.push_back(new STranslate(basegfx::B3DVector(0, 0, 1.5), true, 0.5, 1)); in makeTurnAround()
364OverallOperations.push_back(new RotateAndScaleDepthByWidth(basegfx::B3DVector(0, 1, 0),basegfx::B3… in makeTurnAround()
[all …]
H A DOGLTrans_TransitionImpl.hxx130 vector<Operation*> OverallOperations; member in OGLTransitionImpl

Completed in 22 milliseconds