Home | History | Annotate | Download | only in core

Lines Matching refs:State

67 SkMiniRecorder::SkMiniRecorder() : fState(State::kEmpty) {}
69 if (fState != State::kEmpty) {
70 // We have internal state pending.
74 SkASSERT(fState == State::kEmpty);
78 if (fState != State::kEmpty) { return false; } \
79 fState = State::k##Type; \
99 case State::k##Type: \
100 fState = State::kEmpty; \
107 case State::kEmpty:
121 case State::k##Type: { \
122 fState = State::kEmpty; \
129 case State::kEmpty: return;