Jimcpp 2.1.0
Jimcpp is a high-performance c++ graphics engine.
Loading...
Searching...
No Matches
jpp::video::IImage Member List

This is the complete list of members for jpp::video::IImage, including all inherited members.

Allocator (defined in jpp::video::IImage)jpp::video::IImageprotected
BytesPerPixel (defined in jpp::video::IImage)jpp::video::IImageprotected
checkDataSizeLimit(size_t dataSize)jpp::video::IImageinlinestatic
copyTo(IImage *target, const core::position2d< s32 > &pos=core::position2d< s32 >(0, 0))=0jpp::video::IImagepure virtual
copyTo(IImage *target, const core::position2d< s32 > &pos, const core::rect< s32 > &sourceRect, const core::rect< s32 > *clipRect=0)=0jpp::video::IImagepure virtual
copyToScaling(void *target, u32 width, u32 height, ECOLOR_FORMAT format=ECF_A8R8G8B8, u32 pitch=0)=0jpp::video::IImagepure virtual
copyToScaling(IImage *target)=0jpp::video::IImagepure virtual
copyToScalingBoxFilter(IImage *target, s32 bias=0, bool blend=false)=0jpp::video::IImagepure virtual
copyToWithAlpha(IImage *target, const core::position2d< s32 > &pos, const core::rect< s32 > &sourceRect, const SColor &color, const core::rect< s32 > *clipRect=0, bool combineAlpha=false)=0jpp::video::IImagepure virtual
Data (defined in jpp::video::IImage)jpp::video::IImageprotected
DeleteMemory (defined in jpp::video::IImage)jpp::video::IImageprotected
DeleteMipMapsMemory (defined in jpp::video::IImage)jpp::video::IImageprotected
drop() constjpp::IReferenceCountedinline
fill(const SColor &color)=0jpp::video::IImagepure virtual
flip(bool topBottom, bool leftRight)=0jpp::video::IImagepure virtual
Format (defined in jpp::video::IImage)jpp::video::IImageprotected
getAlphaMask() constjpp::video::IImageinline
getBitsPerPixel() constjpp::video::IImageinline
getBitsPerPixelFromFormat(const ECOLOR_FORMAT format)jpp::video::IImageinlinestatic
getBlueMask() constjpp::video::IImageinline
getBytesPerPixel() constjpp::video::IImageinline
getColorFormat() constjpp::video::IImageinline
getData() constjpp::video::IImageinline
getDataSizeFromFormat(ECOLOR_FORMAT format, u32 width, u32 height)jpp::video::IImageinlinestatic
getDebugName() constjpp::IReferenceCountedinline
getDimension() constjpp::video::IImageinline
getGreenMask() constjpp::video::IImageinline
getImageDataSizeInBytes() constjpp::video::IImageinline
getImageDataSizeInPixels() constjpp::video::IImageinline
getMipMapsData(jpp::u32 mipLevel=1) constjpp::video::IImageinline
getMipMapsSize(u32 mipmapLevel) constjpp::video::IImageinline
getMipMapsSize(const core::dimension2du &sizeLevel0, u32 mipmapLevel)jpp::video::IImageinlinestatic
getPitch() constjpp::video::IImageinline
getPixel(u32 x, u32 y) const =0jpp::video::IImagepure virtual
getRedMask() constjpp::video::IImageinline
getReferenceCount() constjpp::IReferenceCountedinline
grab() constjpp::IReferenceCountedinline
hasMipMaps() constjpp::video::IImageinline
IImage(ECOLOR_FORMAT format, const core::dimension2d< u32 > &size, bool deleteMemory)jpp::video::IImageinline
IReferenceCounted()jpp::IReferenceCountedinline
isCompressed() constjpp::video::IImageinline
isCompressedFormat(const ECOLOR_FORMAT format)jpp::video::IImageinlinestatic
isDepthFormat(const ECOLOR_FORMAT format)jpp::video::IImageinlinestatic
isFloatingPointFormat(const ECOLOR_FORMAT format)jpp::video::IImageinlinestatic
lock()jpp::video::IImageinline
MipMapsData (defined in jpp::video::IImage)jpp::video::IImageprotected
Pitch (defined in jpp::video::IImage)jpp::video::IImageprotected
setDebugName(const c8 *newName)jpp::IReferenceCountedinlineprotected
setMipMapsData(void *data, bool ownForeignMemory, bool deleteMemory)jpp::video::IImageinline
setPixel(u32 x, u32 y, const SColor &color, bool blend=false)=0jpp::video::IImagepure virtual
Size (defined in jpp::video::IImage)jpp::video::IImageprotected
unlock()jpp::video::IImageinline
~IImage()jpp::video::IImageinlinevirtual
~IReferenceCounted()jpp::IReferenceCountedinlinevirtual

Jimcpp    @cppfx.xyz