OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:willBeCleared
(Results
1 - 2
of
2
) sorted by null
/frameworks/ex/framesequence/jni/
FrameSequence_gif.cpp
39
static bool
willBeCleared
(const GraphicsControlBlock& gcb) {
99
if (!
willBeCleared
(gcb)) {
270
bool prevFrameDisposed =
willBeCleared
(prevGcb);
302
bool
willBeCleared
= gcb.DisposalMode == DISPOSE_BACKGROUND
304
if (i == frameNr || !
willBeCleared
) {
FrameSequence_webp.cpp
155
static bool
willBeCleared
(const WebPIterator& iter) {
351
if (i == frameNr || !
willBeCleared
(currIter)) {
Completed in 46 milliseconds