Home
last modified time | relevance | path

Searched refs:ZigZagWipe (Results 1 – 3 of 3) sorted by relevance

/trunk/main/slideshow/source/engine/transitions/
H A Dzigzagwipe.hxx35 class ZigZagWipe : public ParametricPolyPolygon class
38 ZigZagWipe( sal_Int32 nZigs );
46 class BarnZigZagWipe : public ZigZagWipe
49 BarnZigZagWipe( sal_Int32 nZigs ) : ZigZagWipe(nZigs) {} in BarnZigZagWipe()
H A Dzigzagwipe.cxx39 ZigZagWipe::ZigZagWipe( sal_Int32 nZigs ) : m_zigEdge( 1.0 / nZigs ) in ZigZagWipe() function in slideshow::internal::ZigZagWipe
53 ::basegfx::B2DPolyPolygon ZigZagWipe::operator () ( double t ) in operator ()()
H A Dparametricpolypolygonfactory.cxx282 return ParametricPolyPolygonSharedPtr( new ZigZagWipe(5) ); in createClipPolyPolygon()

Completed in 16 milliseconds