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

/frameworks/base/core/jni/android/graphics/
H A DAutoDecodeCancel.cpp4 static AutoDecoderCancel* gAutoDecoderCancel; variable
19 fNext = gAutoDecoderCancel;
20 if (gAutoDecoderCancel) {
21 gAutoDecoderCancel->fPrev = this;
23 gAutoDecoderCancel = this;
42 SkASSERT(gAutoDecoderCancel == this);
43 gAutoDecoderCancel = next;
60 AutoDecoderCancel* pair = gAutoDecoderCancel;
77 SkASSERT(gAutoDecoderCancel == NULL);
81 AutoDecoderCancel* curr = gAutoDecoderCancel;
[all...]

Completed in 71 milliseconds