Lines Matching refs:fBuilder
100 : fBuilder(builder) in AutoScope()
102 , fPrevScope(fBuilder->fCurrentAnimatorScope) { in AutoScope()
103 fBuilder->fCurrentAnimatorScope = &fCurrentScope; in AutoScope()
107 fBuilder->fCurrentAnimatorScope = fPrevScope; in release()
108 SkDEBUGCODE(fBuilder = nullptr); in release()
113 ~AutoScope() { SkASSERT(!fBuilder); } in ~AutoScope()
116 const AnimationBuilder* fBuilder;
144 : fBuilder(builder) in AutoPropertyTracker()
146 if (fBuilder->fPropertyObserver) { in AutoPropertyTracker()
152 if (fBuilder->fPropertyObserver) { in ~AutoPropertyTracker()
153 fBuilder->fPropertyObserverContext = fPrevContext; in ~AutoPropertyTracker()
159 const AnimationBuilder* fBuilder; variable