Home | History | Annotate | Download | only in core

Lines Matching refs:fFront

36     fFront = fBack = NULL;
54 fFront = fBack = NULL;
99 if (NULL == fFront) {
101 fFront = fBack = begin;
104 fFront = begin;
141 SkASSERT(NULL == fFront);
142 fFront = fBack = end;
144 SkASSERT(NULL != fFront);
173 fFront = first->fBegin;
177 fFront = fBack = NULL;
180 fFront = first->fNext->fBegin;
211 fFront = fBack = NULL;