LibreOffice Module vcl (master) 1
Functions
bitmap/bitmap.cxx File Reference
#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>
Include dependency graph for bitmap/bitmap.cxx:

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)
 

Function Documentation

◆ getColor()

static BitmapColor getColor ( const BitmapReadAccess pReadAcc,
tools::Long  nZ 
)
static

◆ shiftColor()

static sal_Int32 * shiftColor ( sal_Int32 *  pColorArray,
BitmapColor const &  rColor 
)
static

Definition at line 1396 of file bitmap/bitmap.cxx.

References Color::GetBlue(), Color::GetGreen(), and Color::GetRed().

Referenced by Bitmap::Dither().