Home | History | Annotate | Download | only in ops

Lines Matching refs:oval

3023                                                       const SkRect& oval,
3027 SkScalar width = oval.width();
3028 if (width > SK_ScalarNearlyZero && SkScalarNearlyEqual(width, oval.height()) &&
3031 SkPoint center = {oval.centerX(), oval.centerY()};
3043 return MakeOvalOp(std::move(paint), viewMatrix, oval, strokeStyle, shaderCaps);
3067 return EllipseOp::Make(std::move(paint), viewMatrix, oval, style.strokeRec());
3072 return DIEllipseOp::Make(std::move(paint), viewMatrix, oval, style.strokeRec());
3081 const SkRect& oval, SkScalar startAngle,
3085 SkASSERT(!oval.isEmpty());
3087 SkScalar width = oval.width();
3091 if (!SkScalarNearlyEqual(width, oval.height()) || !circle_stays_circle(viewMatrix)) {
3094 SkPoint center = {oval.centerX(), oval.centerY()};