Searched refs:outerBounds (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/ganesh/ |
D | ClipStack.cpp | 99 if (!SkIRect::Intersects(a.outerBounds(), b.outerBounds())) { in get_clip_geometry() 115 if (!SkIRect::Intersects(a.outerBounds(), b.outerBounds())) { in get_clip_geometry() 132 if (!SkIRect::Intersects(b.outerBounds(), a.outerBounds())) { in get_clip_geometry() 469 const SkIRect& outerBounds() const { return fBounds; } in outerBounds() function in skgpu::ganesh::ClipStack::Draw 516 if (fInnerBounds.contains(d.outerBounds())) { in contains() 521 SkRect queryBounds = d.aa() == GrAA::kYes ? d.bounds() : SkRect::Make(d.outerBounds()); in contains() 528 if (fInnerBounds.contains(s.outerBounds())) { in contains() 532 SkRect queryBounds = SkRect::Make(s.outerBounds()); in contains() 886 return fInnerBounds.contains(draw.outerBounds()); in contains() 890 return fInnerBounds.contains(element.outerBounds()); in contains() [all …]
|
D | ClipStack.h | 137 const SkIRect& outerBounds() const { return fOuterBounds; } in outerBounds() function 240 const SkIRect& outerBounds() const { return fOuterBounds; } in outerBounds() function
|
/external/skia/src/core/ |
D | SkScan_Antihair.cpp | 724 SkIRect outerBounds; in AntiFillXRect() local 725 XRect_roundOut(xr, &outerBounds); in AntiFillXRect() 730 if (clipBounds.contains(outerBounds)) { in AntiFillXRect() 741 SkRegion::Cliperator clipper(*clip, outerBounds); in AntiFillXRect() 763 SkIRect outerBounds; in AntiFillXRect() local 764 XRect_roundOut(xr, &outerBounds); in AntiFillXRect() 766 if (clip.quickContains(outerBounds)) { in AntiFillXRect() 803 const SkIRect outerBounds = newR.roundOut(); in AntiFillRect() local 808 SkRegion::Cliperator clipper(*clip, outerBounds); in AntiFillRect()
|
/external/skia/src/gpu/graphite/ |
D | ClipStack.cpp | 838 fOuterBounds.intersect(toAdd.outerBounds()); in addElement() 848 fInnerBounds = subtract(fInnerBounds, toAdd.outerBounds(), /* exact */ false); in addElement() 855 fOuterBounds = subtract(toAdd.outerBounds(), fInnerBounds, /* exact */ true); in addElement() 861 fOuterBounds.join(toAdd.outerBounds()); in addElement() 980 fOuterBounds = toAdd.outerBounds(); in replaceWithElement() 1064 SkASSERT(this->deviceBounds().contains(current.outerBounds())); in conservativeBounds() 1065 return current.outerBounds(); in conservativeBounds() 1404 SkRect maskBounds = cs.outerBounds().asSkRect(); in visitClipStackForDraw()
|
D | ClipStack.h | 175 const Rect& outerBounds() const { return fOuterBounds; } in outerBounds() function 273 const Rect& outerBounds() const { return fOuterBounds; } in outerBounds() function
|
/external/skia/src/pdf/ |
D | SkPDFGraphicStackState.cpp | 72 static void apply_clip(const SkClipStack& stack, const SkRect& outerBounds, F fn) { in apply_clip() argument 76 SkRect bounds = outerBounds; in apply_clip()
|