LibreOffice Module vcl (master) 1
|
#include <ScanlineTools.hxx>
Public Member Functions | |
virtual void | startLine (sal_uInt8 *pLine) override |
virtual void | skipPixel (sal_uInt32 nPixel) 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 |
Definition at line 56 of file ScanlineTools.hxx.
|
inlineoverridevirtual |
Implements vcl::bitmap::ScanlineTransformer.
Definition at line 66 of file ScanlineTools.hxx.
References pData.
|
inlineoverridevirtual |
Implements vcl::bitmap::ScanlineTransformer.
Definition at line 64 of file ScanlineTools.hxx.
|
inlineoverridevirtual |
Implements vcl::bitmap::ScanlineTransformer.
Definition at line 62 of file ScanlineTools.hxx.
References pData.
|
inlineoverridevirtual |
Implements vcl::bitmap::ScanlineTransformer.
Definition at line 73 of file ScanlineTools.hxx.
References Color::GetBlue(), Color::GetGreen(), Color::GetRed(), and pData.
|
private |
Definition at line 59 of file ScanlineTools.hxx.
Referenced by readPixel(), skipPixel(), startLine(), and writePixel().