OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GIFSizeQuery
(Results
1 - 3
of
3
) sorted by null
/external/webkit/WebCore/platform/image-decoders/gif/
GIFImageDecoder.h
63
enum GIFQuery { GIFFullQuery,
GIFSizeQuery
, GIFFrameCountQuery };
GIFImageDecoder.cpp
64
decode(
GIFSizeQuery
, 0);
GIFImageReader.cpp
763
if (query == GIFImageDecoder::
GIFSizeQuery
|| haltAtFrame == images_decoded) {
Completed in 669 milliseconds