Home | History | Annotate | Download | only in core

Lines Matching refs:boundsStorage

1701     SkRect        rStorage, boundsStorage;
1704 boundsStorage.set(fBounds);
1708 if (!rStorage.intersect(rOrig, boundsStorage)) {
1718 if (rOrig.contains(boundsStorage)) {