LibreOffice Module vcl (master) 1
Classes | Typedefs | Functions
BitmapInfoAccess.hxx File Reference
#include <vcl/dllapi.h>
#include <vcl/bitmap.hxx>
#include <vcl/Scanline.hxx>
#include <vcl/BitmapBuffer.hxx>
#include <vcl/BitmapColor.hxx>
#include <vcl/BitmapAccessMode.hxx>
Include dependency graph for BitmapInfoAccess.hxx:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ FncGetPixel

typedef BitmapColor(* FncGetPixel) (ConstScanline pScanline, tools::Long nX, const ColorMask &rMask)

Definition at line 32 of file BitmapInfoAccess.hxx.

◆ FncSetPixel

typedef void(* FncSetPixel) (Scanline pScanline, tools::Long nX, const BitmapColor &rBitmapColor, const ColorMask &rMask)

Definition at line 33 of file BitmapInfoAccess.hxx.

Function Documentation

◆ Bitmap32IsPreMultipled()

bool Bitmap32IsPreMultipled ( )