Searched refs:getConservativeBounds (Results 1 - 18 of 18) sorted by relevance
/third_party/skia/src/gpu/v1/ |
H A D | StencilClip.h | 38 SkIRect getConservativeBounds() const final { 39 return fFixedClip.getConservativeBounds();
|
H A D | ClipStack.h | 80 SkIRect getConservativeBounds() const override;
|
H A D | Device_v1.h | 182 SkIRect onDevClipBounds() const override { return fClip.getConservativeBounds(); }
|
H A D | SurfaceDrawContext.cpp | 918 SkIRect clipBounds = clip ? clip->getConservativeBounds() in stencilPath() 1589 return clip ? clip->getConservativeBounds() : SkIRect::MakeWH(sdc->width(), sdc->height()); in get_clip_bounds()
|
H A D | Device.cpp | 278 SkIRect bounds = fClip.getConservativeBounds(); in onAsRgnClip()
|
H A D | Device_drawTexture.cpp | 137 SkIRect clippedSrcIRect = clip ? clip->getConservativeBounds() in determine_clipped_src_rect()
|
H A D | ClipStack.cpp | 1184 SkIRect ClipStack::getConservativeBounds() const { in getConservativeBounds() function in skgpu::v1::ClipStack
|
/third_party/skia/src/gpu/ |
H A D | GrClip.h | 56 virtual SkIRect getConservativeBounds() const = 0; 88 bool outside = !SkIRect::Intersects(pixelBounds, this->getConservativeBounds()); in preApply()
|
H A D | GrFixedClip.h | 49 SkIRect getConservativeBounds() const final;
|
H A D | GrFixedClip.cpp | 12 SkIRect GrFixedClip::getConservativeBounds() const { in getConservativeBounds() function in GrFixedClip
|
H A D | GrBlurUtils.cpp | 278 *devClipBounds = clip ? clip->getConservativeBounds() in get_shape_and_clip_bounds()
|
/third_party/skia/src/gpu/ops/ |
H A D | AtlasPathRenderer.cpp | 291 if (!is_visible(pathDevBounds, args.fClip->getConservativeBounds())) { in onDrawPath() 309 ? args.fClip->getConservativeBounds() in onDrawPath()
|
H A D | SoftwarePathRenderer.cpp | 130 *devClipBounds = clip ? clip->getConservativeBounds() in GetShapeAndClipBounds()
|
/third_party/skia/src/core/ |
H A D | SkClipStack.h | 503 void getConservativeBounds(int offsetX,
|
H A D | SkClipStack.cpp | 852 void SkClipStack::getConservativeBounds(int offsetX, in getConservativeBounds() function in SkClipStack
|
/third_party/skia/tests/ |
H A D | LazyProxyTest.cpp | 188 SkIRect getConservativeBounds() const final {
|
H A D | ClipStackTest.cpp | 205 // Exercise the SkClipStack's getConservativeBounds computation 286 stack.getConservativeBounds(0, 0, 100, 100, &devClipBound, in test_bounds()
|
H A D | GrClipStackTest.cpp | 83 // 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