ImageScanlineBuffer

ImageScanlineBuffer
Scaleform::Render::ImageScanlineBufferImpl
    Scaleform::Render::ImageScanlineBuffer
Declaration
template <int SZ>
class ImageScanlineBuffer : public ImageScanlineBufferImpl;
Description

ImageScanlineBuffer is a memory buffer used for storing Image scanlines read from a file and converting them to a desired format. It is intended to be allocated on stack, reserving a predefined amount of space and dynamically allocate more if necessary. ImageScanlineBuffer is used by Image::Decode implementations.

Methods
Method 
Description 
ImageScanlineBuffer constructor. 
File

Render_ImageFileUtil.h