Home | History | Annotate | Download | only in core

Lines Matching refs:rr

23 //      add heart rect computation (max rect inside RR)
58 * Enum to capture the various possible subtypes of RR. Accessed
62 // !< The RR has zero width and/or zero height. All radii are zero.
65 //!< The RR is actually a (non-empty) rect (i.e., at least one radius
69 //!< The RR is actually a (non-empty) oval (i.e., all x radii are equal
73 //!< The RR is non-empty and all the x radii are equal & all y radii
78 //!< The RR is non-empty and the two left x radii are equal, the two top
80 //!< neither an rect, oval, nor a simple RR. It is called "nine patch"
82 //!< rect with edges that divide the RR into an 9 rectangular patches:
86 //!< A fully general (non-empty) RR. Some of the x and/or y radii are
95 * Returns the RR's sub type.
130 * Set this RR to match the supplied rect. All radii will be 0.
147 SkRRect rr;
148 rr.setRect(r);
149 return rr;
153 SkRRect rr;
154 rr.setOval(oval);
155 return rr;
159 SkRRect rr;
160 rr.setRectXY(rect, xRad, yRad);
161 return rr;
165 * Set this RR to match the supplied oval. All x radii will equal half the
185 * Initialize the RR with the same radii for all four corners.
190 * Initialize the rr with one radius per-side.
196 * Initialize the RR with potentially different radii for all four corners.
276 * Returns true if 'rect' is wholy inside the RR, and both