Lines Matching refs:basegfx

71                                 const ::basegfx::B2DSize&			rReferenceSize,  in TupleAnimation()
148 virtual bool operator()( const ::basegfx::B2DTuple& rValue ) in operator ()()
169 virtual ::basegfx::B2DTuple getUnderlyingValue() const in getUnderlyingValue()
174 ::basegfx::B2DTuple aRetVal; in getUnderlyingValue()
208 const ::basegfx::B2DSize maReferenceSize;
220 const ::basegfx::B2DVector& rSlideSize, in PathAnimation()
235 ::basegfx::B2DPolyPolygon aPolyPoly; in PathAnimation()
237 … ENSURE_OR_THROW( ::basegfx::tools::importFromSvgD( aPolyPoly, rSVGDPath, false, 0 ), in PathAnimation()
245 … maPathPoly = ::basegfx::tools::adaptiveSubdivideByAngle(aPolyPoly.getB2DPolygon(0) ); in PathAnimation()
316 ::basegfx::B2DPoint rOutPos = ::basegfx::tools::getPositionRelative( maPathPoly, in operator ()()
352 ::basegfx::B2DPolygon maPathPoly;
356 const ::basegfx::B2DSize maPageSize;
357 ::basegfx::B2DPoint maShapeOrig;
809 … const ::basegfx::B2DVector& rSlideSize, in createNumberPropertyAnimation()
973 … const ::basegfx::B2DVector& /*rSlideSize*/, in createEnumPropertyAnimation()
1069 … const ::basegfx::B2DVector& /*rSlideSize*/, in createColorPropertyAnimation()
1167 … const ::basegfx::B2DVector& rSlideSize, in createPairPropertyAnimation()
1171 const ::basegfx::B2DRectangle& rBounds( rShape->getBounds() ); in createPairPropertyAnimation()
1177 new TupleAnimation< ::basegfx::B2DSize >( in createPairPropertyAnimation()
1194 new TupleAnimation< ::basegfx::B2DPoint >( in createPairPropertyAnimation()
1221 … const ::basegfx::B2DVector& /*rSlideSize*/, in createStringPropertyAnimation()
1295 … const ::basegfx::B2DVector& /*rSlideSize*/, in createBoolPropertyAnimation()
1371 … const ::basegfx::B2DVector& rSlideSize, in createPathMotionAnimation()