Home | History | Annotate | Download | only in core

Lines Matching refs:corner

38     radii for each corner. It does not have a constructor so must be
44 If either of a corner's radii are 0 the corner will be square.
46 If the corner curves overlap they will be proportionally reduced to fit.
62 //!< at each corner is zero)
77 //!< because the centers of the corner ellipses form an axis aligned
79 //!< an interior patch, four edge patches, and four corner patches.
83 //!< different from the others and there must be one corner where
184 enum Corner {
192 const SkVector& radii(Corner corner) const { return fRadii[corner]; }
218 * in stroking: If the corner is sharp (no curvature), leave it alone,
232 * in stroking: If the corner is sharp (no curvature), leave it alone,
305 // Radii order is UL, UR, LR, LL. Use Corner enum to index into fRadii[]