Home
last modified time | relevance | path

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

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