Home | History | Annotate | Download | only in core

Lines Matching refs:orig

610         The returned SkRect will either be orig or storage, thus the caller
612 use the returned value. It is legal for orig and storage to be the same
623 @param orig geometry modified by SkPaint when drawn
627 const SkRect& computeFastBounds(const SkRect& orig, SkRect* storage) const {
629 SkASSERT(orig.isSorted());
638 return orig;
642 return this->doComputeFastBounds(orig, storage, style);
647 @param orig geometry modified by SkPaint when drawn
651 const SkRect& computeFastStrokeBounds(const SkRect& orig,
653 return this->doComputeFastBounds(orig, storage, kStroke_Style);
658 account for additional width required by stroking orig, without
661 @param orig geometry modified by SkPaint when drawn
666 const SkRect& doComputeFastBounds(const SkRect& orig, SkRect* storage,