Home | History | Annotate | Download | only in gpu

Lines Matching refs:oval

1013         // If the rrect was an oval then its outset will also be one.
1296 const SkRect& oval,
1303 if (oval.isEmpty() && !style.pathEffect()) {
1312 if (auto op = GrOvalOpFactory::MakeOvalOp(std::move(paint), viewMatrix, oval, style,
1321 GrShape(SkRRect::MakeOval(oval), SkPath::kCW_Direction, 2, false, style));
1328 const SkRect& oval,
1345 oval,
1358 GrShape::MakeArc(oval, startAngle, sweepAngle, useCenter, style));