Lines Matching defs:orig
635 The returned SkRect will either be orig or storage, thus the caller
637 use the returned value. It is legal for orig and storage to be the same
648 @param orig geometry modified by SkPaint when drawn
652 const SkRect& computeFastBounds(const SkRect& orig, SkRect* storage) const {
654 SkASSERT(orig.isSorted());
663 return orig;
667 return this->doComputeFastBounds(orig, storage, style);
672 @param orig geometry modified by SkPaint when drawn
676 const SkRect& computeFastStrokeBounds(const SkRect& orig,
678 return this->doComputeFastBounds(orig, storage, kStroke_Style);
683 account for additional width required by stroking orig, without
686 @param orig geometry modified by SkPaint when drawn
691 const SkRect& doComputeFastBounds(const SkRect& orig, SkRect* storage,