Home | History | Annotate | Download | only in gpu

Lines Matching defs:kEmpty

41     GrShape() { this->initType(Type::kEmpty); }
125 ~GrShape() { this->changeType(Type::kEmpty); }
198 case Type::kEmpty:
245 bool isEmpty() const { return Type::kEmpty == fType || Type::kInvertedEmpty == fType; }
266 case Type::kEmpty:
293 case Type::kEmpty:
337 case Type::kEmpty:
356 case Type::kEmpty:
414 kEmpty,
423 fType = Type::kEmpty;