HomeSort by relevance Sort by last modified time
    Searched defs:GIFImageDecoder (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/image-decoders/gif/
GIFImageDecoder.h 37 class GIFImageDecoder : public ImageDecoder {
39 GIFImageDecoder(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
40 virtual ~GIFImageDecoder();
GIFImageDecoder.cpp 27 #include "GIFImageDecoder.h"
32 GIFImageDecoder::GIFImageDecoder(ImageSource::AlphaOption alphaOption,
41 GIFImageDecoder::~GIFImageDecoder()
45 void GIFImageDecoder::setData(SharedBuffer* data, bool allDataReceived)
56 bool GIFImageDecoder::isSizeAvailable()
64 bool GIFImageDecoder::setSize(unsigned width, unsigned height)
76 size_t GIFImageDecoder::frameCount()
95 int GIFImageDecoder::repetitionCount() cons
    [all...]

Completed in 295 milliseconds