Searched refs:cLoopCountNotSeen (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/image-decoders/gif/
H A DGIFImageReader.h54 const int cLoopCountNotSeen = -2; variable
241 , m_loopCount(cLoopCountNotSeen)
H A DGIFImageDecoder.cpp88 // seen a loop count yet, it will return cLoopCountNotSeen, in which case we
96 // new reader will once again return cLoopCountNotSeen, and we won't
110 else if (m_reader && m_reader->loopCount() != cLoopCountNotSeen)

Completed in 72 milliseconds