Searched refs:fInitialRec (Results 1 – 3 of 3) sorted by relevance
26 fInitialRec.fNext = NULL; in SkTDStack()27 fRec = &fInitialRec; in SkTDStack()34 while (rec != &fInitialRec) in ~SkTDStack()92 if (fRec != &fInitialRec) in pop()116 Rec fInitialRec; variable
373 fInitialRec.fMatrix.reset(); in Sk3DView()374 fRec = &fInitialRec; in Sk3DView()380 while (rec != &fInitialRec) { in ~Sk3DView()397 SkASSERT(fRec != &fInitialRec); in restore()
171 Rec fInitialRec; variable