Searched refs:getConservativeBounds (Results 1 – 12 of 12) sorted by relevance
/external/skia/src/gpu/ |
D | GrClip.cpp | 21 void GrClip::getConservativeBounds(int width, int height, SkIRect* devResult, in getConservativeBounds() function in GrClip 38 this->clipStack()->getConservativeBounds(-this->origin().fX, in getConservativeBounds()
|
D | GrSoftwarePathRenderer.cpp | 43 pipelineBuilder->clip().getConservativeBounds(rt->width(), rt->height(), devClipBounds); in get_path_and_clip_bounds()
|
D | GrBlurUtils.cpp | 162 clip.getConservativeBounds(drawContext->width(), drawContext->height(), &clipBounds); in draw_path_with_mask_filter()
|
D | GrDrawTarget.cpp | 149 pipelineBuilder.clip().getConservativeBounds(rt->width(), rt->height(), ©Rect); in setupDstReadIfNecessary()
|
D | SkGpuDevice.cpp | 763 clip.getConservativeBounds(rt->width(), rt->height(), clippedSrcIRect, nullptr); in determine_clipped_src_rect()
|
/external/skia/tests/ |
D | ClipBoundsTest.cpp | 47 stack.getConservativeBounds(0, 0, kXSize, kYSize, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 60 clipData.getConservativeBounds(texture->width(), texture->height(), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | ClipStackTest.cpp | 281 stack.getConservativeBounds(0, 0, 100, 100, &devClipBound, in test_bounds()
|
/external/skia/include/gpu/ |
D | GrClip.h | 161 void getConservativeBounds(int width, int height,
|
/external/skia/include/core/ |
D | SkClipStack.h | 443 void getConservativeBounds(int offsetX,
|
/external/skia/src/gpu/batches/ |
D | GrTessellatingPathRenderer.cpp | 260 args.fPipelineBuilder->clip().getConservativeBounds(rt->width(), rt->height(), &clipBoundsI); in onDrawPath()
|
D | GrAAHairLinePathRenderer.cpp | 976 args.fPipelineBuilder->clip().getConservativeBounds(rt->width(), rt->height(), &devClipBounds); in onDrawPath()
|
/external/skia/src/core/ |
D | SkClipStack.cpp | 814 void SkClipStack::getConservativeBounds(int offsetX, in getConservativeBounds() function in SkClipStack
|