Searched refs:rMaterial (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/drawinglayer/source/primitive3d/ |
H A D | polygontubeprimitive3d.cxx | 46 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 D | polypolygonprimitive3d.cxx | 44 const attribute::MaterialAttribute3D& rMaterial, in PolyPolygonMaterialPrimitive3D() argument 48 maMaterial(rMaterial), in PolyPolygonMaterialPrimitive3D()
|
/aoo41x/main/drawinglayer/source/processor3d/ |
H A D | zbufferprocessor3d.cxx | 378 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()
|
/aoo41x/main/drawinglayer/source/attribute/ |
H A D | sdrobjectattribute3d.cxx | 61 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()
|
/aoo41x/main/drawinglayer/inc/drawinglayer/processor3d/ |
H A D | zbufferprocessor3d.hxx | 89 …virtual void rasterconvertB3DPolygon(const attribute::MaterialAttribute3D& rMaterial, const basegf… 90 …virtual void rasterconvertB3DPolyPolygon(const attribute::MaterialAttribute3D& rMaterial, const ba…
|
H A D | defaultprocessor3d.hxx | 125 …virtual void rasterconvertB3DPolygon(const attribute::MaterialAttribute3D& rMaterial, const basegf… 126 …virtual void rasterconvertB3DPolyPolygon(const attribute::MaterialAttribute3D& rMaterial, const ba…
|
/aoo41x/main/stoc/source/invocation/ |
H A D | invocation.cxx | 154 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()
|
/aoo41x/main/drawinglayer/inc/drawinglayer/primitive3d/ |
H A D | polypolygonprimitive3d.hxx | 62 const attribute::MaterialAttribute3D& rMaterial,
|
/aoo41x/main/drawinglayer/inc/drawinglayer/attribute/ |
H A D | sdrobjectattribute3d.hxx | 58 const MaterialAttribute3D& rMaterial,
|
Completed in 52 milliseconds