Searched refs:clipConservativeBounds (Results 1 – 6 of 6) sorted by relevance
/external/skia/tests/ |
D | PathRendererCacheTests.cpp | 41 SkIRect clipConservativeBounds = SkIRect::MakeWH(renderTargetContext->width(), in draw_path() local 53 &clipConservativeBounds, in draw_path()
|
D | TessellatingPathRendererTests.cpp | 717 SkIRect clipConservativeBounds = SkIRect::MakeWH(renderTargetContext->width(), in test_path() local 726 &clipConservativeBounds, in test_path()
|
/external/skqp/tests/ |
D | PathRendererCacheTests.cpp | 41 SkIRect clipConservativeBounds = SkIRect::MakeWH(renderTargetContext->width(), in draw_path() local 53 &clipConservativeBounds, in draw_path()
|
D | TessellatingPathRendererTests.cpp | 651 SkIRect clipConservativeBounds = SkIRect::MakeWH(renderTargetContext->width(), in test_path() local 660 &clipConservativeBounds, in test_path()
|
/external/skqp/src/gpu/ |
D | GrRenderTargetContext.cpp | 1768 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/ |
D | GrRenderTargetContext.cpp | 2304 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()
|