Home
last modified time | relevance | path

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

/external/skia/tests/
DPathRendererCacheTests.cpp41 SkIRect clipConservativeBounds = SkIRect::MakeWH(renderTargetContext->width(), in draw_path() local
53 &clipConservativeBounds, in draw_path()
DTessellatingPathRendererTests.cpp717 SkIRect clipConservativeBounds = SkIRect::MakeWH(renderTargetContext->width(), in test_path() local
726 &clipConservativeBounds, in test_path()
/external/skqp/tests/
DPathRendererCacheTests.cpp41 SkIRect clipConservativeBounds = SkIRect::MakeWH(renderTargetContext->width(), in draw_path() local
53 &clipConservativeBounds, in draw_path()
DTessellatingPathRendererTests.cpp651 SkIRect clipConservativeBounds = SkIRect::MakeWH(renderTargetContext->width(), in test_path() local
660 &clipConservativeBounds, in test_path()
/external/skqp/src/gpu/
DGrRenderTargetContext.cpp1768 SkIRect clipConservativeBounds; in drawAndStencilPath() local
1770 &clipConservativeBounds, nullptr); in drawAndStencilPath()
1777 canDrawArgs.fClipConservativeBounds = &clipConservativeBounds; in drawAndStencilPath()
1798 &clipConservativeBounds, in drawAndStencilPath()
1832 SkIRect clipConservativeBounds; in drawShapeUsingPathRenderer() local
1833 clip.getConservativeBounds(this->width(), this->height(), &clipConservativeBounds, nullptr); in drawShapeUsingPathRenderer()
1847 canDrawArgs.fClipConservativeBounds = &clipConservativeBounds; in drawShapeUsingPathRenderer()
1899 &clipConservativeBounds, in drawShapeUsingPathRenderer()
/external/skia/src/gpu/
DGrRenderTargetContext.cpp2304 SkIRect clipConservativeBounds; in drawAndStencilPath() local
2306 &clipConservativeBounds, nullptr); in drawAndStencilPath()
2314 canDrawArgs.fClipConservativeBounds = &clipConservativeBounds; in drawAndStencilPath()
2335 &clipConservativeBounds, in drawAndStencilPath()
2369 SkIRect clipConservativeBounds; in drawShapeUsingPathRenderer() local
2370 clip.getConservativeBounds(this->width(), this->height(), &clipConservativeBounds, nullptr); in drawShapeUsingPathRenderer()
2380 canDrawArgs.fClipConservativeBounds = &clipConservativeBounds; in drawShapeUsingPathRenderer()
2432 &clipConservativeBounds, in drawShapeUsingPathRenderer()