Home
last modified time | relevance | path

Searched refs:getConservativeBounds (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/src/gpu/v1/
H A DStencilClip.h38 SkIRect getConservativeBounds() const final {
39 return fFixedClip.getConservativeBounds();
H A DClipStack.h80 SkIRect getConservativeBounds() const override;
H A DDevice_v1.h182 SkIRect onDevClipBounds() const override { return fClip.getConservativeBounds(); }
H A DSurfaceDrawContext.cpp918 SkIRect clipBounds = clip ? clip->getConservativeBounds() in stencilPath()
1589 return clip ? clip->getConservativeBounds() : SkIRect::MakeWH(sdc->width(), sdc->height()); in get_clip_bounds()
H A DDevice.cpp278 SkIRect bounds = fClip.getConservativeBounds(); in onAsRgnClip()
H A DDevice_drawTexture.cpp137 SkIRect clippedSrcIRect = clip ? clip->getConservativeBounds() in determine_clipped_src_rect()
H A DClipStack.cpp1184 SkIRect ClipStack::getConservativeBounds() const { in getConservativeBounds() function in skgpu::v1::ClipStack
/third_party/skia/src/gpu/
H A DGrClip.h56 virtual SkIRect getConservativeBounds() const = 0;
88 bool outside = !SkIRect::Intersects(pixelBounds, this->getConservativeBounds()); in preApply()
H A DGrFixedClip.h49 SkIRect getConservativeBounds() const final;
H A DGrFixedClip.cpp12 SkIRect GrFixedClip::getConservativeBounds() const { in getConservativeBounds() function in GrFixedClip
H A DGrBlurUtils.cpp278 *devClipBounds = clip ? clip->getConservativeBounds() in get_shape_and_clip_bounds()
/third_party/skia/src/gpu/ops/
H A DAtlasPathRenderer.cpp291 if (!is_visible(pathDevBounds, args.fClip->getConservativeBounds())) { in onDrawPath()
309 ? args.fClip->getConservativeBounds() in onDrawPath()
H A DSoftwarePathRenderer.cpp130 *devClipBounds = clip ? clip->getConservativeBounds() in GetShapeAndClipBounds()
/third_party/skia/src/core/
H A DSkClipStack.h503 void getConservativeBounds(int offsetX,
H A DSkClipStack.cpp852 void SkClipStack::getConservativeBounds(int offsetX, in getConservativeBounds() function in SkClipStack
/third_party/skia/tests/
H A DLazyProxyTest.cpp188 SkIRect getConservativeBounds() const final {
H A DClipStackTest.cpp205 // Exercise the SkClipStack's getConservativeBounds computation
286 stack.getConservativeBounds(0, 0, 100, 100, &devClipBound, in test_bounds()
H A DGrClipStackTest.cpp83 // This may be tighter than ClipStack::getConservativeBounds() because this always accounts
344 SkIRect actualBounds = cs.getConservativeBounds(); in run()
1694 REPORTER_ASSERT(r, cs.getConservativeBounds() == replace, "Unexpected replaced clip bounds"); in DEF_TEST()

Completed in 25 milliseconds