~ubuntu-branches/ubuntu/trusty/gtk2-engines-oxygen/trusty

« back to all changes in this revision

Viewing changes to src/oxygenstylehelper.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-07-20 15:38:45 UTC
  • mfrom: (1.1.19)
  • Revision ID: package-import@ubuntu.com-20120720153845-57jzms7fq759z9lg
Tags: 1.3.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
        CairoSurfaceCache<WindecoBottomBorderKey>& windecoBottomBorderCache( void )
192
192
        { return _windecoBottomBorderCache; }
193
193
 
 
194
        //! shadow rendering
 
195
        virtual void drawShadow( cairo_t*, const ColorUtils::Rgba&, int size ) const;
 
196
 
 
197
        //! highlight glow
 
198
        virtual void drawOuterGlow( cairo_t*, const ColorUtils::Rgba&, int size) const;
 
199
 
194
200
        //@}
195
201
 
196
202
        //@}
207
213
        //! slab rendering
208
214
        virtual void drawSlab( Cairo::Context&, const ColorUtils::Rgba&, double shade) const;
209
215
 
210
 
        //! shadow rendering
211
 
        virtual void drawShadow( Cairo::Context&, const ColorUtils::Rgba&, int size ) const;
212
 
 
213
 
        //! highlight glow
214
 
        virtual void drawOuterGlow( Cairo::Context&, const ColorUtils::Rgba&, int size) const;
215
 
 
216
216
        //! inverse shadow (for sunken slabs)
217
217
        void drawInverseShadow( Cairo::Context&, const ColorUtils::Rgba&, int pad, int size, double fuzz ) const;
218
218