/trunk/main/canvas/source/tools/ |
H A D | parametricpolypolygon.cxx | 59 ParametricPolyPolygon* ParametricPolyPolygon::create( in create() 130 ParametricPolyPolygon* ParametricPolyPolygon::createLinearHorizontalGradient( in createLinearHorizontalGradient() 140 ParametricPolyPolygon* ParametricPolyPolygon::createEllipticalGradient( in createEllipticalGradient() 148 return new ParametricPolyPolygon( in createEllipticalGradient() 163 return new ParametricPolyPolygon( in createRectangularGradient() 171 void SAL_CALL ParametricPolyPolygon::disposing() in disposing() 230 ParametricPolyPolygon::~ParametricPolyPolygon() in ~ParametricPolyPolygon() 234 …ParametricPolyPolygon::ParametricPolyPolygon( const uno::Reference< rendering::XGraphicDevice >& … in ParametricPolyPolygon() function in canvas::ParametricPolyPolygon 249 …ParametricPolyPolygon::ParametricPolyPolygon( const uno::Reference< rendering::XGraphicDevice >& … in ParametricPolyPolygon() function in canvas::ParametricPolyPolygon 265 …ParametricPolyPolygon::ParametricPolyPolygon( const uno::Reference< rendering::XGraphicDevice >& … in ParametricPolyPolygon() function in canvas::ParametricPolyPolygon [all …]
|
/trunk/main/canvas/inc/canvas/ |
H A D | parametricpolypolygon.hxx | 51 class CANVASTOOLS_DLLPUBLIC ParametricPolyPolygon : public ::comphelper::OBaseMutex, class 100 static ParametricPolyPolygon* create( 123 ~ParametricPolyPolygon(); // we're a ref-counted UNO class. _We_ destroy ourselves. 126 …static ParametricPolyPolygon* createLinearHorizontalGradient( const ::com::sun::star::uno::Referen… 130 … static ParametricPolyPolygon* createEllipticalGradient( const ::com::sun::star::uno::Reference< 135 … static ParametricPolyPolygon* createRectangularGradient( const ::com::sun::star::uno::Reference< 142 ParametricPolyPolygon( const ::com::sun::star::uno::Reference< 148 ParametricPolyPolygon( const ::com::sun::star::uno::Reference< 155 ParametricPolyPolygon( const ::com::sun::star::uno::Reference<
|
/trunk/main/canvas/source/directx/ |
H A D | dx_canvashelper_texturefill.cxx | 64 const ::canvas::ParametricPolyPolygon::Values& /*rValues*/, in fillLinearGradient() 206 bool fillPolygonalGradient( const ::canvas::ParametricPolyPolygon::Values& rValues, in fillPolygonalGradient() 432 bool fillGradient( const ::canvas::ParametricPolyPolygon::Values& rValues, in fillGradient() 443 case ::canvas::ParametricPolyPolygon::GRADIENT_LINEAR: in fillGradient() 452 case ::canvas::ParametricPolyPolygon::GRADIENT_ELLIPTICAL: in fillGradient() 454 case ::canvas::ParametricPolyPolygon::GRADIENT_RECTANGULAR: in fillGradient() 573 ::canvas::ParametricPolyPolygon* pGradient = in fillTexturedPolyPolygon() 574 … dynamic_cast< ::canvas::ParametricPolyPolygon* >( textures[0].Gradient.get() ); in fillTexturedPolyPolygon() 578 const ::canvas::ParametricPolyPolygon::Values& rValues( in fillTexturedPolyPolygon()
|
/trunk/main/canvas/source/vcl/ |
H A D | canvashelper_texturefill.cxx | 123 const ::canvas::ParametricPolyPolygon::Values& rValues, in fillLinearGradient() 282 const ::canvas::ParametricPolyPolygon::Values& rValues, in fillPolygonalGradient() 500 const ::canvas::ParametricPolyPolygon::Values& rValues, in doGradientFill() 509 case ::canvas::ParametricPolyPolygon::GRADIENT_LINEAR: in doGradientFill() 518 case ::canvas::ParametricPolyPolygon::GRADIENT_ELLIPTICAL: in doGradientFill() 520 case ::canvas::ParametricPolyPolygon::GRADIENT_RECTANGULAR: in doGradientFill() 547 const ::canvas::ParametricPolyPolygon::Values& rValues, in gradientFill() 754 ::canvas::ParametricPolyPolygon* pGradient = in fillTexturedPolyPolygon() 755 … dynamic_cast< ::canvas::ParametricPolyPolygon* >( textures[0].Gradient.get() ); in fillTexturedPolyPolygon() 761 const ::canvas::ParametricPolyPolygon::Values& rValues( in fillTexturedPolyPolygon()
|
/trunk/main/slideshow/source/engine/transitions/ |
H A D | parametricpolypolygon.hxx | 55 class ParametricPolyPolygon class 58 virtual ~ParametricPolyPolygon() {} in ~ParametricPolyPolygon() 89 typedef ::boost::shared_ptr< ParametricPolyPolygon > ParametricPolyPolygonSharedPtr;
|
H A D | veewipe.hxx | 37 class VeeWipe : public ParametricPolyPolygon
|
H A D | ellipsewipe.hxx | 34 class EllipseWipe : public ParametricPolyPolygon
|
H A D | clockwipe.hxx | 35 class ClockWipe : public ParametricPolyPolygon
|
H A D | doublediamondwipe.hxx | 37 class DoubleDiamondWipe : public ParametricPolyPolygon
|
H A D | iriswipe.hxx | 36 class IrisWipe : public ParametricPolyPolygon
|
H A D | pinwheelwipe.hxx | 35 class PinWheelWipe : public ParametricPolyPolygon
|
H A D | waterfallwipe.hxx | 35 class WaterfallWipe : public ParametricPolyPolygon
|
H A D | barndoorwipe.hxx | 37 class BarnDoorWipe : public ParametricPolyPolygon
|
H A D | boxwipe.hxx | 35 class BoxWipe : public ParametricPolyPolygon
|
H A D | fourboxwipe.hxx | 36 class FourBoxWipe : public ParametricPolyPolygon
|
H A D | barwipepolypolygon.hxx | 35 class BarWipePolyPolygon : public ParametricPolyPolygon
|
H A D | fanwipe.hxx | 34 class FanWipe : public ParametricPolyPolygon
|
H A D | checkerboardwipe.hxx | 37 class CheckerBoardWipe : public ParametricPolyPolygon
|
H A D | randomwipe.hxx | 38 class RandomWipe : public ParametricPolyPolygon
|
H A D | sweepwipe.hxx | 33 class SweepWipe : public ParametricPolyPolygon
|
H A D | zigzagwipe.hxx | 35 class ZigZagWipe : public ParametricPolyPolygon
|
H A D | figurewipe.hxx | 33 class FigureWipe : public ParametricPolyPolygon
|
H A D | spiralwipe.hxx | 37 class SpiralWipe : public ParametricPolyPolygon
|
/trunk/main/canvas/inc/canvas/base/ |
H A D | graphicdevicebase.hxx | 267 ParametricPolyPolygon::create(this, in createInstance() 275 ParametricPolyPolygon::create(this, in createInstanceWithArguments() 282 return ParametricPolyPolygon::getAvailableServiceNames(); in getAvailableServiceNames()
|
/trunk/main/canvas/source/cairo/ |
H A D | cairo_canvashelper.cxx | 700 static Pattern* patternFromParametricPolyPolygon( ::canvas::ParametricPolyPolygon& rPolygon ) in patternFromParametricPolyPolygon() 703 const ::canvas::ParametricPolyPolygon::Values aValues = rPolygon.getValues(); in patternFromParametricPolyPolygon() 711 case ::canvas::ParametricPolyPolygon::GRADIENT_LINEAR: in patternFromParametricPolyPolygon() 720 case ::canvas::ParametricPolyPolygon::GRADIENT_ELLIPTICAL: in patternFromParametricPolyPolygon() 817 …::canvas::ParametricPolyPolygon* pPolyImpl = static_cast< ::canvas::ParametricPolyPolygon* >( aTex… in doOperation() 824 … if( pPolyImpl->getValues().meType == canvas::ParametricPolyPolygon::GRADIENT_RECTANGULAR ) in doOperation()
|