Home | History | Annotate | Download | only in core

Lines Matching refs:boundsStorage

1769     SkRect        rStorage, boundsStorage;
1772 boundsStorage.set(fBounds);
1776 if (!rStorage.intersect(rOrig, boundsStorage)) {
1786 if (rOrig.contains(boundsStorage)) {