Home
last modified time | relevance | path

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

/trunk/main/drawinglayer/inc/drawinglayer/texture/
H A Dtexture.hxx39 class DRAWINGLAYER_DLLPUBLIC GeoTexSvx class
42 GeoTexSvx();
43 virtual ~GeoTexSvx();
46 virtual bool operator==(const GeoTexSvx& rGeoTexSvx) const;
47 bool operator!=(const GeoTexSvx& rGeoTexSvx) const { return !operator==(rGeoTexSvx); } in operator !=()
78 class DRAWINGLAYER_DLLPUBLIC GeoTexSvxGradient : public GeoTexSvx
97 virtual bool operator==(const GeoTexSvx& rGeoTexSvx) const;
291 class DRAWINGLAYER_DLLPUBLIC GeoTexSvxHatch : public GeoTexSvx
313 virtual bool operator==(const GeoTexSvx& rGeoTexSvx) const;
337 class DRAWINGLAYER_DLLPUBLIC GeoTexSvxTiled : public GeoTexSvx
[all …]
H A Dtexture3d.hxx44 class DRAWINGLAYER_DLLPUBLIC GeoTexSvxMono : public GeoTexSvx
56 virtual bool operator==(const GeoTexSvx& rGeoTexSvx) const;
69 class DRAWINGLAYER_DLLPUBLIC GeoTexSvxBitmapEx : public GeoTexSvx
139 class DRAWINGLAYER_DLLPUBLIC GeoTexSvxMultiHatch : public GeoTexSvx
/trunk/main/drawinglayer/source/texture/
H A Dtexture.cxx38 GeoTexSvx::GeoTexSvx() in GeoTexSvx() function in drawinglayer::texture::GeoTexSvx
42 GeoTexSvx::~GeoTexSvx() in ~GeoTexSvx()
46 bool GeoTexSvx::operator==(const GeoTexSvx& /*rGeoTexSvx*/) const in operator ==()
52 …void GeoTexSvx::modifyBColor(const basegfx::B2DPoint& /*rUV*/, basegfx::BColor& rBColor, double& /… in modifyBColor()
60 void GeoTexSvx::modifyOpacity(const basegfx::B2DPoint& rUV, double& rfOpacity) const in modifyOpacity()
82 : GeoTexSvx(), in GeoTexSvxGradient()
95 bool GeoTexSvxGradient::operator==(const GeoTexSvx& rGeoTexSvx) const in operator ==()
623 bool GeoTexSvxHatch::operator==(const GeoTexSvx& rGeoTexSvx) const in operator ==()
730 bool GeoTexSvxTiled::operator==(const GeoTexSvx& rGeoTexSvx) const in operator ==()
H A Dtexture3d.cxx45 bool GeoTexSvxMono::operator==(const GeoTexSvx& rGeoTexSvx) const in operator ==()
/trunk/main/drawinglayer/inc/drawinglayer/processor3d/
H A Ddefaultprocessor3d.hxx61 class GeoTexSvx;
94 boost::shared_ptr< texture::GeoTexSvx > mpGeoTexSvx;
97 boost::shared_ptr< texture::GeoTexSvx > mpTransparenceGeoTexSvx;
144 const boost::shared_ptr< texture::GeoTexSvx >& getGeoTexSvx() const { return mpGeoTexSvx; } in getGeoTexSvx()
145 …const boost::shared_ptr< texture::GeoTexSvx >& getTransparenceGeoTexSvx() const { return mpTranspa… in getTransparenceGeoTexSvx()
/trunk/main/drawinglayer/source/processor3d/
H A Dzbufferprocessor3d.cxx482 boost::shared_ptr< drawinglayer::texture::GeoTexSvx > mpGeoTexSvx;
483 boost::shared_ptr< drawinglayer::texture::GeoTexSvx > mpTransparenceGeoTexSvx;
496 const boost::shared_ptr< drawinglayer::texture::GeoTexSvx >& pGeoTexSvx, in RasterPrimitive3D()
497 const boost::shared_ptr< drawinglayer::texture::GeoTexSvx >& pTransparenceGeoTexSvx, in RasterPrimitive3D()
536 …const boost::shared_ptr< drawinglayer::texture::GeoTexSvx >& getGeoTexSvx() const { return mpGeoTe… in getGeoTexSvx()
537 …const boost::shared_ptr< drawinglayer::texture::GeoTexSvx >& getTransparenceGeoTexSvx() const { re… in getTransparenceGeoTexSvx()
H A Ddefaultprocessor3d.cxx67 …boost::shared_ptr< texture::GeoTexSvx > pOldTex = (bTransparence) ? mpTransparenceGeoTexSvx : mpGe… in impRenderGradientTexturePrimitive3D()
77 boost::shared_ptr< texture::GeoTexSvx > pNewTex; in impRenderGradientTexturePrimitive3D()
229 boost::shared_ptr< texture::GeoTexSvx > pOldTex = mpGeoTexSvx; in impRenderHatchTexturePrimitive3D()
270 boost::shared_ptr< texture::GeoTexSvx > pOldTex = mpGeoTexSvx; in impRenderBitmapTexturePrimitive3D()

Completed in 41 milliseconds