Home | History | Annotate | Download | only in core

Lines Matching refs:fState

23     State           fState;
29 fState = kRect_State;
37 fState = kPath_State;
42 if (fSaveCount != b.fSaveCount || fOp != b.fOp || fState != b.fState ||
46 switch (fState) {
66 if (kEmpty_State == fState && (
148 switch (rec->fState) {
153 rec->fState = Rec::kEmpty_State;
158 rec->fState = Rec::kEmpty_State;
171 switch (rec->fState) {
176 rec->fState = Rec::kEmpty_State;
182 rec->fState = Rec::kEmpty_State;
220 switch (rec->fState) {