Searched refs:mpGeoTexSvx (Results 1 – 3 of 3) sorted by relevance
67 …shared_ptr< texture::GeoTexSvx > pOldTex = (bTransparence) ? mpTransparenceGeoTexSvx : mpGeoTexSvx; in impRenderGradientTexturePrimitive3D()147 mpGeoTexSvx = pNewTex; in impRenderGradientTexturePrimitive3D()164 mpGeoTexSvx = pOldTex; in impRenderGradientTexturePrimitive3D()178 boost::shared_ptr< texture::GeoTexSvx > pOldTex = mpGeoTexSvx; in impRenderHatchTexturePrimitive3D()198 mpGeoTexSvx.reset(new texture::GeoTexSvxMultiHatch(rPrimitive, fLogicTexSize)); in impRenderHatchTexturePrimitive3D()206 mpGeoTexSvx = pOldTex; in impRenderHatchTexturePrimitive3D()219 boost::shared_ptr< texture::GeoTexSvx > pOldTex = mpGeoTexSvx; in impRenderBitmapTexturePrimitive3D()236 mpGeoTexSvx.reset( in impRenderBitmapTexturePrimitive3D()245 mpGeoTexSvx.reset( in impRenderBitmapTexturePrimitive3D()257 mpGeoTexSvx = pOldTex; in impRenderBitmapTexturePrimitive3D()[all …]
482 boost::shared_ptr< drawinglayer::texture::GeoTexSvx > mpGeoTexSvx; member in RasterPrimitive3D504 : 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()
94 boost::shared_ptr< texture::GeoTexSvx > mpGeoTexSvx; member in drawinglayer::processor3d::DefaultProcessor3D144 const boost::shared_ptr< texture::GeoTexSvx >& getGeoTexSvx() const { return mpGeoTexSvx; } in getGeoTexSvx()
Completed in 23 milliseconds