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

/frameworks/ex/framesequence/jni/
H A DFrameSequence_gif.cpp39 static bool willBeCleared(const GraphicsControlBlock& gcb) { function
99 if (!willBeCleared(gcb)) {
270 bool prevFrameDisposed = willBeCleared(prevGcb);
302 bool willBeCleared = gcb.DisposalMode == DISPOSE_BACKGROUND local
304 if (i == frameNr || !willBeCleared) {
H A DFrameSequence_webp.cpp143 static bool willBeCleared(const WebPIterator& iter) { function
339 if (i == frameNr || !willBeCleared(currIter)) {

Completed in 886 milliseconds