/external/skia/tests/ |
H A D | ClipBoundsTest.cpp | 14 // Ensure that the 'getConservativeBounds' calls are returning bounds clamped 34 stack.getConservativeBounds(0, 0, kXSize, kYSize, 46 clipData.getConservativeBounds(kXSize, kYSize,
|
H A D | ClipStackTest.cpp | 193 // Exercise the SkClipStack's getConservativeBounds computation 287 stack.getConservativeBounds(0, 0, 100, 100, &devClipBound,
|
/external/skia/src/gpu/ |
H A D | GrClipStackClip.h | 29 void getConservativeBounds(int width, int height, SkIRect* devResult,
|
H A D | GrFixedClip.cpp | 20 void GrFixedClip::getConservativeBounds(int w, int h, SkIRect* devResult, bool* iior) const { function in class:GrFixedClip
|
H A D | GrFixedClip.h | 43 void getConservativeBounds(int w, int h, SkIRect* devResult, bool* iior) const override;
|
H A D | GrClip.h | 29 virtual void getConservativeBounds(int width, int height, SkIRect* devResult, 139 void getConservativeBounds(int width, int height, SkIRect* devResult,
|
H A D | GrClipStackClip.cpp | 59 void GrClipStackClip::getConservativeBounds(int width, int height, SkIRect* devResult, function in class:GrClipStackClip 69 fStack->getConservativeBounds(0, 0, width, height, &devBounds, isIntersectionOfRects);
|
H A D | GrBlurUtils.cpp | 159 clip.getConservativeBounds(renderTargetContext->width(),
|
H A D | GrSoftwarePathRenderer.cpp | 56 clip.getConservativeBounds(width, height, devClipBounds);
|
H A D | GrReducedClip.cpp | 670 void getConservativeBounds(int width, int height, SkIRect* bounds, bool* iior) const override { 671 fFixedClip.getConservativeBounds(width, height, bounds, iior);
|
H A D | GrRenderTargetContext.cpp | 466 clip.getConservativeBounds(width, height, &clipDevBounds); 1772 clip.getConservativeBounds(rt->width(), rt->height(), ©Rect);
|
H A D | SkGpuDevice.cpp | 745 clip.getConservativeBounds(width, height, clippedSrcIRect, nullptr);
|
/external/skia/gm/ |
H A D | windowrectangles.cpp | 140 void getConservativeBounds(int width, int height, SkIRect* rect, bool* iior) const final {
|
/external/skia/src/core/ |
H A D | SkClipStack.h | 537 void getConservativeBounds(int offsetX,
|
H A D | SkClipStack.cpp | 874 void SkClipStack::getConservativeBounds(int offsetX, function in class:SkClipStack
|
/external/skia/src/gpu/ops/ |
H A D | GrTessellatingPathRenderer.cpp | 358 args.fClip->getConservativeBounds(args.fRenderTargetContext->width(),
|
H A D | GrAAHairLinePathRenderer.cpp | 944 args.fClip->getConservativeBounds(args.fRenderTargetContext->width(),
|