LibreOffice Module vcl (master) 1
|
#include <config_features.h>
#include <sal/log.hxx>
#include <osl/diagnose.h>
#include <tools/helpers.hxx>
#include <utility>
#include <vcl/bitmap.hxx>
#include <vcl/bitmapex.hxx>
#include <vcl/outdev.hxx>
#include <svdata.hxx>
#include <salinst.hxx>
#include <salbmp.hxx>
#include <vcl/BitmapMonochromeFilter.hxx>
#include <bitmap/BitmapScaleSuperFilter.hxx>
#include <bitmap/BitmapScaleConvolutionFilter.hxx>
#include <bitmap/BitmapFastScaleFilter.hxx>
#include <bitmap/BitmapInterpolateScaleFilter.hxx>
#include <bitmap/BitmapWriteAccess.hxx>
#include <bitmap/impoctree.hxx>
#include <bitmap/Octree.hxx>
#include "impvect.hxx"
#include "floyd.hxx"
#include <math.h>
#include <algorithm>
#include <memory>
#include <cstdlib>
#include <tools/stream.hxx>
#include <vcl/graphicfilter.hxx>
Go to the source code of this file.
Functions | |
static sal_Int32 * | shiftColor (sal_Int32 *pColorArray, BitmapColor const &rColor) |
static BitmapColor | getColor (const BitmapReadAccess *pReadAcc, tools::Long nZ) |
|
static |
Definition at line 1403 of file bitmap/bitmap.cxx.
References BitmapReadAccess::GetIndexFromData(), BitmapInfoAccess::GetPaletteColor(), BitmapReadAccess::GetPixelFromData(), BitmapReadAccess::GetScanline(), and BitmapInfoAccess::HasPalette().
Referenced by Bitmap::Dither().
|
static |
Definition at line 1396 of file bitmap/bitmap.cxx.
References Color::GetBlue(), Color::GetGreen(), and Color::GetRed().
Referenced by Bitmap::Dither().