Home
last modified time | relevance | path

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

/external/skia/src/gpu/graphite/
DClipStack.cpp98 const Rect& fOuterBounds; member
115 if (!fOuterBounds.intersects(o.fOuterBounds)) { in intersects()
148 if (fInnerBounds.contains(o.fOuterBounds)) { in contains()
154 if (fContainsChecksOnlyBounds || !fOuterBounds.contains(o.fOuterBounds)) { in contains()
303 fOuterBounds = fLocalToDevice.mapRect(fShape.bounds()).makeIntersect(deviceBounds);
308 if (!fOuterBounds.isEmptyNegativeOrNaN() &&
313 fShape.setRect(fOuterBounds);
315 fInnerBounds = fOuterBounds;
325 fOuterBounds = fShape.bounds().makeIntersect(deviceBounds);
326 fInnerBounds = Rect{SkRRectPriv::InnerBounds(xformed)}.makeIntersect(fOuterBounds);
[all …]
DClipStack_graphite.h150 const Rect& outerBounds() const { return fOuterBounds; } in outerBounds()
205 Rect fOuterBounds; variable
236 const Rect& outerBounds() const { return fOuterBounds; } in outerBounds()
283 Rect fOuterBounds; // Outside is 0 coverage (op == intersect) or full cov (diff) variable
/external/skia/src/gpu/ganesh/
DClipStack.cpp452 , fOuterBounds(SkIRect::MakeEmpty())
498 if (fInnerBounds.contains(e.fOuterBounds)) { in contains()
559 fOuterBounds = GrClip::GetPixelIBounds(outer, fAA, BoundsType::kExterior); in simplify()
573 fOuterBounds = outer.round(); in simplify()
574 fInnerBounds = fOuterBounds; in simplify()
577 SkASSERT(fOuterBounds.contains(fInnerBounds) || fInnerBounds.isEmpty()); in simplify()
597 if (fOuterBounds.isEmpty()) { in simplify()
604 SkASSERT(fShape.isEmpty() || (!fOuterBounds.isEmpty() && deviceBounds.contains(fOuterBounds))); in simplify()
605 SkASSERT(fShape.isEmpty() || fInnerBounds.isEmpty() || fOuterBounds.contains(fInnerBounds)); in simplify()
677 SkAssertResult(fOuterBounds.intersect(other.fOuterBounds)); in combine()
[all …]
DClipStack.h117 const SkIRect& outerBounds() const { return fOuterBounds; } in outerBounds()
163 SkIRect fOuterBounds; variable
220 const SkIRect& outerBounds() const { return fOuterBounds; } in outerBounds()
271 SkIRect fOuterBounds; // Outside is 0 coverage (op == intersect) or full cov (diff) variable