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

/external/skia/src/codec/
H A DSkCodec.cpp136 , fNeedsRewind(false)
151 , fNeedsRewind(false)
189 // Store the value of fNeedsRewind so we can update it. Next read will
191 const bool needsRewind = fNeedsRewind;
192 fNeedsRewind = true;
456 // kUnimplemented. rewindIfNeeded(), above, set fNeedsRewind to true
459 fNeedsRewind = false;
/external/skqp/src/codec/
H A DSkCodec.cpp136 , fNeedsRewind(false)
151 , fNeedsRewind(false)
189 // Store the value of fNeedsRewind so we can update it. Next read will
191 const bool needsRewind = fNeedsRewind;
192 fNeedsRewind = true;
456 // kUnimplemented. rewindIfNeeded(), above, set fNeedsRewind to true
459 fNeedsRewind = false;
/external/skia/include/codec/
H A DSkCodec.h836 bool fNeedsRewind; member in class:SkCodec
/external/skqp/include/codec/
H A DSkCodec.h836 bool fNeedsRewind; member in class:SkCodec

Completed in 75 milliseconds