Lines Matching refs:reset
74 ~GrShape() { this->reset(); }
152 // These also reset any extracted direction, start, and inverted state from a prior simplified
155 this->reset(Type::kPoint);
159 this->reset(Type::kRect);
163 this->reset(Type::kRRect);
167 this->reset(Type::kArc);
171 this->reset(Type::kLine);
183 // Must also set these since we didn't call reset() like other setX functions.
187 void reset() {
188 this->reset(Type::kEmpty);
243 void reset(Type type) {