Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 48889
Collapse All | Expand All

(-)noatun-plugins/synaescope/polygon.h (+4 lines)
Lines 25-30 Link Here
25
template<class Pixel, class Combiner, int superSampleShift>
25
template<class Pixel, class Combiner, int superSampleShift>
26
struct PolygonEngine : public Bitmap<Pixel>
26
struct PolygonEngine : public Bitmap<Pixel>
27
{
27
{
28
    using Bitmap<Pixel>::width;
29
    using Bitmap<Pixel>::height;
30
    using Bitmap<Pixel>::data;
31
28
	PolygonEngine() : Bitmap<Pixel>(1) { }
32
	PolygonEngine() : Bitmap<Pixel>(1) { }
29
33
30
#define super (1<<superSampleShift)
34
#define super (1<<superSampleShift)
(-)noatun-plugins/tippercanoe/polygon.h (+4 lines)
Lines 23-28 Link Here
23
23
24
template<class Pixel, class Combiner, int superSampleShift>
24
template<class Pixel, class Combiner, int superSampleShift>
25
struct PolygonEngine : public Bitmap<Pixel> {
25
struct PolygonEngine : public Bitmap<Pixel> {
26
    using Bitmap<Pixel>::width;
27
    using Bitmap<Pixel>::height;
28
    using Bitmap<Pixel>::data;
29
26
  PolygonEngine() : Bitmap<Pixel>(1) { }
30
  PolygonEngine() : Bitmap<Pixel>(1) { }
27
  
31
  
28
#define super (1<<superSampleShift)
32
#define super (1<<superSampleShift)

Return to bug 48889