summaryrefslogtreecommitdiff
path: root/vcl/inc/opengl/salbmp.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-07-09 21:02:48 +0200
committerMichael Stahl <mstahl@redhat.com>2015-07-10 23:27:39 +0200
commit64baed93cfa9b74d6ef5a8913918cfbaf8499271 (patch)
tree5ca005dab162f486ca8e269d363c4afb1e6e8bfb /vcl/inc/opengl/salbmp.hxx
parent7aa9f045387a95d0b1a516f917fbcd23e0578902 (diff)
vcl: move resample kernel classes out of bitmap.hxx
Since commit f31e6debfa7e330f985a0846a6ca91130d3dab20 this drags in ridiculous amounts of boost headers, for probably negigible improvemnts of sin(x)/x for tiny x values. The compile time impact was not negligible, moving this nonsense to its own header removes 1.79 GB of preprocessor input from a full build. Change-Id: Ic41b2210eac8b130726610f2dbdbb449379225d1
Diffstat (limited to 'vcl/inc/opengl/salbmp.hxx')
-rw-r--r--vcl/inc/opengl/salbmp.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/opengl/salbmp.hxx b/vcl/inc/opengl/salbmp.hxx
index ba9ac3f4fe2f..daefbe26b8a2 100644
--- a/vcl/inc/opengl/salbmp.hxx
+++ b/vcl/inc/opengl/salbmp.hxx
@@ -98,8 +98,8 @@ private:
private:
bool ImplScaleFilter( const double& rScaleX, const double& rScaleY, GLenum nFilter );
- static void ImplCreateKernel( const double& fScale, const Kernel& rKernel, GLfloat*& pWeights, sal_uInt32& aKernelSize );
- bool ImplScaleConvolution( const double& rScaleX, const double& rScaleY, const Kernel& aKernel );
+ static void ImplCreateKernel( const double& fScale, const vcl::Kernel& rKernel, GLfloat*& pWeights, sal_uInt32& aKernelSize );
+ bool ImplScaleConvolution(const double& rScaleX, const double& rScaleY, const vcl::Kernel& rKernel);
bool ImplScaleArea( double rScaleX, double rScaleY );
public: