Home
last modified time | relevance | path

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

/third_party/skia/src/codec/
H A DSkWuffsCodec.cpp238 // fIncrDecOnePass that calculates when we can do so).
273 bool fIncrDecOnePass; member in final
369 fIncrDecOnePass(false),
461 fIncrDecOnePass = (pixelFormat != WUFFS_BASE__PIXEL_FORMAT__INVALID) && in onStartIncrementalDecode()
468 result = fIncrDecOnePass ? this->onStartIncrementalDecodeOnePass( in onStartIncrementalDecode()
583 fIncrDecOnePass ? this->onIncrementalDecodeOnePass() : this->onIncrementalDecodeTwoPass(); in onIncrementalDecode()
588 fIncrDecOnePass = false; in onIncrementalDecode()

Completed in 3 milliseconds