Lines Matching refs:fPrev
14 Block* fPrev; member
23 fNext = fPrev = nullptr; in init()
91 fFrontBlock->fPrev = first; in push_front()
130 last->fPrev = fBackBlock; in push_back()
161 first->fPrev = nullptr; in pop_front()
194 last = last->fPrev; in pop_back()
210 if (nullptr == last->fPrev) { in pop_back()
213 SkASSERT(last->fPrev->fEnd); in pop_back()
214 fBack = last->fPrev->fEnd - fElemSize; in pop_back()
276 fCurBlock = fCurBlock->fPrev; in prev()
304 fCurBlock = fCurBlock->fPrev; in reset()