Searched refs:GeoTexSvx (Results 1 – 7 of 7) sorted by relevance
39 class DRAWINGLAYER_DLLPUBLIC GeoTexSvx class42 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 GeoTexSvx97 virtual bool operator==(const GeoTexSvx& rGeoTexSvx) const;291 class DRAWINGLAYER_DLLPUBLIC GeoTexSvxHatch : public GeoTexSvx313 virtual bool operator==(const GeoTexSvx& rGeoTexSvx) const;337 class DRAWINGLAYER_DLLPUBLIC GeoTexSvxTiled : public GeoTexSvx[all …]
44 class DRAWINGLAYER_DLLPUBLIC GeoTexSvxMono : public GeoTexSvx56 virtual bool operator==(const GeoTexSvx& rGeoTexSvx) const;69 class DRAWINGLAYER_DLLPUBLIC GeoTexSvxBitmapEx : public GeoTexSvx139 class DRAWINGLAYER_DLLPUBLIC GeoTexSvxMultiHatch : public GeoTexSvx
38 GeoTexSvx::GeoTexSvx() in GeoTexSvx() function in drawinglayer::texture::GeoTexSvx42 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 ==()
45 bool GeoTexSvxMono::operator==(const GeoTexSvx& rGeoTexSvx) const in operator ==()
61 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()
482 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()
67 …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 36 milliseconds