Home
last modified time | relevance | path

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

/aoo41x/main/drawinglayer/source/attribute/
H A Dsdrlightattribute3d.cxx62 bool getSpecular() const { return mbSpecular; } in getSpecular() function in drawinglayer::attribute::ImpSdr3DLightAttribute
68 && getSpecular() == rCandidate.getSpecular()); in operator ==()
173 bool Sdr3DLightAttribute::getSpecular() const in getSpecular() function in drawinglayer::attribute::Sdr3DLightAttribute
175 return mpSdr3DLightAttribute->getSpecular(); in getSpecular()
H A Dmaterialattribute3d.cxx68 const basegfx::BColor& getSpecular() const { return maSpecular; } in getSpecular() function in drawinglayer::attribute::ImpMaterialAttribute3D
75 && getSpecular() == rCandidate.getSpecular() in operator ==()
185 const basegfx::BColor& MaterialAttribute3D::getSpecular() const in getSpecular() function in drawinglayer::attribute::MaterialAttribute3D
187 return mpMaterialAttribute3D->getSpecular(); in getSpecular()
H A Dsdrlightingattribute3d.cxx195 if(rLight.getSpecular()) in solveColorModel()
/aoo41x/main/drawinglayer/source/processor3d/
H A Ddefaultprocessor3d.cxx383 const basegfx::BColor& rSpecular(rPrimitive.getMaterial().getSpecular()); in impRenderPolyPolygonMaterialPrimitive3D()
413 const basegfx::BColor& rSpecular(rPrimitive.getMaterial().getSpecular()); in impRenderPolyPolygonMaterialPrimitive3D()
433 rPrimitive.getMaterial().getSpecular(), in impRenderPolyPolygonMaterialPrimitive3D()
H A Dzbufferprocessor3d.cxx249 mpCurrentMaterial->getSpecular(), in decideColorAndOpacity()
273 mpCurrentMaterial->getSpecular(), in decideColorAndOpacity()
/aoo41x/main/drawinglayer/inc/drawinglayer/attribute/
H A Dsdrlightattribute3d.hxx72 bool getSpecular() const;
H A Dmaterialattribute3d.hxx73 const basegfx::BColor& getSpecular() const;

Completed in 50 milliseconds