Home
last modified time | relevance | path

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

/aoo42x/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()
/aoo42x/main/svx/source/sdr/attribute/
H A Dsdrallfillattributeshelper.cxx185 … const double fTransB = rFillTransparenceGradientAttribute.getEndColor().luminance(); in getAverageColor()
194 const basegfx::BColor& rEnd = rFillGradientAttribute.getEndColor(); in getAverageColor()
/aoo42x/main/drawinglayer/inc/drawinglayer/attribute/
H A Dfillgradientattribute.hxx96 const basegfx::BColor& getEndColor() const;
/aoo42x/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx1117 if(aAttribute.getStartColor() == aAttribute.getEndColor()) in CreateGradientWallpaper()
2297 if(aAttribute.getStartColor() == aAttribute.getEndColor()) in interpretMetafile()
3028 if(aAttribute.getStartColor() == aAttribute.getEndColor()) in interpretMetafile()
3148 if(aAttribute.getStartColor() == aAttribute.getEndColor()) in interpretMetafile()
H A Dfillgradientprimitive2d.cxx53 const basegfx::BColor aEnd(getFillGradient().getEndColor()); in generateMatricesAndColors()
/aoo42x/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()
/aoo42x/main/drawinglayer/source/processor3d/
H A Ddefaultprocessor3d.cxx75 const basegfx::BColor aEnd(rFillGradient.getEndColor()); in impRenderGradientTexturePrimitive3D()

Completed in 76 milliseconds