Lines Matching defs:oval
1192 // If the rrect was an oval then its outset will also be one.
1367 const SkRect& oval,
1376 if (oval.isEmpty() && !style.pathEffect()) {
1381 this->drawRect(clip, std::move(paint), aa, viewMatrix, oval, &style);
1393 oval.width() > SK_ScalarNearlyZero &&
1394 oval.width() == oval.height() &&
1398 op = GrOvalOpFactory::MakeCircleOp(fContext, std::move(paint), viewMatrix, oval, style,
1405 // inside the oval's inner diamond). Given these optimizations, it's a clear win to draw
1409 SkRRect::MakeOval(oval), oval, GrAA(aaType != GrAAType::kNone));
1413 op = GrOvalOpFactory::MakeOvalOp(fContext, std::move(paint), viewMatrix, oval, style,
1423 GrStyledShape(SkRRect::MakeOval(oval), SkPathDirection::kCW, 2,
1431 const SkRect& oval,
1449 oval,
1462 GrStyledShape::MakeArc(oval, startAngle, sweepAngle, useCenter,