Searched refs:fRootBounds (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkRasterClipStack.h | 68 , fRootBounds(SkIRect::MakeWH(width, height)) in SkRasterClipStack() 71 rec.fRC.setRect(fRootBounds); in SkRasterClipStack() 77 fRootBounds.setXYWH(0, 0, w, h); in setNewSize() 82 rec.fRC.setRect(fRootBounds); in setNewSize() 103 this->writable_rc().op(rect, ctm, fRootBounds, (SkRegion::Op)op, aa); in clipRect() 109 this->writable_rc().op(rrect, ctm, fRootBounds, (SkRegion::Op)op, aa); in clipRRect() 115 this->writable_rc().op(path, ctm, fRootBounds, (SkRegion::Op)op, aa); in clipPath() 133 if (fRootBounds.isEmpty()) { in validate() 136 SkASSERT(fRootBounds.contains(clip.getBounds())); in validate() 153 SkIRect fRootBounds; variable [all …]
|
/third_party/skia/src/core/ |
D | SkRasterClipStack.h | 19 : fRootBounds(SkIRect::MakeWH(width, height)) in SkRasterClipStack() 20 , fDisableAA(SkScan::DowngradeClipAA(fRootBounds)) { in SkRasterClipStack() 21 fStack.emplace_back(SkRasterClip(fRootBounds)); in SkRasterClipStack() 26 fRootBounds.setXYWH(0, 0, w, h); in setNewSize() 31 rec.fRC.setRect(fRootBounds); in setNewSize() 80 if (!devRect.intersect(fRootBounds)) { in replaceClip() 90 if (fRootBounds.isEmpty()) { in validate() 93 SkASSERT(fRootBounds.contains(clip.getBounds())); in validate() 107 SkIRect fRootBounds; variable
|