Home
last modified time | relevance | path

Searched refs:m_unitRect (Results 1 – 13 of 13) sorted by relevance

/trunk/main/slideshow/source/engine/transitions/
H A Dfourboxwipe.cxx54 ::basegfx::B2DPolygon square( m_unitRect ); in operator ()()
59 ::basegfx::B2DPolygon square2( m_unitRect ); in operator ()()
65 ::basegfx::B2DPolygon square3( m_unitRect ); in operator ()()
70 ::basegfx::B2DPolygon square4( m_unitRect ); in operator ()()
H A Ddoublediamondwipe.hxx37 DoubleDiamondWipe() : m_unitRect( createUnitRect() ) {} in DoubleDiamondWipe()
40 const ::basegfx::B2DPolyPolygon m_unitRect; member in slideshow::internal::DoubleDiamondWipe
H A Diriswipe.hxx36 IrisWipe() : m_unitRect( createUnitRect() ) {} in IrisWipe()
39 const ::basegfx::B2DPolyPolygon m_unitRect; member in slideshow::internal::IrisWipe
H A Dfourboxwipe.hxx37 m_unitRect( createUnitRect() ) in FourBoxWipe()
42 const ::basegfx::B2DPolygon m_unitRect; member in slideshow::internal::FourBoxWipe
H A Dboxwipe.hxx36 m_unitRect( createUnitRect() ) in BoxWipe()
41 const ::basegfx::B2DPolyPolygon m_unitRect; member in slideshow::internal::BoxWipe
H A Dbarndoorwipe.hxx38 : m_unitRect( createUnitRect() ), m_doubled(doubled) {} in BarnDoorWipe()
41 const ::basegfx::B2DPolygon m_unitRect; member in slideshow::internal::BarnDoorWipe
H A Dbarwipepolypolygon.hxx37 m_unitRect( createUnitRect() ) in BarWipePolyPolygon()
42 const ::basegfx::B2DPolygon m_unitRect; member in slideshow::internal::BarWipePolyPolygon
H A Dcheckerboardwipe.hxx39 m_unitRect( createUnitRect() ) in CheckerBoardWipe()
44 const ::basegfx::B2DPolyPolygon m_unitRect; member in slideshow::internal::CheckerBoardWipe
H A Diriswipe.cxx42 ::basegfx::B2DPolyPolygon res( m_unitRect ); in operator ()()
H A Dboxwipe.cxx47 ::basegfx::B2DPolyPolygon res( m_unitRect ); in operator ()()
H A Dbarwipepolypolygon.cxx44 ::basegfx::B2DPolygon poly( m_unitRect ); in operator ()()
H A Dbarndoorwipe.cxx45 ::basegfx::B2DPolygon poly( m_unitRect ); in operator ()()
H A Dcheckerboardwipe.cxx50 ::basegfx::B2DPolyPolygon poly( m_unitRect ); in operator ()()