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

/frameworks/base/core/jni/android/graphics/
H A DAutoDecodeCancel.cpp18 fPrev = NULL;
21 gAutoDecoderCancel->fPrev = this;
35 AutoDecoderCancel* prev = fPrev;
46 SkASSERT(next->fPrev == this);
47 next->fPrev = prev;
83 SkASSERT(curr->fPrev == NULL);
89 if (curr->fPrev) {
90 SkASSERT(curr->fPrev->fNext == curr);
93 SkASSERT(curr->fNext->fPrev == curr);
H A DAutoDecodeCancel.h16 AutoDecoderCancel* fPrev; member in class:AutoDecoderCancel

Completed in 767 milliseconds