|
ADTF Display Toolbox
|
This is the complete list of members for cImage, including all inherited members.
| Alloc(const tBitmapFormat *psFormat) | cImage | protected |
| AllocBitmapInfo() | cImage | protected |
| AllocImpl(tInt nSize, tHandle *hMemory, tVoid **pBuffer) | cImage | protected |
| AllocPalette(tInt nPaletteSize) | cImage | protected |
| AlphaBlend(disptb::graphicslib::dengar::cImage *pSourceImage, disptb::graphicslib::dengar::cImage *pDestImage, disptb::graphicslib::dengar::cImage *pMaskImage) | cImage | static |
| Attach(tUInt8 *pBitmap, tInt nWidth, tInt nHeight, tInt nBitsPerPixel, tInt nBytesPerLine=0) | cImage | |
| Attach(tUInt8 *pBitmap, const tBitmapFormat *psFormat, const tColor *pPalette=nullptr) | cImage | |
| BilinearStretchBlit(disptb::graphicslib::dengar::cImage &oSrc, disptb::graphicslib::dengar::cImage &oDest) | cImage | static |
| Blit(const cImage &oDestImage, tInt nFlags=0) | cImage | |
| Blit(const disptb::graphicslib::dengar::cImage &oSrcImage, const disptb::graphicslib::dengar::cImage &oDestImage, tInt nFlags=0) | cImage | static |
| Blit(const tUInt8 *pSrcBitmapData, const tBitmapFormat *psSrcBitmapFormat, tUInt8 *pDestBitmapData, const tBitmapFormat *psDestBitmapFormat, tInt nFlags=0) | cImage | static |
| BLIT_DontStretch enum value | IImage | |
| Blit_impl(const tUInt8 *pSrcBitmapData, const tBitmapFormat *psSrcBitmapFormat, tUInt8 *pDestBitmapData, const tBitmapFormat *psDestBitmapFormat, tInt nFlags) | cImage | protectedstatic |
| BLIT_VerticalFlip enum value | IImage | |
| BlueValue(tUInt32 nColor) | cImage | inlinestatic |
| Brightness(tFloat64 fRed, tFloat64 fGreen, tFloat64 fBlue) | cImage | inlinestatic |
| Brightness(tInt nRed, tInt nGreen, tInt nBlue) | cImage | inlinestatic |
| Brightness(tColor nColor) | cImage | inlinestatic |
| Brightness(tUInt32 nColor) | cImage | inlinestatic |
| BrightnessValue(tInt nRed, tInt nGreen, tInt nBlue) | cImage | inlinestatic |
| CalcAlignedMemSize(tInt nBytes, tInt nAlignment) | cImage | static |
| CalcBitsPerPixelFromPixelFormat(int32_t const oPixelFormat) (defined in cImage) | cImage | static |
| ChangeDepth(tInt nBitsPerPixel, tInt nBytesPerLine=0, tUInt32 ui32Mask=0x0) | cImage | |
| ChangePixelFormat(tInt nFormat, tUInt32 ui32Flags=0) | cImage | |
| cImage() | cImage | |
| cImage(const cImage &oImage) | cImage | |
| cImage(const IImage &oImage) | cImage | |
| Compare(const disptb::graphicslib::dengar::cImage &oImage) | cImage | |
| Convert(tInt nWidth, tInt nHeight, tInt nBitsPerPixel, tInt nBytesPerLine=0, tUInt32 ui32Mask=0x0) | cImage | |
| Convert(const tBitmapFormat *psFormat, tUInt32 ui32Mask=0x0) | cImage | |
| Convert(tInt oPixelFormat) | cImage | |
| Convert(const tUInt8 *pSrcBitmapData, const tBitmapFormat *psSrcBitmapFormat, tUInt8 *pDestBitmapData, const tBitmapFormat *psDestBitmapFormat, tInt nFlags, tUInt32 ui32Mask) | cImage | static |
| Convert_impl(const tUInt8 *pSrcBitmapData, const tBitmapFormat *psSrcBitmapFormat, tUInt8 *pDestBitmapData, const tBitmapFormat *psDestBitmapFormat, tInt nFlags, tUInt32 ui32Mask) | cImage | protectedstatic |
| CountDifferences(const disptb::graphicslib::dengar::cImage &oImage) | cImage | |
| Create(tInt nWidth, tInt nHeight, tInt nBitsPerPixel, tInt nBytesPerLine=0, const tUInt8 *pBitmap=nullptr, tInt nPixelFormat=0) | cImage | |
| Create(const tBitmapFormat *psFormat, const tColor *pPalette=nullptr, const tUInt8 *pBitmap=nullptr) | cImage | |
| Destroy() | cImage | virtual |
| Flip() | cImage | |
| FlipAlpha() | cImage | |
| FlipRGB() | cImage | |
| FlipRGBFormat(tInt nPixelFormat) | cImage | static |
| FlipToBGRFormat(tInt nPixelFormat) | cImage | static |
| FlipToRGBFormat(tInt nPixelFormat) | cImage | static |
| Free() | cImage | protected |
| FreeBitmapInfo() | cImage | protected |
| FreeImpl(tHandle hMemory) | cImage | protected |
| FreePalette() | cImage | protected |
| GetBitmap() const | cImage | virtual |
| GetBitmapInfo() override | cImage | virtual |
| GetBitmapInfoSize() | cImage | |
| GetBitmapLine(tInt y) const | cImage | virtual |
| GetBits(tUInt8 *pDestBitmapData, const tBitmapFormat *psDestBitmapFormat, tInt nFlags=0) | cImage | virtual |
| GetBitsPerPixel() const | cImage | virtual |
| GetBitsPerPixelFromFormat(tInt nFormat) | cImage | static |
| GetBytesPerLine() const | cImage | virtual |
| GetDefaultFormatFromBpp(tInt nBpp) | cImage | static |
| GetFormat() const override | cImage | virtual |
| GetHeight() const | cImage | virtual |
| GetNextPowerOfTwo(int32_t const a) (defined in cImage) | cImage | static |
| GetPalette() const | cImage | virtual |
| GetPaletteEntry(tInt nIdx) const | cImage | virtual |
| GetPaletteSize() const | cImage | virtual |
| GetPixelFormat() const | cImage | virtual |
| GetPixelFormatIdentifier(const tInt nImage) | cImage | static |
| GetPixelFormatStr() const | cImage | |
| GetRatio() const | cImage | virtual |
| GetSize() const | cImage | virtual |
| GetWidth() const | cImage | virtual |
| GreenValue(tUInt32 nColor) | cImage | inlinestatic |
| GuessPixelFormat(const tBitmapFormat *pFormat) | cImage | static |
| Initialize() | cImage | protected |
| LF_FLIP_VERTICAL enum value | IImage | |
| LF_SWAP_RGB enum value | IImage | |
| Load(const tChar *strFile, tUInt32 nFlags=0) | cImage | |
| m_bReference | cImage | protected |
| m_hBitmapMemory | cImage | protected |
| m_nBitmapInfoSize | cImage | protected |
| m_nDefaultLineAlignment | cImage | static |
| m_nDefaultMemoryAlignment | cImage | static |
| m_nGreyPaletteSize | cImage | protected |
| m_pBitmap | cImage | protected |
| m_pPalette | cImage | protected |
| m_psBitmapInfo | cImage | protected |
| m_sFormat | cImage | protected |
| MakeAlphaChannel(const tColor &sColorKey, tBool bClearTransparent=tFalse) | cImage | |
| Mirror() | cImage | |
| NeedAlphaBlend(int32_t const oPixelFormat) (defined in cImage) | cImage | static |
| operator IImage *() | cImage | inline |
| operator=(const disptb::graphicslib::dengar::cImage &oImage) | cImage | |
| PF_16BIT enum value | IImage | |
| PF_24BIT enum value | IImage | |
| PF_32BIT enum value | IImage | |
| PF_8BIT enum value | IImage | |
| PF_ABGR_1555 enum value | IImage | |
| PF_ABGR_4444 enum value | IImage | |
| PF_ABGR_8888 enum value | IImage | |
| PF_ARGB_1555 enum value | IImage | |
| PF_ARGB_8888 enum value | IImage | |
| PF_BGR_555 enum value (defined in IImage) | IImage | |
| PF_BGR_565 enum value (defined in IImage) | IImage | |
| PF_BGR_888 enum value | IImage | |
| PF_BGRA_5551 enum value | IImage | |
| PF_BGRA_8888 enum value | IImage | |
| PF_BGRx_8888 enum value | IImage | |
| PF_CUSTOM enum value | IImage | |
| PF_GREYSCALE_10 enum value | IImage | |
| PF_GREYSCALE_12 enum value | IImage | |
| PF_GREYSCALE_14 enum value | IImage | |
| PF_GREYSCALE_16 enum value | IImage | |
| PF_GREYSCALE_18 enum value (defined in IImage) | IImage | |
| PF_GREYSCALE_20 enum value (defined in IImage) | IImage | |
| PF_GREYSCALE_22 enum value (defined in IImage) | IImage | |
| PF_GREYSCALE_24 enum value | IImage | |
| PF_GREYSCALE_32 enum value | IImage | |
| PF_GREYSCALE_8 enum value | IImage | |
| PF_GREYSCALE_FLOAT32 enum value | IImage | |
| PF_RGB_444 enum value | IImage | |
| PF_RGB_555 enum value | IImage | |
| PF_RGB_565 enum value | IImage | |
| PF_RGB_8 enum value | IImage | |
| PF_RGB_888 enum value | IImage | |
| PF_RGBA_4444 enum value | IImage | |
| PF_RGBA_5551 enum value | IImage | |
| PF_RGBA_8888 enum value | IImage | |
| PF_RGBx_8888 enum value | IImage | |
| PF_RIII_10 enum value (defined in IImage) | IImage | |
| PF_RIII_12 enum value (defined in IImage) | IImage | |
| PF_RIII_14 enum value (defined in IImage) | IImage | |
| PF_RIII_16 enum value (defined in IImage) | IImage | |
| PF_UNKNOWN enum value | IImage | |
| PF_xBGR_8888 enum value | IImage | |
| PF_xRGB_8888 enum value | IImage | |
| PF_YUV420P_888 enum value | IImage | |
| RedValue(tUInt32 nColor) | cImage | inlinestatic |
| Release() | cImage | |
| Resize(tInt nWidth, tInt nHeight) | cImage | |
| Save(const tChar *strFile) | cImage | |
| SetBits(const tUInt8 *pSrcBitmapData, const tBitmapFormat *psSrcBitmapFormat) | cImage | |
| SetPalette(tInt nPaletteSize, const tColor *pPalette) | cImage | |
| SetPaletteEntry(tInt nIdx, const tColor &sColor) | cImage | |
| SetPixelFormat(tInt nPixelFormat) | cImage | |
| SetTransparency(disptb::graphicslib::dengar::cImage *pImage, disptb::graphicslib::dengar::cColor oColor) | cImage | static |
| StretchBlit(const disptb::graphicslib::dengar::cImage &oSrcImage, const disptb::graphicslib::dengar::cImage &oDestImage, tInt nFlags=0) | cImage | static |
| StretchBlit(const tUInt8 *pSrcBitmapData, const tBitmapFormat *psSrcBitmapFormat, tUInt8 *pDestBitmapData, const tBitmapFormat *psDestBitmapFormat, tInt nFlags=0) | cImage | static |
| StretchBlit_impl(const tUInt8 *pSrcBitmapData, const tBitmapFormat *psSrcBitmapFormat, tUInt8 *pDestBitmapData, const tBitmapFormat *psDestBitmapFormat, tInt nFlags, tUInt32 ui32Mask=0x0) | cImage | protectedstatic |
| tBlitFlags enum name | IImage | |
| tLoadFlags enum name | IImage | |
| tPixelFormat enum name | IImage | |
| ~cImage() | cImage | virtual |