Home | History | Annotate | Download | only in core

Lines Matching full:bottomrad

53                            SkScalar rightRad, SkScalar bottomRad) {
62 const SkScalar array[4] = { leftRad, topRad, rightRad, bottomRad };
71 bottomRad = SkMaxScalar(bottomRad, 0);
77 if (topRad + bottomRad > fRect.height()) {
78 scale = SkMinScalar(scale, fRect.height() / (topRad + bottomRad));
85 bottomRad = SkScalarMul(bottomRad, scale);
88 if (leftRad == rightRad && topRad == bottomRad) {
98 bottomRad = 0;
108 fRadii[kLowerRight_Corner].set(rightRad, bottomRad);
109 fRadii[kLowerLeft_Corner].set(leftRad, bottomRad);