Scaleform::Render::ImageBase Scaleform::Render::Image Scaleform::Render::SubImage
class SubImage : public Image;
SubImage is an implementation of Image that references a sub-rectangle of an original image. Objects of this class are created by Image::CreateSubImage to support image packing.
Method |
Description |
Returns the format (ImageFormat) of this image. | |
Returns the current object as a Render::Image pointer. | |
Decodes image into the destination ImageData, potentially converting data a scan-line at a time. | |
Returns the image type (ImageType) for this image. | |
Returns the base image that is referenced by SubImage object which uses the sub-rectangle of the base image. | |
Obtains the logical dimensions of the images. | |
Retrieves the inverse image matrix used with an image for adjusting its size and/or location. | |
Obtains the texture pointer from the data, intended for use with a given renderer. | |
Obtains the number of mipmaps of the texture in the image. | |
SubImage constructor. | |
Called to indicate texture contents are lost and releases the texture references held by the images. | |
Returns the use flag set for the image. | |
Maps texture contents to user memory and causes the specified mipmap level of the texture to be accessible in system memory. | |
Ends access to texture memory (from Map). | |
Obtains a sub-rectangle of texture or entire texture to use within an image. |
Render_Image.h