Home | History | Annotate | Download | only in core

Lines Matching defs:radii

905 void SkPath::addRoundRect(const SkRect& rect, const SkScalar radii[],
908 rrect.setRectRadii(rect, (const SkVector*) radii);
967 const SkVector& radii = rrect.radii(corner);
968 SkScalar rx = radii.fX;
969 SkScalar ry = radii.fY;
1108 "I got %f and %f as radii to SkPath::AddRoundRect, "
1109 "but negative radii are not allowed.",
1237 To handle imprecision in computing the center and radii, we revert to