Home
last modified time | relevance | path

Searched refs:lastFrameToParse (Results 1 – 2 of 2) sorted by relevance

/external/skia/third_party/gif/
DSkGifImageReader.cpp442 const int lastFrameToParse = (int) query; in parse() local
443 if (lastFrameToParse >= 0 && m_frames.count() > lastFrameToParse in parse()
444 && m_frames[lastFrameToParse]->isComplete()) { in parse()
834 if (lastFrameToParse >= 0 && m_frames.count() > lastFrameToParse) { in parse()
/external/skqp/third_party/gif/
DSkGifImageReader.cpp442 const int lastFrameToParse = (int) query; in parse() local
443 if (lastFrameToParse >= 0 && m_frames.count() > lastFrameToParse in parse()
444 && m_frames[lastFrameToParse]->isComplete()) { in parse()
834 if (lastFrameToParse >= 0 && m_frames.count() > lastFrameToParse) { in parse()