HomeSort by relevance Sort by last modified time
    Searched defs:GIFImageDecoder (Results 1 - 4 of 4) 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...]
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 363 DEFINE_DECODER_CREATOR(GIFImageDecoder);
  /external/skia/include/images/
SkImageDecoder.h 455 DECLARE_DECODER_CREATOR(GIFImageDecoder);

Completed in 1989 milliseconds