Searched refs:rStorage (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkAAClip.cpp1733 SkIRect rStorage; local
1738 if (!rStorage.intersect(rOrig, fBounds)) {
1742 if (rStorage == fBounds) {
1746 if (this->quickContains(rStorage)) {
1748 return this->setRect(rStorage);
1750 r = &rStorage; // use the intersected bounds
1769 SkRect rStorage, boundsStorage; local
1776 if (!rStorage.intersect(rOrig, boundsStorage)) {
1783 r = &rStorage; // use the intersected bounds

Completed in 44 milliseconds