Searched refs:getStartColor (Results 1 – 7 of 7) sorted by relevance
77 const basegfx::BColor& getStartColor() const { return maStartColor; } in getStartColor() function in drawinglayer::attribute::ImpFillGradientAttribute88 && getStartColor() == rCandidate.getStartColor() in operator ==()192 const basegfx::BColor& FillGradientAttribute::getStartColor() const in getStartColor() function in drawinglayer::attribute::FillGradientAttribute194 return mpFillGradientAttribute->getStartColor(); in getStartColor()
1117 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()
52 const basegfx::BColor aStart(getFillGradient().getStartColor()); in generateMatricesAndColors()
95 const basegfx::BColor& getStartColor() const;
284 o_rVCLGradient.SetStartColor(Color(rFiGrAtt.getStartColor())); in impConvertFillGradientAttributeToVCLGradient()290 …VCLGradient.SetStartColor(Color(maBColorModifierStack.getModifiedColor(rFiGrAtt.getStartColor()))); in impConvertFillGradientAttributeToVCLGradient()
363 … basegfx::BColor aStartColor(maBColorModifierStack.getModifiedColor(rGradient.getStartColor())); in processBasePrimitive2D()
74 const basegfx::BColor aStart(rFillGradient.getStartColor()); in impRenderGradientTexturePrimitive3D()
Completed in 59 milliseconds