HomeSort by relevance Sort by last modified time
    Searched defs:fPrev (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/jni/android/graphics/
AutoDecodeCancel.h 16 AutoDecoderCancel* fPrev;
  /external/skia/include/images/
SkImageRef.h 107 SkImageRef* fPrev, *fNext;
  /external/skia/src/core/
SkEdge.h 31 SkEdge* fPrev;
62 SkASSERT(fPrev && fNext);
63 SkASSERT(fPrev->fNext == this);
64 SkASSERT(fNext->fPrev == this);
SkDeque.cpp 24 Head* fPrev;
33 fNext = fPrev = NULL;
93 back = back->fPrev;
128 fFront->fPrev = first;
163 last->fPrev = fBack;
184 first->fPrev = NULL;
209 last = last->fPrev;
SkGlyphCache.h 170 if (fPrev) {
171 fPrev->fNext = fNext;
176 fNext->fPrev = fPrev;
178 fPrev = fNext = NULL;
182 SkASSERT(NULL == fPrev && NULL == fNext);
184 (*head)->fPrev = this;
190 SkGlyphCache* fNext, *fPrev;
  /external/skia/src/gl/
SkTextureCache.h 116 Entry* fPrev;
  /external/skia/include/views/
SkView.h 138 SkPoint fOrig, fPrev, fCurr;
  /frameworks/base/core/java/android/widget/
FastScroller.java 359 float fPrev = (float) prevSection / nSections;
361 if (prevSection == exactSection && position - fPrev < fThreshold) {
364 index = prevIndex + (int) ((nextIndex - prevIndex) * (position - fPrev)
365 / (fNext - fPrev));

Completed in 155 milliseconds