Searched refs:getEndColor (Results 1 – 7 of 7) sorted by relevance
78 const basegfx::BColor& getEndColor() const { return maEndColor; } in getEndColor() function in drawinglayer::attribute::ImpFillGradientAttribute89 && getEndColor() == rCandidate.getEndColor() in operator ==()197 const basegfx::BColor& FillGradientAttribute::getEndColor() const in getEndColor() function in drawinglayer::attribute::FillGradientAttribute199 return mpFillGradientAttribute->getEndColor(); in getEndColor()
96 const basegfx::BColor& getEndColor() const;
1117 if(aAttribute.getStartColor() == aAttribute.getEndColor()) in CreateGradientWallpaper()2292 if(aAttribute.getStartColor() == aAttribute.getEndColor()) in interpretMetafile()3023 if(aAttribute.getStartColor() == aAttribute.getEndColor()) in interpretMetafile()3143 if(aAttribute.getStartColor() == aAttribute.getEndColor()) in interpretMetafile()
53 const basegfx::BColor aEnd(getFillGradient().getEndColor()); in generateMatricesAndColors()
285 o_rVCLGradient.SetEndColor(Color(rFiGrAtt.getEndColor())); in impConvertFillGradientAttributeToVCLGradient()291 … o_rVCLGradient.SetEndColor(Color(maBColorModifierStack.getModifiedColor(rFiGrAtt.getEndColor()))); in impConvertFillGradientAttributeToVCLGradient()
364 … basegfx::BColor aEndColor(maBColorModifierStack.getModifiedColor(rGradient.getEndColor())); in processBasePrimitive2D()
75 const basegfx::BColor aEnd(rFillGradient.getEndColor()); in impRenderGradientTexturePrimitive3D()
Completed in 53 milliseconds