Searched refs:fInitialRec (Results 1 – 6 of 6) sorted by relevance
18 fInitialRec.fNext = NULL; in SkTDStack()19 fRec = &fInitialRec; in SkTDStack()26 while (rec != &fInitialRec) { in ~SkTDStack()82 if (fRec != &fInitialRec) { in pop()105 Rec fInitialRec; variable
338 fInitialRec.fMatrix.reset(); in Sk3DView()339 fRec = &fInitialRec; in Sk3DView()344 while (rec != &fInitialRec) { in ~Sk3DView()359 SkASSERT(fRec != &fInitialRec); in restore()
171 Rec fInitialRec; variable