Home
last modified time | relevance | path

Searched refs:clipConservativeBounds (Results 1 – 3 of 3) sorted by relevance

/external/skia/tests/
DPathRendererCacheTests.cpp66 SkIRect clipConservativeBounds = SkIRect::MakeWH(sdc->width(), in draw_path() local
79 &clipConservativeBounds, in draw_path()
DTriangulatingPathRendererTests.cpp849 SkIRect clipConservativeBounds = SkIRect::MakeWH(sdc->width(), sdc->height()); in test_path() local
857 &clipConservativeBounds, in test_path()
/external/skia/src/gpu/ganesh/
DSurfaceDrawContext.cpp1591 SkIRect clipConservativeBounds = get_clip_bounds(this, clip); in drawAndStencilPath() local
1604 canDrawArgs.fClipConservativeBounds = &clipConservativeBounds; in drawAndStencilPath()
1623 &clipConservativeBounds, in drawAndStencilPath()
1792 SkIRect clipConservativeBounds = get_clip_bounds(this, clip); in drawShapeUsingPathRenderer() local
1804 canDrawArgs.fClipConservativeBounds = &clipConservativeBounds; in drawShapeUsingPathRenderer()
1887 &clipConservativeBounds, in drawShapeUsingPathRenderer()