LibreOffice Module vcl (master) 1
|
#include <ScanlineTools.hxx>
Public Member Functions | |
ScanlineTransformer_1BitPalette (const BitmapPalette &rPalette) | |
virtual void | skipPixel (sal_uInt32 nPixel) override |
virtual void | startLine (sal_uInt8 *pLine) override |
virtual Color | readPixel () override |
virtual void | writePixel (Color nColor) override |
Public Member Functions inherited from vcl::bitmap::ScanlineTransformer | |
virtual void | startLine (sal_uInt8 *pLine)=0 |
virtual void | skipPixel (sal_uInt32 nPixel)=0 |
virtual Color | readPixel ()=0 |
virtual void | writePixel (Color nColor)=0 |
virtual | ~ScanlineTransformer ()=default |
Private Attributes | |
sal_uInt8 * | pData |
const BitmapPalette & | mrPalette |
sal_uInt32 | mnX |
Definition at line 167 of file ScanlineTools.hxx.
|
inlineexplicit |
Definition at line 175 of file ScanlineTools.hxx.
|
inlineoverridevirtual |
Implements vcl::bitmap::ScanlineTransformer.
Definition at line 190 of file ScanlineTools.hxx.
References COL_BLACK(), BitmapPalette::GetEntryCount(), mnX, mrPalette, nIndex, and pData.
|
inlineoverridevirtual |
Implements vcl::bitmap::ScanlineTransformer.
Definition at line 182 of file ScanlineTools.hxx.
|
inlineoverridevirtual |
Implements vcl::bitmap::ScanlineTransformer.
Definition at line 184 of file ScanlineTools.hxx.
|
inlineoverridevirtual |
Implements vcl::bitmap::ScanlineTransformer.
Definition at line 201 of file ScanlineTools.hxx.
References BitmapPalette::GetBestIndex(), mnX, mrPalette, and pData.
|
private |
Definition at line 172 of file ScanlineTools.hxx.
Referenced by readPixel(), skipPixel(), startLine(), and writePixel().
|
private |
Definition at line 171 of file ScanlineTools.hxx.
Referenced by readPixel(), and writePixel().
|
private |
Definition at line 170 of file ScanlineTools.hxx.
Referenced by readPixel(), startLine(), and writePixel().