AbsHeight() const | CATImage | |
AbsSize() const | CATImage | |
AbsWidth() const | CATImage | |
AddRef() | CATImage | |
CATImage() | CATImage | [protected] |
CATIMAGE_PNG_RGBA32 enum value | CATImage | |
CATIMAGEFORMAT enum name | CATImage | |
Clear(bool transparent=true) | CATImage | |
CopyImage(const CATImage *srcImg, CATImage *&dstImg) | CATImage | [static] |
CopyImage(const CATImage *srcImg, CATImage *&dstImg, CATInt32 xOffset, CATInt32 yOffset, CATInt32 width, CATInt32 height) | CATImage | [static] |
CopyOutBGR(CATUInt8 *rgbBuf, CATInt32 offsetX, CATInt32 offsetY, CATInt32 width, CATInt32 height, CATInt32 widthBytes) | CATImage | |
CopyOver(const CATImage *srcImg, CATInt32 dstOffsetX, CATInt32 dstOffsetY, CATInt32 srcOffsetX, CATInt32 srcOffsetY, CATInt32 width=0, CATInt32 height=0) | CATImage | |
Create(CATInt32 width, CATInt32 height, bool init, bool transparent) | CATImage | [protected] |
CreateImage(CATImage *&image, CATInt32 width, CATInt32 height, bool init=true, bool transparent=true) | CATImage | [static] |
CreateImageFromDIB(CATImage *&image, HBITMAP dibSection) | CATImage | [static] |
CreateSub(const CATImage *orgImg, CATImage *&dstImg, CATInt32 xOffset, CATInt32 yOffset, CATInt32 width, CATInt32 height) | CATImage | [static] |
DbgSave(const CATWChar *filename) | CATImage | |
DecRef() | CATImage | |
fData | CATImage | [private] |
fHeight | CATImage | [private] |
FillRect(const CATRect &rect, const CATColor &color) | CATImage | |
fOwnData | CATImage | [private] |
fParentImage | CATImage | [private] |
fRefCount | CATImage | [private] |
fWidth | CATImage | [private] |
fXOffset | CATImage | [private] |
fYOffset | CATImage | [private] |
GetPixel(CATInt32 x, CATInt32 y, unsigned char &r, unsigned char &g, unsigned char &b, unsigned char &a) const | CATImage | |
GetPixel(CATInt32 x, CATInt32 y, CATColor &color) const | CATImage | |
GetRawDataPtr() const | CATImage | |
GetRefCount() | CATImage | |
Height() const | CATImage | |
IsImageRoot() const | CATImage | |
Load(CATStream *stream, CATImage *&image) | CATImage | [static] |
operator=(const CATImage &img) | CATImage | [protected] |
Overlay(const CATImage *srcImg, CATInt32 dstOffsetX, CATInt32 dstOffsetY, CATInt32 srcOffsetX, CATInt32 srcOffsetY, CATInt32 width=0, CATInt32 height=0) | CATImage | |
PNGError(png_structp png_ptr, png_const_charp error_msg) | CATImage | [protected, static] |
PNGFlush(png_structp png_ptr) | CATImage | [protected, static] |
PNGRead(png_structp png_ptr, png_bytep data, png_size_t length) | CATImage | [protected, static] |
PNGWarning(png_structp png_ptr, png_const_charp warning_msg) | CATImage | [protected, static] |
PNGWrite(png_structp png_ptr, png_bytep data, png_size_t length) | CATImage | [protected, static] |
ReleaseImage(CATImage *&image) | CATImage | [static] |
Save(CATStream *stream, CATImage *image, CATIMAGEFORMAT imageFormat=CATIMAGE_PNG_RGBA32) | CATImage | [static] |
Save(const CATWChar *filename, CATImage *image) | CATImage | [static] |
SetPixel(CATInt32 x, CATInt32 y, unsigned char r, unsigned char g, unsigned char b, unsigned char a=255) | CATImage | |
SetPixel(CATInt32 x, CATInt32 y, const CATColor &color) | CATImage | |
SetSubPosition(CATInt32 newXOffset, CATInt32 newYOffset, CATInt32 newWidth, CATInt32 newHeight) | CATImage | |
Size() const | CATImage | |
Width() const | CATImage | |
XOffsetAbs() const | CATImage | |
XOffsetRel() const | CATImage | |
YOffsetAbs() const | CATImage | |
YOffsetRel() const | CATImage | |
~CATImage() | CATImage | [protected, virtual] |