/third_party/flutter/skia/tests/ |
D | ClipBoundsTest.cpp | 35 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/ |
D | StencilClip.h | 38 SkIRect getConservativeBounds() const final { in getConservativeBounds() function 39 return fFixedClip.getConservativeBounds(); in getConservativeBounds()
|
D | Device_v1.h | 179 SkIRect onDevClipBounds() const override { return fClip.getConservativeBounds(); } in onDevClipBounds()
|
D | ClipStack.h | 80 SkIRect getConservativeBounds() const override;
|
/third_party/flutter/skia/src/gpu/ |
D | GrStencilClip.h | 36 void getConservativeBounds(int width, int height, SkIRect* bounds, bool* iior) const override { in getConservativeBounds() function 37 fFixedClip.getConservativeBounds(width, height, bounds, iior); in getConservativeBounds()
|
D | GrClip.h | 28 virtual void getConservativeBounds(int width, int height, SkIRect* devResult, 163 void getConservativeBounds(int width, int height, SkIRect* devResult, in getConservativeBounds() function
|
D | GrFixedClip.h | 46 void getConservativeBounds(int w, int h, SkIRect* devResult, bool* iior) const override;
|
D | GrClipStackClip.h | 29 void getConservativeBounds(int width, int height, SkIRect* devResult,
|
D | GrFixedClip.cpp | 20 void GrFixedClip::getConservativeBounds(int w, int h, SkIRect* devResult, bool* iior) const { in getConservativeBounds() function in GrFixedClip
|
D | GrClipStackClip.cpp | 65 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()
|
D | GrSoftwarePathRenderer.cpp | 78 clip.getConservativeBounds(renderTargetContext->width(), in GetShapeAndClipBounds()
|
D | GrBlurUtils.cpp | 237 clip.getConservativeBounds(renderTargetContext->width(), in get_shape_and_clip_bounds()
|
D | GrRenderTargetContext.cpp | 613 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/ |
D | GrClip.h | 56 virtual SkIRect getConservativeBounds() const = 0; 88 bool outside = !SkIRect::Intersects(pixelBounds, this->getConservativeBounds()); in preApply()
|
D | GrFixedClip.cpp | 12 SkIRect GrFixedClip::getConservativeBounds() const { in getConservativeBounds() function in GrFixedClip
|
D | GrFixedClip.h | 49 SkIRect getConservativeBounds() const final;
|
D | GrBlurUtils.cpp | 272 *devClipBounds = clip ? clip->getConservativeBounds() in get_shape_and_clip_bounds()
|
/third_party/skia/src/gpu/ops/ |
D | AtlasPathRenderer.cpp | 291 if (!is_visible(pathDevBounds, args.fClip->getConservativeBounds())) { in onDrawPath() 309 ? args.fClip->getConservativeBounds() in onDrawPath()
|
D | SoftwarePathRenderer.cpp | 130 *devClipBounds = clip ? clip->getConservativeBounds() in GetShapeAndClipBounds()
|
/third_party/flutter/skia/gm/ |
D | windowrectangles.cpp | 164 void getConservativeBounds(int width, int height, SkIRect* rect, bool* iior) const final { in getConservativeBounds() function in skiagm::MaskOnlyClipBase
|
/third_party/flutter/skia/src/core/ |
D | SkClipStack.h | 483 void getConservativeBounds(int offsetX,
|
/third_party/skia/src/core/ |
D | SkClipStack.h | 503 void getConservativeBounds(int offsetX,
|
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrCoverageCountingPathRenderer.cpp | 174 args.fClip->getConservativeBounds(rtc->width(), rtc->height(), &clipIBounds, nullptr); in onDrawPath()
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrTessellatingPathRenderer.cpp | 402 args.fClip->getConservativeBounds(args.fRenderTargetContext->width(), in onDrawPath()
|
/third_party/skia/tests/ |
D | LazyProxyTest.cpp | 188 SkIRect getConservativeBounds() const final { in getConservativeBounds() function in LazyProxyTest::Clip
|