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 30 of file ScanlineTools.hxx.
|
inlineoverridevirtual |
Implements vcl::bitmap::ScanlineTransformer.
Definition at line 40 of file ScanlineTools.hxx.
References ColorAlpha, and pData.
|
inlineoverridevirtual |
Implements vcl::bitmap::ScanlineTransformer.
Definition at line 38 of file ScanlineTools.hxx.
|
inlineoverridevirtual |
Implements vcl::bitmap::ScanlineTransformer.
Definition at line 36 of file ScanlineTools.hxx.
References pData.
|
inlineoverridevirtual |
Implements vcl::bitmap::ScanlineTransformer.
Definition at line 47 of file ScanlineTools.hxx.
References Color::GetAlpha(), Color::GetBlue(), Color::GetGreen(), Color::GetRed(), and pData.
|
private |
Definition at line 33 of file ScanlineTools.hxx.
Referenced by readPixel(), skipPixel(), startLine(), and writePixel().