Searched refs:GetPathDevBounds (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/gpu/ |
D | GrPathRenderer.h | 230 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()
|
D | GrPathRenderer.cpp | 14 void GrPathRenderer::GetPathDevBounds(const SkPath& path, in GetPathDevBounds() function in GrPathRenderer
|
/external/skia/src/gpu/batches/ |
D | GrDefaultPathRenderer.cpp | 669 GetPathDevBounds(path, pipelineBuilder->getRenderTarget(), viewMatrix, &devBounds); in internalDrawPath()
|