Home
last modified time | relevance | path

Searched refs:getConservativeBounds (Results 1 – 25 of 38) sorted by relevance

12

/third_party/flutter/skia/tests/
DClipBoundsTest.cpp35 stack.getConservativeBounds(0, 0, kXSize, kYSize, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
47 clipData.getConservativeBounds(kXSize, kYSize, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/src/gpu/v1/
DStencilClip.h38 SkIRect getConservativeBounds() const final { in getConservativeBounds() function
39 return fFixedClip.getConservativeBounds(); in getConservativeBounds()
DDevice_v1.h179 SkIRect onDevClipBounds() const override { return fClip.getConservativeBounds(); } in onDevClipBounds()
DClipStack.h80 SkIRect getConservativeBounds() const override;
/third_party/flutter/skia/src/gpu/
DGrStencilClip.h36 void getConservativeBounds(int width, int height, SkIRect* bounds, bool* iior) const override { in getConservativeBounds() function
37 fFixedClip.getConservativeBounds(width, height, bounds, iior); in getConservativeBounds()
DGrClip.h28 virtual void getConservativeBounds(int width, int height, SkIRect* devResult,
163 void getConservativeBounds(int width, int height, SkIRect* devResult, in getConservativeBounds() function
DGrFixedClip.h46 void getConservativeBounds(int w, int h, SkIRect* devResult, bool* iior) const override;
DGrClipStackClip.h29 void getConservativeBounds(int width, int height, SkIRect* devResult,
DGrFixedClip.cpp20 void GrFixedClip::getConservativeBounds(int w, int h, SkIRect* devResult, bool* iior) const { in getConservativeBounds() function in GrFixedClip
DGrClipStackClip.cpp65 void GrClipStackClip::getConservativeBounds(int width, int height, SkIRect* devResult, in getConservativeBounds() function in GrClipStackClip
75 fStack->getConservativeBounds(0, 0, width, height, &devBounds, isIntersectionOfRects); in getConservativeBounds()
DGrSoftwarePathRenderer.cpp78 clip.getConservativeBounds(renderTargetContext->width(), in GetShapeAndClipBounds()
DGrBlurUtils.cpp237 clip.getConservativeBounds(renderTargetContext->width(), in get_shape_and_clip_bounds()
DGrRenderTargetContext.cpp613 clip.getConservativeBounds(rtRect.width(), rtRect.height(), &clipDevBounds); in attemptQuadOptimization()
2128 clip.getConservativeBounds(fRenderTargetContext->width(), fRenderTargetContext->height(), in drawAndStencilPath()
2193 clip.getConservativeBounds(this->width(), this->height(), &clipConservativeBounds, nullptr); in drawShapeUsingPathRenderer()
2376 clip.getConservativeBounds(rtProxy->width(), rtProxy->height(), &clippedRect); in setupDstProxy()
/third_party/skia/src/gpu/
DGrClip.h56 virtual SkIRect getConservativeBounds() const = 0;
88 bool outside = !SkIRect::Intersects(pixelBounds, this->getConservativeBounds()); in preApply()
DGrFixedClip.cpp12 SkIRect GrFixedClip::getConservativeBounds() const { in getConservativeBounds() function in GrFixedClip
DGrFixedClip.h49 SkIRect getConservativeBounds() const final;
DGrBlurUtils.cpp272 *devClipBounds = clip ? clip->getConservativeBounds() in get_shape_and_clip_bounds()
/third_party/skia/src/gpu/ops/
DAtlasPathRenderer.cpp291 if (!is_visible(pathDevBounds, args.fClip->getConservativeBounds())) { in onDrawPath()
309 ? args.fClip->getConservativeBounds() in onDrawPath()
DSoftwarePathRenderer.cpp130 *devClipBounds = clip ? clip->getConservativeBounds() in GetShapeAndClipBounds()
/third_party/flutter/skia/gm/
Dwindowrectangles.cpp164 void getConservativeBounds(int width, int height, SkIRect* rect, bool* iior) const final { in getConservativeBounds() function in skiagm::MaskOnlyClipBase
/third_party/flutter/skia/src/core/
DSkClipStack.h483 void getConservativeBounds(int offsetX,
/third_party/skia/src/core/
DSkClipStack.h503 void getConservativeBounds(int offsetX,
/third_party/flutter/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp174 args.fClip->getConservativeBounds(rtc->width(), rtc->height(), &clipIBounds, nullptr); in onDrawPath()
/third_party/flutter/skia/src/gpu/ops/
DGrTessellatingPathRenderer.cpp402 args.fClip->getConservativeBounds(args.fRenderTargetContext->width(), in onDrawPath()
/third_party/skia/tests/
DLazyProxyTest.cpp188 SkIRect getConservativeBounds() const final { in getConservativeBounds() function in LazyProxyTest::Clip

12