Searched refs:clipConservativeBounds (Results 1 – 6 of 6) sorted by relevance
/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/skia/tests/ |
D | PathRendererCacheTests.cpp | 43 SkIRect clipConservativeBounds = SkIRect::MakeWH(surfaceDrawContext->width(), in draw_path() local 56 &clipConservativeBounds, in draw_path()
|
D | TriangulatingPathRendererTests.cpp | 725 SkIRect clipConservativeBounds = SkIRect::MakeWH(surfaceDrawContext->width(), in test_path() local 734 &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 | GrSurfaceDrawContext.cpp | 1608 SkIRect clipConservativeBounds = get_clip_bounds(this, clip); in drawAndStencilPath() local 1621 canDrawArgs.fClipConservativeBounds = &clipConservativeBounds; in drawAndStencilPath() 1637 &clipConservativeBounds, in drawAndStencilPath() 1773 SkIRect clipConservativeBounds = get_clip_bounds(this, clip); in drawShapeUsingPathRenderer() local 1784 canDrawArgs.fClipConservativeBounds = &clipConservativeBounds; in drawShapeUsingPathRenderer() 1867 &clipConservativeBounds, in drawShapeUsingPathRenderer()
|