| allocateBitmap(const U32 in_width, const U32 in_height, const bool in_extrudeMipLevels=false, const GFXFormat in_format=GFXFormatR8G8B8) | GBitmap | |
| c_maxMipLevels enum value | GBitmap | |
| checkForTransparency() | GBitmap | |
| combine(const GBitmap *bitmapA, const GBitmap *bitmapB, const GFXTextureOp combineOp) | GBitmap | |
| Constants enum name | GBitmap | |
| copyRect(const GBitmap *in, const RectI &srcRect, const Point2I &dstPoint) | GBitmap | |
| createPaddedBitmap() const | GBitmap | |
| createPow2Bitmap() const | GBitmap | |
| csFileVersion | GBitmap | [private, static] |
| deleteImage() | GBitmap | |
| extrudeMipLevels(bool clearBorders=false) | GBitmap | |
| extrudeMipLevelsDetail() | GBitmap | |
| GBitmap() | GBitmap | |
| GBitmap(const GBitmap &) | GBitmap | |
| GBitmap(const U32 in_width, const U32 in_height, const bool in_extrudeMipLevels=false, const GFXFormat in_format=GFXFormatR8G8B8) | GBitmap | |
| getAddress(const S32 in_x, const S32 in_y, const U32 mipLevel=0) | GBitmap | [inline] |
| getAddress(const S32 in_x, const S32 in_y, const U32 mipLevel=0) const | GBitmap | [inline] |
| getBits(const U32 in_mipLevel=0) const | GBitmap | [inline] |
| getByteSize() const | GBitmap | [inline] |
| getBytesPerPixel() const | GBitmap | [inline] |
| getColor(const U32 x, const U32 y, ColorI &rColor) const | GBitmap | |
| getDepth(const U32 in_mipLevel=0) const | GBitmap | [inline] |
| getFormat() const | GBitmap | [inline] |
| getHasTransparency() const | GBitmap | [inline] |
| getHeight(const U32 in_mipLevel=0) const | GBitmap | [inline] |
| getNumMipLevels() const | GBitmap | [inline] |
| getWidth(const U32 in_mipLevel=0) const | GBitmap | [inline] |
| getWritableBits(const U32 in_mipLevel=0) | GBitmap | [inline] |
| load(const Torque::Path &path) | GBitmap | [static] |
| mBits | GBitmap | [private] |
| mByteSize | GBitmap | [private] |
| mBytesPerPixel | GBitmap | [private] |
| mDepth | GBitmap | [private] |
| mHasTransparency | GBitmap | [private] |
| mHeight | GBitmap | [private] |
| mInternalFormat | GBitmap | [private] |
| mMipLevelOffsets | GBitmap | [private] |
| mNumMipLevels | GBitmap | [private] |
| mWidth | GBitmap | [private] |
| read(Stream &io_rStream) | GBitmap | |
| readBitmap(const String &bmType, Stream &ioStream) | GBitmap | |
| readMNG(Stream &io_rStream) | GBitmap | |
| sampleTexel(F32 u, F32 v) const | GBitmap | |
| setColor(const U32 x, const U32 y, ColorI &rColor) | GBitmap | |
| setFormat(GFXFormat fmt) | GBitmap | |
| setHasTransparency(bool hasTransparency) | GBitmap | [inline] |
| sFindFiles(const Torque::Path &path, Vector< Torque::Path > &foundPaths) | GBitmap | [static] |
| sFindRegInfo(const String &extension) | GBitmap | [static] |
| sRegisterFormat(const Registration ®) | GBitmap | [static] |
| sRegistrations | GBitmap | [static] |
| swizzle(const Swizzle< T, mapLength > *s) | GBitmap | |
| write(Stream &io_rStream) const | GBitmap | |
| writeBitmap(const String &bmType, Stream &ioStream, U32 compressionLevel=U32_MAX) | GBitmap | |
| writeMNG(Stream &io_rStream) const | GBitmap | |
| ~GBitmap() | GBitmap | [virtual] |