Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPathRenderer.h230 static void GetPathDevBounds(const SkPath& path,
237 static void GetPathDevBounds(const SkPath& path, in GetPathDevBounds() function
241 GetPathDevBounds(path, device->width(), device->height(), matrix, bounds); in GetPathDevBounds()
DGrPathRenderer.cpp14 void GrPathRenderer::GetPathDevBounds(const SkPath& path, in GetPathDevBounds() function in GrPathRenderer
/external/skia/src/gpu/batches/
DGrDefaultPathRenderer.cpp669 GetPathDevBounds(path, pipelineBuilder->getRenderTarget(), viewMatrix, &devBounds); in internalDrawPath()