Home | History | Annotate | Download | only in core

Lines Matching refs:clipR

1700         const SkRect& clipR = this->getLocalClipBounds();
1704 if (rect.fTop >= clipR.fBottom || rect.fBottom <= clipR.fTop) {
1707 if (rect.fLeft >= clipR.fRight || rect.fRight <= clipR.fLeft) {