Searched refs:OverallOperations (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/slideshow/source/engine/OGLTrans/ |
H A D | OGLTrans_TransitionImpl.cxx | 32 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() 313 …OverallOperations.push_back(new RotateAndScaleDepthByWidth(basegfx::B3DVector(0,1,0),basegfx::B3DV… in makeOutsideCubeFaceToLeft() 330 …OverallOperations.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() 364 …OverallOperations.push_back(new RotateAndScaleDepthByWidth(basegfx::B3DVector(0, 1, 0),basegfx::B3… in makeTurnAround() [all …]
|
H A D | OGLTrans_TransitionImpl.hxx | 130 vector<Operation*> OverallOperations; member in OGLTransitionImpl
|
Completed in 20 milliseconds