Home
last modified time | relevance | path

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

/aoo41x/main/slideshow/source/engine/OGLTrans/
H A DOGLTrans_TransitionImpl.hxx435 class SEllipseTranslate: public Operation class
439 SEllipseTranslate* clone();
456SEllipseTranslate(double dWidth, double dHeight, double dStartPosition, double dEndPosition, bool …
457 ~SEllipseTranslate(){} in ~SEllipseTranslate()
H A DOGLTrans_TransitionImpl.cxx483 Slide.Operations.push_back(new SEllipseTranslate(w, h, 0.25, -0.25, true, 0, 1)); in makeRochade()
488 Slide.Operations.push_back(new SEllipseTranslate(w, h, 0.75, 0.25, true, 0, 1)); in makeRochade()
802 SEllipseTranslate::SEllipseTranslate(double dWidth, double dHeight, double dStartPosition, double d… in SEllipseTranslate() function in SEllipseTranslate
813 void SEllipseTranslate::interpolate(double t,double /* SlideWidthScale */,double /* SlideHeightScal… in interpolate()
844 SEllipseTranslate* SEllipseTranslate::clone() in clone()
846 return new SEllipseTranslate(*this); in clone()

Completed in 25 milliseconds