Home | History | Annotate | Download | only in include

Lines Matching refs:DrState

155     struct DrState {
156 DrState() {
158 // all DrState members should default to something
160 memset(this, 0, sizeof(DrState));
191 bool operator ==(const DrState& s) const {
192 return 0 == memcmp(this, &s, sizeof(DrState));
194 bool operator !=(const DrState& s) const { return !(*this == s); }
481 DrState fState;
1124 const DrState& state) {
1134 static DrState& accessSavedDrawState(SavedDrawState& sds)
1136 static const DrState& accessSavedDrawState(const SavedDrawState& sds)
1189 DrState fCurrDrawState;