Home | History | Annotate | Download | only in core

Lines Matching refs:orig

445         The returned rect will either be orig or storage, thus the caller
447 use the retured value. It is legal for orig and storage to be the same
460 const SkRect& computeFastBounds(const SkRect& orig, SkRect* storage) const {
461 return this->getStyle() == kFill_Style ? orig :
462 this->computeStrokeFastBounds(orig, storage);
847 const SkRect& computeStrokeFastBounds(const SkRect& orig,