HomeSort by relevance Sort by last modified time
    Searched refs:GIFFrameCountQuery (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/platform/image-decoders/gif/
GIFImageDecoder.h 63 enum GIFQuery { GIFFullQuery, GIFSizeQuery, GIFFrameCountQuery };
GIFImageReader.cpp 533 if (query != GIFImageDecoder::GIFFrameCountQuery)
641 if (query != GIFImageDecoder::GIFFrameCountQuery) {
GIFImageDecoder.cpp 84 reader.read((const unsigned char*)m_data->data(), m_data->size(), GIFFrameCountQuery, static_cast<unsigned>(-1));

Completed in 1121 milliseconds