Home
last modified time | relevance | path

Searched refs:mpGeoTexSvx (Results 1 – 3 of 3) sorted by relevance

/trunk/main/drawinglayer/source/processor3d/
H A Ddefaultprocessor3d.cxx67 …shared_ptr< texture::GeoTexSvx > pOldTex = (bTransparence) ? mpTransparenceGeoTexSvx : mpGeoTexSvx; in impRenderGradientTexturePrimitive3D()
198 mpGeoTexSvx = pNewTex; in impRenderGradientTexturePrimitive3D()
215 mpGeoTexSvx = pOldTex; in impRenderGradientTexturePrimitive3D()
229 boost::shared_ptr< texture::GeoTexSvx > pOldTex = mpGeoTexSvx; in impRenderHatchTexturePrimitive3D()
249 mpGeoTexSvx.reset(new texture::GeoTexSvxMultiHatch(rPrimitive, fLogicTexSize)); in impRenderHatchTexturePrimitive3D()
257 mpGeoTexSvx = pOldTex; in impRenderHatchTexturePrimitive3D()
270 boost::shared_ptr< texture::GeoTexSvx > pOldTex = mpGeoTexSvx; in impRenderBitmapTexturePrimitive3D()
287 mpGeoTexSvx.reset( in impRenderBitmapTexturePrimitive3D()
296 mpGeoTexSvx.reset( in impRenderBitmapTexturePrimitive3D()
308 mpGeoTexSvx = pOldTex; in impRenderBitmapTexturePrimitive3D()
[all …]
H A Dzbufferprocessor3d.cxx482 boost::shared_ptr< drawinglayer::texture::GeoTexSvx > mpGeoTexSvx; member in RasterPrimitive3D
504 : mpGeoTexSvx(pGeoTexSvx), in RasterPrimitive3D()
518 mpGeoTexSvx = rComp.mpGeoTexSvx; in operator =()
536 …boost::shared_ptr< drawinglayer::texture::GeoTexSvx >& getGeoTexSvx() const { return mpGeoTexSvx; } in getGeoTexSvx()
796 mpGeoTexSvx = rCandidate.getGeoTexSvx(); in finish()
/trunk/main/drawinglayer/inc/drawinglayer/processor3d/
H A Ddefaultprocessor3d.hxx94 boost::shared_ptr< texture::GeoTexSvx > mpGeoTexSvx; member in drawinglayer::processor3d::DefaultProcessor3D
144 const boost::shared_ptr< texture::GeoTexSvx >& getGeoTexSvx() const { return mpGeoTexSvx; } in getGeoTexSvx()

Completed in 18 milliseconds