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

/external/skia/tests/
H A DClipBoundsTest.cpp14 // Ensure that the 'getConservativeBounds' calls are returning bounds clamped
34 stack.getConservativeBounds(0, 0, kXSize, kYSize,
46 clipData.getConservativeBounds(kXSize, kYSize,
H A DClipStackTest.cpp193 // Exercise the SkClipStack's getConservativeBounds computation
287 stack.getConservativeBounds(0, 0, 100, 100, &devClipBound,
/external/skia/src/gpu/
H A DGrClipStackClip.h29 void getConservativeBounds(int width, int height, SkIRect* devResult,
H A DGrFixedClip.cpp20 void GrFixedClip::getConservativeBounds(int w, int h, SkIRect* devResult, bool* iior) const { function in class:GrFixedClip
H A DGrFixedClip.h43 void getConservativeBounds(int w, int h, SkIRect* devResult, bool* iior) const override;
H A DGrClip.h29 virtual void getConservativeBounds(int width, int height, SkIRect* devResult,
139 void getConservativeBounds(int width, int height, SkIRect* devResult,
H A DGrClipStackClip.cpp59 void GrClipStackClip::getConservativeBounds(int width, int height, SkIRect* devResult, function in class:GrClipStackClip
69 fStack->getConservativeBounds(0, 0, width, height, &devBounds, isIntersectionOfRects);
H A DGrBlurUtils.cpp159 clip.getConservativeBounds(renderTargetContext->width(),
H A DGrSoftwarePathRenderer.cpp56 clip.getConservativeBounds(width, height, devClipBounds);
H A DGrReducedClip.cpp670 void getConservativeBounds(int width, int height, SkIRect* bounds, bool* iior) const override {
671 fFixedClip.getConservativeBounds(width, height, bounds, iior);
H A DGrRenderTargetContext.cpp466 clip.getConservativeBounds(width, height, &clipDevBounds);
1772 clip.getConservativeBounds(rt->width(), rt->height(), &copyRect);
H A DSkGpuDevice.cpp745 clip.getConservativeBounds(width, height, clippedSrcIRect, nullptr);
/external/skia/gm/
H A Dwindowrectangles.cpp140 void getConservativeBounds(int width, int height, SkIRect* rect, bool* iior) const final {
/external/skia/src/core/
H A DSkClipStack.h537 void getConservativeBounds(int offsetX,
H A DSkClipStack.cpp874 void SkClipStack::getConservativeBounds(int offsetX, function in class:SkClipStack
/external/skia/src/gpu/ops/
H A DGrTessellatingPathRenderer.cpp358 args.fClip->getConservativeBounds(args.fRenderTargetContext->width(),
H A DGrAAHairLinePathRenderer.cpp944 args.fClip->getConservativeBounds(args.fRenderTargetContext->width(),

Completed in 231 milliseconds