Home | History | Annotate | Download | only in core

Lines Matching refs:SkIRect

113 void SkBlitter::blitMask(const SkMask& mask, const SkIRect& clip) {
199 const SkIRect& cr = clipper.rect();
205 void SkBlitter::blitRectRegion(const SkIRect& rect, const SkRegion& clip) {
209 const SkIRect& cr = clipper.rect();
219 const SkIRect& cr = iter.rect();
236 void SkNullBlitter::blitMask(const SkMask& mask, const SkIRect& clip) {}
262 static inline bool y_in_rect(int y, const SkIRect& rect) {
266 static inline bool x_in_rect(int x, const SkIRect& rect) {
350 SkIRect r;
360 SkIRect r;
389 void SkRectClipBlitter::blitMask(const SkMask& mask, const SkIRect& clip) {
392 SkIRect r = clip;
420 SkDEBUGCODE(const SkIRect& bounds = fRgn->getBounds();)
455 SkIRect bounds;
461 const SkIRect& r = iter.rect();
470 SkIRect bounds;
476 const SkIRect& r = iter.rect();
487 SkIRect bounds;
493 const SkIRect& r = iter.rect();
522 void SkRgnClipBlitter::blitMask(const SkMask& mask, const SkIRect& clip) {
526 const SkIRect& r = iter.rect();
542 const SkIRect* ir) {
544 const SkIRect& clipR = clip->getBounds();
546 if (clip->isEmpty() || (ir && !SkIRect::Intersects(clipR, *ir))) {
734 virtual void blitMask(const SkMask& mask, const SkIRect& clip) {