Home
last modified time | relevance | path

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

/frameworks/ex/framesequence/jni/
DFrameSequence_gif.cpp39 static bool willBeCleared(const GraphicsControlBlock& gcb) { in willBeCleared() function
99 if (!willBeCleared(gcb)) { in FrameSequence_gif()
272 bool prevFrameDisposed = willBeCleared(prevGcb); in drawFrame()
304 bool willBeCleared = gcb.DisposalMode == DISPOSE_BACKGROUND in drawFrame() local
306 if (i == frameNr || !willBeCleared) { in drawFrame()
DFrameSequence_webp.cpp155 static bool willBeCleared(const WebPIterator& iter) { in willBeCleared() function
351 if (i == frameNr || !willBeCleared(currIter)) { in drawFrame()