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

/external/chromium_org/third_party/skia/src/core/
H A DSkAAClip.cpp1665 SkIRect rStorage; local
1670 if (!rStorage.intersect(rOrig, fBounds)) {
1674 if (rStorage == fBounds) {
1678 if (this->quickContains(rStorage)) {
1680 return this->setRect(rStorage);
1682 r = &rStorage; // use the intersected bounds
1701 SkRect rStorage, boundsStorage; local
1708 if (!rStorage.intersect(rOrig, boundsStorage)) {
1715 r = &rStorage; // use the intersected bounds
/external/skia/src/core/
H A DSkAAClip.cpp1665 SkIRect rStorage; local
1670 if (!rStorage.intersect(rOrig, fBounds)) {
1674 if (rStorage == fBounds) {
1678 if (this->quickContains(rStorage)) {
1680 return this->setRect(rStorage);
1682 r = &rStorage; // use the intersected bounds
1701 SkRect rStorage, boundsStorage; local
1708 if (!rStorage.intersect(rOrig, boundsStorage)) {
1715 r = &rStorage; // use the intersected bounds

Completed in 67 milliseconds