Lines Matching refs:fPrev
13 Block* fPrev; member
22 fNext = fPrev = nullptr; in init()
90 fFrontBlock->fPrev = first; in push_front()
129 last->fPrev = fBackBlock; in push_back()
161 first->fPrev = nullptr; in pop_front()
193 last = last->fPrev; in pop_back()
209 if (nullptr == last->fPrev) { in pop_back()
212 SkASSERT(last->fPrev->fEnd); in pop_back()
213 fBack = last->fPrev->fEnd - fElemSize; in pop_back()
275 fCurBlock = fCurBlock->fPrev; in prev()
303 fCurBlock = fCurBlock->fPrev; in reset()