Home
last modified time | relevance | path

Searched refs:fRootBounds (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkRasterClipStack.h67 , fRootBounds(SkIRect::MakeWH(width, height)) in SkRasterClipStack()
70 rec.fRC.setRect(fRootBounds); in SkRasterClipStack()
76 fRootBounds.setXYWH(0, 0, w, h); in setNewSize()
81 rec.fRC.setRect(fRootBounds); in setNewSize()
102 this->writable_rc().op(rect, ctm, fRootBounds, (SkRegion::Op)op, aa); in clipRect()
108 this->writable_rc().op(rrect, ctm, fRootBounds, (SkRegion::Op)op, aa); in clipRRect()
114 this->writable_rc().op(path, ctm, fRootBounds, (SkRegion::Op)op, aa); in clipPath()
132 if (fRootBounds.isEmpty()) { in validate()
135 SkASSERT(fRootBounds.contains(clip.getBounds())); in validate()
152 SkIRect fRootBounds; variable
[all …]