Lines Matching refs:corners
80 The bounds and radii can be set so that SkRRect describes: a rectangle with sharp corners;
81 a Circle; an Oval; or a rectangle with one or more rounded corners.
83 SkRRect allows implementing CSS properties that describe rounded corners.
85 corners.
218 interior rectangle, four edges, and four corners.
593 #Line # sets Round_Rect bounds with zeroed corners ##
794 SkVector corners[] = {{15, 17}, {17, 19}, {19, 15}, {15, 15}};
795 rrect.setRectRadii({20, 20, 100, 100}, corners);
842 SkVector corners[] = {{25, 17}, {17, 19}, {19, 15}, {15, 15}};
843 rrect.setRectRadii({30, 10, 100, 60}, corners);
1289 const SkPoint corners[] = {
1299 const SkPoint corners[] = {
1323 const SkPoint corners[] = {
1330 copy.setRectRadii(bounds, corners);
1334 const SkPoint corners[] = {
1362 const SkPoint corners[] = {
1369 copy.setRectRadii(bounds, corners);
1376 const SkPoint corners[] = {