Home
last modified time | relevance | path

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

/third_party/skia/tests/
DPathRendererCacheTests.cpp43 SkIRect clipConservativeBounds = SkIRect::MakeWH(sdc->width(), in draw_path() local
56 &clipConservativeBounds, in draw_path()
DTriangulatingPathRendererTests.cpp727 SkIRect clipConservativeBounds = SkIRect::MakeWH(sdc->width(), sdc->height()); in test_path() local
735 &clipConservativeBounds, in test_path()
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext.cpp1619 SkIRect clipConservativeBounds = get_clip_bounds(this, clip); in drawAndStencilPath() local
1632 canDrawArgs.fClipConservativeBounds = &clipConservativeBounds; in drawAndStencilPath()
1651 &clipConservativeBounds, in drawAndStencilPath()
1796 SkIRect clipConservativeBounds = get_clip_bounds(this, clip); in drawShapeUsingPathRenderer() local
1808 canDrawArgs.fClipConservativeBounds = &clipConservativeBounds; in drawShapeUsingPathRenderer()
1891 &clipConservativeBounds, in drawShapeUsingPathRenderer()