Home | History | Annotate | Download | only in core

Lines Matching refs:SkIRect

40 static inline bool x_in_rect(int x, const SkIRect& rect) {
45 static inline bool y_in_rect(int y, const SkIRect& rect) {
96 static RunHead* AllocRect(const SkIRect& bounds) {
665 bool SkAAClip::setRect(const SkIRect& bounds) {
732 const SkIRect& bounds = rgn.getBounds();
748 const SkIRect& r = iter.rect();
879 SkIRect fBounds;
892 Builder(const SkIRect& bounds) : fBounds(bounds) {
908 const SkIRect& getBounds() const { return fBounds; }
1229 virtual void blitMask(const SkMask&, const SkIRect& clip) SK_OVERRIDE
1312 SkIRect ibounds;
1345 const uint8_t* rowA, const SkIRect& rectA,
1346 const uint8_t* rowB, const SkIRect& rectB);
1388 RowIter(const uint8_t* row, const SkIRect& bounds) {
1460 AlphaProc proc, const SkIRect& bounds) {
1530 const SkIRect& bounds = builder.getBounds();
1613 SkIRect bounds;
1619 if (b_empty || !SkIRect::Intersects(clipA->fBounds, clipB->fBounds)) {
1649 SkASSERT(SkIRect::Intersects(bounds, clipB->fBounds));
1650 SkASSERT(SkIRect::Intersects(bounds, clipB->fBounds));
1664 bool SkAAClip::op(const SkIRect& rOrig, SkRegion::Op op) {
1665 SkIRect rStorage;
1666 const SkIRect* r = &rOrig;
2104 void SkAAClipBlitter::blitMask(const SkMask& origMask, const SkIRect& clip) {