Home
last modified time | relevance | path

Searched refs:rMaterial (Results 1 – 9 of 9) sorted by relevance

/trunk/main/drawinglayer/source/primitive3d/
H A Dpolygontubeprimitive3d.cxx46 const attribute::MaterialAttribute3D& rMaterial) in getLineTubeSegments() argument
56 if(nSegments != nLineTubeSegments || !(rMaterial == aLineMaterial)) in getLineTubeSegments()
59 aLineMaterial = rMaterial; in getLineTubeSegments()
107 const attribute::MaterialAttribute3D& rMaterial) in getLineCapSegments() argument
117 if(nSegments != nLineCapSegments || !(rMaterial == aLineMaterial)) in getLineCapSegments()
120 aLineMaterial = rMaterial; in getLineCapSegments()
161 const attribute::MaterialAttribute3D& rMaterial) in getLineCapRoundSegments() argument
171 if(nSegments != nLineCapRoundSegments || !(rMaterial == aLineMaterial)) in getLineCapRoundSegments()
174 aLineMaterial = rMaterial; in getLineCapRoundSegments()
220 rMaterial, in getLineCapRoundSegments()
[all …]
H A Dpolypolygonprimitive3d.cxx44 const attribute::MaterialAttribute3D& rMaterial, in PolyPolygonMaterialPrimitive3D() argument
48 maMaterial(rMaterial), in PolyPolygonMaterialPrimitive3D()
/trunk/main/drawinglayer/source/processor3d/
H A Dzbufferprocessor3d.cxx378 void setCurrentMaterial(const drawinglayer::attribute::MaterialAttribute3D& rMaterial) in setCurrentMaterial() argument
380 mpCurrentMaterial = &rMaterial; in setCurrentMaterial()
498 const drawinglayer::attribute::MaterialAttribute3D& rMaterial, in RasterPrimitive3D() argument
506 maMaterial(rMaterial), in RasterPrimitive3D()
552 …void ZBufferProcessor3D::rasterconvertB3DPolygon(const attribute::MaterialAttribute3D& rMaterial, … in rasterconvertB3DPolygon() argument
568 rMaterial, in rasterconvertB3DPolygon()
578 mpZBufferRasterConverter3D->setCurrentMaterial(rMaterial); in rasterconvertB3DPolygon()
628 …or3D::rasterconvertB3DPolyPolygon(const attribute::MaterialAttribute3D& rMaterial, const basegfx::… in rasterconvertB3DPolyPolygon() argument
644 rMaterial, in rasterconvertB3DPolyPolygon()
653 mpZBufferRasterConverter3D->setCurrentMaterial(rMaterial); in rasterconvertB3DPolyPolygon()
/trunk/main/drawinglayer/source/attribute/
H A Dsdrobjectattribute3d.cxx61 const MaterialAttribute3D& rMaterial, in ImpSdr3DObjectAttribute() argument
73 maMaterial(rMaterial), in ImpSdr3DObjectAttribute()
143 const MaterialAttribute3D& rMaterial, in Sdr3DObjectAttribute() argument
151 rMaterial, bNormalsInvert, bDoubleSided, bShadow3D, bTextureFilter, bReducedLineGeometry)) in Sdr3DObjectAttribute()
/trunk/main/drawinglayer/inc/drawinglayer/processor3d/
H A Dzbufferprocessor3d.hxx89 …virtual void rasterconvertB3DPolygon(const attribute::MaterialAttribute3D& rMaterial, const basegf…
90 …virtual void rasterconvertB3DPolyPolygon(const attribute::MaterialAttribute3D& rMaterial, const ba…
H A Ddefaultprocessor3d.hxx125 …virtual void rasterconvertB3DPolygon(const attribute::MaterialAttribute3D& rMaterial, const basegf…
126 …virtual void rasterconvertB3DPolyPolygon(const attribute::MaterialAttribute3D& rMaterial, const ba…
/trunk/main/stoc/source/invocation/
H A Dinvocation.cxx154 virtual void SAL_CALL setMaterial( const Any& rMaterial );
393 void Invocation_Impl::setMaterial( const Any& rMaterial ) in setMaterial() argument
398 if (rMaterial.getValueType().getTypeClass() == TypeClass_INTERFACE) in setMaterial()
399 xObj = *(Reference<XInterface>*)rMaterial.getValue(); in setMaterial()
400 _aMaterial = rMaterial; in setMaterial()
/trunk/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dpolypolygonprimitive3d.hxx62 const attribute::MaterialAttribute3D& rMaterial,
/trunk/main/drawinglayer/inc/drawinglayer/attribute/
H A Dsdrobjectattribute3d.hxx58 const MaterialAttribute3D& rMaterial,

Completed in 45 milliseconds