Home
last modified time | relevance | path

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

/frameworks/ex/framesequence/jni/
DFrameSequence_gif.cpp48 static bool willBeCleared(const GraphicsControlBlock& gcb) { in willBeCleared() function
108 if (!willBeCleared(gcb)) { in FrameSequence_gif()
279 bool prevFrameDisposed = willBeCleared(prevGcb); in drawFrame()
311 bool willBeCleared = gcb.DisposalMode == DISPOSE_BACKGROUND in drawFrame() local
313 if (i == frameNr || !willBeCleared) { in drawFrame()
DFrameSequence_webp.cpp143 static bool willBeCleared(const WebPIterator& iter) { in willBeCleared() function
339 if (i == frameNr || !willBeCleared(currIter)) { in drawFrame()