Lines Matching refs:GrShape
120 bool shape_contains_rect(const GrShape& a, const SkMatrix& aToDevice, const SkMatrix& deviceToA,
299 GrShape inverted(e.fShape);
438 ClipStack::RawElement::RawElement(const SkMatrix& localToDevice, const GrShape& shape,
715 case GrShape::Type::kEmpty:
718 case GrShape::Type::kRect:
722 case GrShape::Type::kRRect:
726 case GrShape::Type::kArc:
727 case GrShape::Type::kLine:
728 case GrShape::Type::kPoint:
733 case GrShape::Type::kPath: