Lines Matching refs:corner
55 SkVector radii(Corner corner) const;
79 SkRRect describes a rounded rectangle with a bounds and a pair of radii for each corner.
88 If either axis radii is zero or less: radii are stored as zero; corner is square.
89 If corner curves overlap, radii are proportionally reduced to fit within bounds.
95 #Line # creates with zeroed bounds and corner radii ##
117 #Line # copies bounds and corner radii ##
140 #Line # copies bounds and corner radii ##
216 The centers of the corner ellipses form an axis-aligned rectangle
348 #Line # returns true if not empty, and one radius at each corner is zero ##
539 #Line # returns corner radii for simple types ##
549 SkVector corner = rrect.getSimpleRadii();
550 std::string label = "corner: " + std::to_string(corner.fX).substr(0, 3) + ", " +
551 std::to_string(corner.fY).substr(0, 3);
569 #Line # zeroes width, height, and corner radii ##
614 #Line # creates with zeroed bounds and corner radii ##
640 #Line # copies bounds and zeroes corner radii ##
811 #Line # corner radii order ##
825 #Line # index of top-left corner radii ##
828 #Line # index of top-right corner radii ##
831 #Line # index of bottom-right corner radii ##
834 #Line # index of bottom-left corner radii ##
888 #Method SkVector radii(Corner corner) const
890 #Line # returns x-axis and y-axis radii for one corner ##
897 Small scaled values are halved to scale in proportion to the y-axis corner
902 SkDebugf("left corner: (%g) %g\n", radiusX, rrect1.radii(SkRRect::kUpperLeft_Corner).fX);
905 left corner: (nan) 0
906 left corner: (inf) 0
907 left corner: (100) 25
908 left corner: (50) 25
909 left corner: (25) 12.5