X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2FETL%2F_surface.h;h=eae2df095ad65480d75262a2c9189b866bd939d3;hb=01ac089e243c721d088a117cc7a8505cb5da80d8;hp=bba578faf5ec8a5500a4424549f893b1330f5000;hpb=36d01e1527fda602a9aed07d209eb34e6770bca8;p=synfig.git diff --git a/ETL/trunk/ETL/_surface.h b/ETL/trunk/ETL/_surface.h index bba578f..eae2df0 100644 --- a/ETL/trunk/ETL/_surface.h +++ b/ETL/trunk/ETL/_surface.h @@ -410,7 +410,7 @@ public: #define R(x) ( P(x+2) - 4.0f*P(x+1) + 6.0f*P(x) - 4.0f*P(x-1) )*(1.0f/6.0f) #define F(i,j) (cooker_.cook((*this)[max(min(j+v,h_-1),0)][max(min(i+u,w_-1),0)])*(R((i)-a)*R(b-(j)))) #define Z(i,j) ret+=F(i,j) - #define X(i,j) // placeholder... To make box more symetric + #define X(i,j) // placeholder... To make box more symmetric int u(floor_to_int(x)), v(floor_to_int(y)); float a, b; @@ -495,7 +495,7 @@ public: if(y0 > y1) std::swap(y0,y1); //local variable madness - //all things that want to interoperate should provide a default value constructor for = 0 + //all things that want to inter-operate should provide a default value constructor for = 0 accumulator_type acum = 0; int xi=0,yi=0; @@ -561,7 +561,7 @@ public: if(y0 > y1) std::swap(y0,y1); //local variable madness - //all things that want to interoperate should provide a default value constructor for = 0 + //all things that want to inter-operate should provide a default value constructor for = 0 accumulator_type acum = 0; int xi=0,yi=0;