Lines Matching refs:basegfx
48 ::basegfx::B2DPolyPolygon SpiralWipe::calcNegSpiral( double t ) const in calcNegSpiral()
54 basegfx::B2DHomMatrix aTransform(basegfx::tools::createTranslateB2DHomMatrix(-0.5, -0.5)); in calcNegSpiral()
55 const double edge_ = ::basegfx::pruneScaleValue( in calcNegSpiral()
59 ::basegfx::B2DPolygon poly( createUnitRect() ); in calcNegSpiral()
61 ::basegfx::B2DPolyPolygon res(poly); in calcNegSpiral()
63 if (! ::basegfx::fTools::equalZero( 1.0 - t )) { in calcNegSpiral()
71 aTransform = basegfx::tools::createScaleB2DHomMatrix( in calcNegSpiral()
72 ::basegfx::pruneScaleValue( static_cast<double>(alen) / m_sqrtElements ), in calcNegSpiral()
73 ::basegfx::pruneScaleValue( 1.0 / m_sqrtElements ) ); in calcNegSpiral()
75 - ::basegfx::pruneScaleValue( in calcNegSpiral()
77 ::basegfx::pruneScaleValue( in calcNegSpiral()
90 ::basegfx::B2DPolyPolygon SpiralWipe::operator () ( double t ) in operator ()()
92 ::basegfx::B2DPolyPolygon res( createUnitRect() ); in operator ()()
93 ::basegfx::B2DPolyPolygon innerSpiral( calcNegSpiral( 1.0 - t ) ); in operator ()()
99 ::basegfx::B2DPolyPolygon BoxSnakesWipe::operator () ( double t ) in operator ()()
101 ::basegfx::B2DPolyPolygon res( createUnitRect() ); in operator ()()
102 ::basegfx::B2DPolyPolygon innerSpiral( calcNegSpiral( 1.0 - t ) ); in operator ()()
106 ::basegfx::B2DHomMatrix aTransform; in operator ()()
116 ::basegfx::B2DHomMatrix aTransform; in operator ()()