Home
last modified time | relevance | path

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

/aoo4110/main/drawinglayer/source/attribute/
H A Dfillgradientattribute.cxx78 const basegfx::BColor& getEndColor() const { return maEndColor; } in getEndColor() function in drawinglayer::attribute::ImpFillGradientAttribute
89 && getEndColor() == rCandidate.getEndColor() in operator ==()
197 const basegfx::BColor& FillGradientAttribute::getEndColor() const in getEndColor() function in drawinglayer::attribute::FillGradientAttribute
199 return mpFillGradientAttribute->getEndColor(); in getEndColor()
/aoo4110/main/drawinglayer/inc/drawinglayer/attribute/
H A Dfillgradientattribute.hxx96 const basegfx::BColor& getEndColor() const;
/aoo4110/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx1117 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()
H A Dfillgradientprimitive2d.cxx53 const basegfx::BColor aEnd(getFillGradient().getEndColor()); in generateMatricesAndColors()
/aoo4110/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx285 o_rVCLGradient.SetEndColor(Color(rFiGrAtt.getEndColor())); in impConvertFillGradientAttributeToVCLGradient()
291 … o_rVCLGradient.SetEndColor(Color(maBColorModifierStack.getModifiedColor(rFiGrAtt.getEndColor()))); in impConvertFillGradientAttributeToVCLGradient()
H A Dvclpixelprocessor2d.cxx364 … basegfx::BColor aEndColor(maBColorModifierStack.getModifiedColor(rGradient.getEndColor())); in processBasePrimitive2D()
/aoo4110/main/drawinglayer/source/processor3d/
H A Ddefaultprocessor3d.cxx75 const basegfx::BColor aEnd(rFillGradient.getEndColor()); in impRenderGradientTexturePrimitive3D()

Completed in 71 milliseconds