LibreOffice Module vcl (master) 1
|
#include <tools/helpers.hxx>
#include <vcl/bitmap.hxx>
#include <vcl/bitmapex.hxx>
#include <vcl/BitmapConvolutionMatrixFilter.hxx>
#include <vcl/BitmapSharpenFilter.hxx>
#include <bitmap/BitmapWriteAccess.hxx>
#include <array>
Go to the source code of this file.
Variables | |
const sal_Int32 | g_SharpenMatrix [] = { -1, -1, -1, -1, 16, -1, -1, -1, -1 } |
const sal_Int32 g_SharpenMatrix[] = { -1, -1, -1, -1, 16, -1, -1, -1, -1 } |
Definition at line 191 of file BitmapConvolutionMatrixFilter.cxx.