App
Macros | Typedefs
Blender_define.hpp File Reference

Soubor definuje datové typy a sady parametrů pro funkce třídy Blender. More...

Go to the source code of this file.

Macros

#define PARAMS_SD   byte *s, byte *d, byte *dstAreaEnd, byte * dstAreaRowEnd, int dstByteWidth, int srcByteOffset, int dstByteOffset
 Definuje parametry pro blendovací funkce v konfiguraci xxx_sd.
 
#define PARAMS_SDA   byte *s, byte *d, byte *dstAreaEnd, byte *dstAreaRowEnd, int dstByteWidth, int srcByteOffset, int dstByteOffset, double alpha
 Definuje parametry pro blendovací funkce v konfiguraci xxx_sda.
 
#define PARAMS_SDM   byte *s, byte *d, byte *m, byte *dstAreaEnd, byte *dstAreaRowEnd, int dstByteWidth, int srcByteOffset, int dstByteOffset, int mskByteOffset
 Definuje parametry pro blendovací funkce v konfiguraci xxx_sdm.
 
#define PARAMS_SDMA   byte *s, byte *d, byte *m, byte *dstAreaEnd, byte *dstAreaRowEnd, int dstByteWidth, int srcByteOffset, int dstByteOffset, int mskByteOffset, double alpha
 Definuje parametry pro blendovací funkce v konfiguraci xxx_sdma.
 
#define PARAMS_CDM   byte *c, byte *d, byte *m, byte *dstAreaEnd, byte *dstAreaRowEnd, int dstByteWidth, int clrbpp, int dstByteOffset, int mskByteOffset
 Definuje parametry pro blendovací funkce v konfiguraci xxx_cdm.
 
#define PARAMS_CD   byte *c, byte *d, byte *dstAreaEnd, byte *dstAreaRowEnd, int dstByteWidth, int clrbpp, int dstByteOffset
 

Typedefs

typedef int(* blendf_argb_sd )(PARAMS_SD)
 Definuje typ pro ukazatel na blendovací funkci pro ARGB_Bitmap xxx_sd.
 
typedef int(* blendf_argb_sda )(PARAMS_SDA)
 Definuje typ pro ukazatel na blendovací funkci pro ARGB_Bitmap xxx_sda.
 
typedef int(* blendf_argb_sdm )(PARAMS_SDM)
 Definuje typ pro ukazatel na blendovací funkci pro ARGB_Bitmap xxx_sdm.
 
typedef int(* blendf_argb_sdma )(PARAMS_SDMA)
 Definuje typ pro ukazatel na blendovací funkci pro ARGB_Bitmap xxx_sdma.
 
typedef int(* blendf_argb_cdm )(PARAMS_CDM)
 Definuje typ pro ukazatel na blendovací funkci pro ARGB_Bitmap xxx_cdm.
 
typedef int(* blendf_argb_cd )(PARAMS_CD)
 Definuje typ pro ukazatel na blendovací funkci pro ARGB_Bitmap xxx_cdm.
 

Detailed Description

Soubor definuje datové typy a sady parametrů pro funkce třídy Blender.

Význam parametrů pro PARAMS_XXXX:

Více informací v popisu třídy Blender.

Definition in file Blender_define.hpp.

Macro Definition Documentation

#define PARAMS_CD   byte *c, byte *d, byte *dstAreaEnd, byte *dstAreaRowEnd, int dstByteWidth, int clrbpp, int dstByteOffset

Definition at line 61 of file Blender_define.hpp.

#define PARAMS_CDM   byte *c, byte *d, byte *m, byte *dstAreaEnd, byte *dstAreaRowEnd, int dstByteWidth, int clrbpp, int dstByteOffset, int mskByteOffset

Definuje parametry pro blendovací funkce v konfiguraci xxx_cdm.

Definition at line 59 of file Blender_define.hpp.

#define PARAMS_SD   byte *s, byte *d, byte *dstAreaEnd, byte * dstAreaRowEnd, int dstByteWidth, int srcByteOffset, int dstByteOffset

Definuje parametry pro blendovací funkce v konfiguraci xxx_sd.

Definition at line 47 of file Blender_define.hpp.

#define PARAMS_SDA   byte *s, byte *d, byte *dstAreaEnd, byte *dstAreaRowEnd, int dstByteWidth, int srcByteOffset, int dstByteOffset, double alpha

Definuje parametry pro blendovací funkce v konfiguraci xxx_sda.

Definition at line 50 of file Blender_define.hpp.

#define PARAMS_SDM   byte *s, byte *d, byte *m, byte *dstAreaEnd, byte *dstAreaRowEnd, int dstByteWidth, int srcByteOffset, int dstByteOffset, int mskByteOffset

Definuje parametry pro blendovací funkce v konfiguraci xxx_sdm.

Definition at line 53 of file Blender_define.hpp.

#define PARAMS_SDMA   byte *s, byte *d, byte *m, byte *dstAreaEnd, byte *dstAreaRowEnd, int dstByteWidth, int srcByteOffset, int dstByteOffset, int mskByteOffset, double alpha

Definuje parametry pro blendovací funkce v konfiguraci xxx_sdma.

Definition at line 56 of file Blender_define.hpp.

Typedef Documentation

typedef int(* blendf_argb_cd)(PARAMS_CD)

Definuje typ pro ukazatel na blendovací funkci pro ARGB_Bitmap xxx_cdm.

Definition at line 80 of file Blender_define.hpp.

typedef int(* blendf_argb_cdm)(PARAMS_CDM)

Definuje typ pro ukazatel na blendovací funkci pro ARGB_Bitmap xxx_cdm.

Definition at line 77 of file Blender_define.hpp.

typedef int(* blendf_argb_sd)(PARAMS_SD)

Definuje typ pro ukazatel na blendovací funkci pro ARGB_Bitmap xxx_sd.

Definition at line 65 of file Blender_define.hpp.

typedef int(* blendf_argb_sda)(PARAMS_SDA)

Definuje typ pro ukazatel na blendovací funkci pro ARGB_Bitmap xxx_sda.

Definition at line 68 of file Blender_define.hpp.

typedef int(* blendf_argb_sdm)(PARAMS_SDM)

Definuje typ pro ukazatel na blendovací funkci pro ARGB_Bitmap xxx_sdm.

Definition at line 71 of file Blender_define.hpp.

typedef int(* blendf_argb_sdma)(PARAMS_SDMA)

Definuje typ pro ukazatel na blendovací funkci pro ARGB_Bitmap xxx_sdma.

Definition at line 74 of file Blender_define.hpp.