LibreOffice Module vcl (master) 1
|
#include <vcl/dllapi.h>
#include <vcl/bitmap.hxx>
#include <vcl/Scanline.hxx>
#include <vcl/BitmapBuffer.hxx>
#include <vcl/BitmapColor.hxx>
#include <vcl/BitmapAccessMode.hxx>
Go to the source code of this file.
Classes | |
class | BitmapInfoAccess |
Typedefs | |
typedef BitmapColor(* | FncGetPixel) (ConstScanline pScanline, tools::Long nX, const ColorMask &rMask) |
typedef void(* | FncSetPixel) (Scanline pScanline, tools::Long nX, const BitmapColor &rBitmapColor, const ColorMask &rMask) |
Functions | |
bool | Bitmap32IsPreMultipled () |
typedef BitmapColor(* FncGetPixel) (ConstScanline pScanline, tools::Long nX, const ColorMask &rMask) |
Definition at line 32 of file BitmapInfoAccess.hxx.
typedef void(* FncSetPixel) (Scanline pScanline, tools::Long nX, const BitmapColor &rBitmapColor, const ColorMask &rMask) |
Definition at line 33 of file BitmapInfoAccess.hxx.
bool Bitmap32IsPreMultipled | ( | ) |
Definition at line 53 of file BitmapReadAccess.cxx.
References ImplGetSVData(), ImplSVData::mpDefInst, and SalInstance::supportsBitmap32().
Referenced by BitmapWriteAccess::CopyScanline(), BitmapReadAccess::GetPixelFunction(), and BitmapReadAccess::SetPixelFunction().