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

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

Completed in 38 milliseconds