Home | History | Annotate | Download | only in core

Lines Matching refs:clipR

917         const SkRectCompareType& clipR = this->getLocalClipBoundsCompareType(et);
922 if (userT >= clipR.fBottom || userB <= clipR.fTop) {
927 if (userL >= clipR.fRight || userR <= clipR.fLeft) {
958 const SkRectCompareType& clipR = this->getLocalClipBoundsCompareType();
959 return userT >= clipR.fBottom || userB <= clipR.fTop;