Home
last modified time | relevance | path

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

/external/skia/tests/
DClipBoundsTest.cpp34 stack.getConservativeBounds(0, 0, kXSize, kYSize, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
46 clipData.getConservativeBounds(kXSize, kYSize, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DClipStackTest.cpp289 stack.getConservativeBounds(0, 0, 100, 100, &devClipBound, in test_bounds()
/external/skia/src/gpu/
DGrClip.h29 virtual void getConservativeBounds(int width, int height, SkIRect* devResult,
143 void getConservativeBounds(int width, int height, SkIRect* devResult, in getConservativeBounds() function
DGrFixedClip.h43 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.cpp60 void GrClipStackClip::getConservativeBounds(int width, int height, SkIRect* devResult, in getConservativeBounds() function in GrClipStackClip
70 fStack->getConservativeBounds(0, 0, width, height, &devBounds, isIntersectionOfRects); in getConservativeBounds()
DGrSoftwarePathRenderer.cpp56 clip.getConservativeBounds(width, height, devClipBounds); in get_shape_and_clip_bounds()
DGrReducedClip.cpp680 void getConservativeBounds(int width, int height, SkIRect* bounds, bool* iior) const override { in getConservativeBounds() function in StencilClip
681 fFixedClip.getConservativeBounds(width, height, bounds, iior); in getConservativeBounds()
DGrBlurUtils.cpp154 clip.getConservativeBounds(renderTargetContext->width(), in draw_path_with_mask_filter()
DGrRenderTargetContext.cpp415 clip.getConservativeBounds(width, height, &clipDevBounds); in crop_filled_rect()
1817 clip.getConservativeBounds(rtProxy->width(), rtProxy->height(), &clippedRect); in setupDstProxy()
DSkGpuDevice.cpp713 clip.getConservativeBounds(width, height, clippedSrcIRect, nullptr); in determine_clipped_src_rect()
/external/skia/gm/
Dwindowrectangles.cpp139 void getConservativeBounds(int width, int height, SkIRect* rect, bool* iior) const final { in getConservativeBounds() function in skiagm::MaskOnlyClipBase
/external/skia/src/core/
DSkClipStack.h531 void getConservativeBounds(int offsetX,
DSkClipStack.cpp855 void SkClipStack::getConservativeBounds(int offsetX, in getConservativeBounds() function in SkClipStack
/external/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp81 args.fClip->getConservativeBounds(rtc->width(), rtc->height(), &fHeadDraw.fClipBounds, nullptr); in DrawPathsOp()
/external/skia/src/gpu/ops/
DGrTessellatingPathRenderer.cpp363 args.fClip->getConservativeBounds(args.fRenderTargetContext->width(), in onDrawPath()
DGrAAHairLinePathRenderer.cpp1023 args.fClip->getConservativeBounds(args.fRenderTargetContext->width(), in onDrawPath()