Home
last modified time | relevance | path

Searched refs:getStartColor (Results 1 – 7 of 7) sorted by relevance

/aoo41x/main/drawinglayer/source/attribute/
H A Dfillgradientattribute.cxx77 const basegfx::BColor& getStartColor() const { return maStartColor; } in getStartColor() function in drawinglayer::attribute::ImpFillGradientAttribute
88 && getStartColor() == rCandidate.getStartColor() in operator ==()
192 const basegfx::BColor& FillGradientAttribute::getStartColor() const in getStartColor() function in drawinglayer::attribute::FillGradientAttribute
194 return mpFillGradientAttribute->getStartColor(); in getStartColor()
/aoo41x/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx1117 if(aAttribute.getStartColor() == aAttribute.getEndColor()) in CreateGradientWallpaper()
1120 return CreateColorWallpaper(rRange, aAttribute.getStartColor(), rPropertyHolder); in CreateGradientWallpaper()
2292 if(aAttribute.getStartColor() == aAttribute.getEndColor()) in interpretMetafile()
3023 if(aAttribute.getStartColor() == aAttribute.getEndColor()) in interpretMetafile()
3029 aAttribute.getStartColor().luminance())); in interpretMetafile()
3143 if(aAttribute.getStartColor() == aAttribute.getEndColor()) in interpretMetafile()
3149 aAttribute.getStartColor())); in interpretMetafile()
H A Dfillgradientprimitive2d.cxx52 const basegfx::BColor aStart(getFillGradient().getStartColor()); in generateMatricesAndColors()
/aoo41x/main/drawinglayer/inc/drawinglayer/attribute/
H A Dfillgradientattribute.hxx95 const basegfx::BColor& getStartColor() const;
/aoo41x/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx284 o_rVCLGradient.SetStartColor(Color(rFiGrAtt.getStartColor())); in impConvertFillGradientAttributeToVCLGradient()
290 …VCLGradient.SetStartColor(Color(maBColorModifierStack.getModifiedColor(rFiGrAtt.getStartColor()))); in impConvertFillGradientAttributeToVCLGradient()
H A Dvclpixelprocessor2d.cxx363 … basegfx::BColor aStartColor(maBColorModifierStack.getModifiedColor(rGradient.getStartColor())); in processBasePrimitive2D()
/aoo41x/main/drawinglayer/source/processor3d/
H A Ddefaultprocessor3d.cxx74 const basegfx::BColor aStart(rFillGradient.getStartColor()); in impRenderGradientTexturePrimitive3D()

Completed in 195 milliseconds