#include <SkImageDecoder.h>
Inherits SkRefCnt.
Public Member Functions | |
virtual void | begin (int count) |
virtual void | inspect (int index, SkBitmap::Config config, int width, int height) |
virtual int | choose ()=0 |
Definition at line 80 of file SkImageDecoder.h.
virtual void SkImageDecoder::Chooser::begin | ( | int | count | ) | [inline, virtual] |
Definition at line 82 of file SkImageDecoder.h.
virtual int SkImageDecoder::Chooser::choose | ( | ) | [pure virtual] |
Return the index of the subimage you want, or -1 to choose none of them.
virtual void SkImageDecoder::Chooser::inspect | ( | int | index, | |
SkBitmap::Config | config, | |||
int | width, | |||
int | height | |||
) | [inline, virtual] |
Definition at line 83 of file SkImageDecoder.h.