Searched refs:fInitialRec (Results 1 – 4 of 4) 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
37 fInitialRec.fNext = NULL; in SkTDStackNester()38 fRec = &fInitialRec; in SkTDStackNester()44 while (rec != &fInitialRec) { in ~SkTDStackNester()172 if (fRec != &fInitialRec) { in pop()196 Rec fInitialRec; variable
286 fInitialRec.fMatrix.reset(); in Sk3DView()287 fRec = &fInitialRec; in Sk3DView()292 while (rec != &fInitialRec) { in ~Sk3DView()307 SkASSERT(fRec != &fInitialRec); in restore()
149 Rec fInitialRec; variable