Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libgifcodec/
DSkLibGifCodec.h121 Result decodeFrame(bool firstAttempt, const Options& opts, int* rowsDecoded);
DSkLibGifCodec.cpp327 SkCodec::Result SkLibGifCodec::decodeFrame(bool firstAttempt, const Options& opts, int* rowsDecoded… in decodeFrame() argument
334 if (firstAttempt) { in decodeFrame()