Searched refs:OGLTransitionImpl (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/slideshow/source/engine/OGLTrans/ |
| H A D | OGLTrans_TransitionImpl.cxx | 30 void OGLTransitionImpl::clear() in clear() 69 OGLTransitionImpl::~OGLTransitionImpl() in ~OGLTransitionImpl() 74 void OGLTransitionImpl::prepare( ::sal_Int32 glLeavingSlideTex, ::sal_Int32 glEnteringSlideTex ) in prepare() 84 void OGLTransitionImpl::finish() in finish() 134 void OGLTransitionImpl::display( double nTime, ::sal_Int32 glLeavingSlideTex, ::sal_Int32 glEnterin… in display() 153 void OGLTransitionImpl::applyOverallOperations( double nTime, double SlideWidthScale, double SlideH… in applyOverallOperations() 159 void OGLTransitionImpl::displaySlide( double nTime, ::sal_Int32 glSlideTex, std::vector<Primitive>&… in displaySlide() 191 void OGLTransitionImpl::displaySlides( double nTime, ::sal_Int32 glLeavingSlideTex, ::sal_Int32 glE… in displaySlides() 205 void OGLTransitionImpl::displayScene( double nTime, double SlideWidth, double SlideHeight, double D… in displayScene() 299 void OGLTransitionImpl::makeOutsideCubeFaceToLeft() in makeOutsideCubeFaceToLeft() [all …]
|
| H A D | OGLTrans_TransitionImpl.hxx | 54 class OGLTransitionImpl class 57 OGLTransitionImpl() : in OGLTransitionImpl() function in OGLTransitionImpl 75 ~OGLTransitionImpl(); 147 …void (OGLTransitionImpl::*mmPrepare)( double nTime, double SlideWidth, double SlideHeight, double … 152 …void (OGLTransitionImpl::*mmPrepareTransition)( ::sal_Int32 glLeavingSlideTex, ::sal_Int32 glEnter… 157 void (OGLTransitionImpl::*mmClearTransition)(); 162 …void (OGLTransitionImpl::*mmDisplaySlides)( double nTime, ::sal_Int32 glLeavingSlideTex, ::sal_Int…
|
| H A D | OGLTrans_TransitionerImpl.cxx | 168 explicit OGLTransitionerImpl(OGLTransitionImpl* pOGLTransition); 285 OGLTransitionImpl* pTransition; 1304 OGLTransitionerImpl::OGLTransitionerImpl(OGLTransitionImpl* pOGLTransition) : in createWindow() 1395 OGLTransitionImpl* pTransition = NULL; in createWindow() 1398 pTransition = new OGLTransitionImpl(); in createWindow() 1445 pTransition = new OGLTransitionImpl(); in createWindow() 1448 pTransition = new OGLTransitionImpl(); in createWindow() 1451 pTransition = new OGLTransitionImpl(); in createWindow() 1454 pTransition = new OGLTransitionImpl(); in createWindow()
|