Home | History | Annotate | Download | only in core

Lines Matching defs:inset

230      *  Call inset on the bounds, and adjust the radii to reflect what happens
232 * otherwise we grow/shrink the radii by the amount of the inset. If a
235 * If the inset amount is larger than the width/height then the rrect collapses to
238 * If the inset is sufficiently negative to cause the bounds to become infinite then
243 void inset(SkScalar dx, SkScalar dy, SkRRect* dst) const;
245 void inset(SkScalar dx, SkScalar dy) {
246 this->inset(dx, dy, this);
252 * otherwise we grow/shrink the radii by the amount of the inset. If a
258 this->inset(-dx, -dy, dst);
261 this->inset(-dx, -dy, this);