Searched refs:clipR (Results 1 – 3 of 3) sorted by relevance
903 const SkRectCompareType& clipR = this->getLocalClipBoundsCompareType(); in quickReject() local908 if (userT >= clipR.fBottom || userB <= clipR.fTop) { in quickReject()913 if (userL >= clipR.fRight || userR <= clipR.fLeft) { in quickReject()944 const SkRectCompareType& clipR = this->getLocalClipBoundsCompareType(); in quickRejectY() local945 return userT >= clipR.fBottom || userB <= clipR.fTop; in quickRejectY()
247 const SkIRect* clipR = NULL; in hair_path() local261 clipR = &clip->getBounds(); in hair_path()
509 const SkIRect& clipR = clip->getBounds(); in apply() local511 if (clip->isEmpty() || (ir && !SkIRect::Intersects(clipR, *ir))) in apply()515 if (ir == NULL || !clipR.contains(*ir)) in apply()517 fRectBlitter.init(blitter, clipR); in apply()