Home
last modified time | relevance | path

Searched refs:scaleToleranceToSrc (Results 1 – 12 of 12) sorted by relevance

/external/skqp/src/gpu/
DGrPathUtils.h24 SkScalar scaleToleranceToSrc(SkScalar devTol,
DGrPathUtils.cpp16 SkScalar GrPathUtils::scaleToleranceToSrc(SkScalar devTol, in scaleToleranceToSrc() function in GrPathUtils
/external/skia/src/gpu/
DGrPathUtils.h24 SkScalar scaleToleranceToSrc(SkScalar devTol,
DGrPathUtils.cpp16 SkScalar GrPathUtils::scaleToleranceToSrc(SkScalar devTol, in scaleToleranceToSrc() function in GrPathUtils
/external/skia/src/gpu/ops/
DGrDefaultPathRenderer.cpp568 SkScalar srcSpaceTol = GrPathUtils::scaleToleranceToSrc(tol, viewMatrix, path.getBounds()); in internalDrawPath()
676 SkScalar srcSpaceTol = GrPathUtils::scaleToleranceToSrc(tol, viewMatrix, bounds); in GR_DRAW_OP_TEST_DEFINE()
DGrMSAAPathRenderer.cpp287 SkScalar tolerance = GrPathUtils::scaleToleranceToSrc(kTolerance, m, path.getBounds()); in ComputeWorstCasePointCount()
506 const SkScalar tolerance = GrPathUtils::scaleToleranceToSrc(kTolerance, m, in createGeom()
DGrTessellatingPathRenderer.cpp260 tol = GrPathUtils::scaleToleranceToSrc(tol, fViewMatrix, fShape.bounds()); in draw()
DGrAAHairLinePathRenderer.cpp390 GrPathUtils::scaleToleranceToSrc(SK_Scalar1, m, path.getBounds()); in gather_lines_and_quads()
/external/skqp/src/gpu/ops/
DGrDefaultPathRenderer.cpp568 SkScalar srcSpaceTol = GrPathUtils::scaleToleranceToSrc(tol, viewMatrix, path.getBounds()); in internalDrawPath()
676 SkScalar srcSpaceTol = GrPathUtils::scaleToleranceToSrc(tol, viewMatrix, bounds); in GR_DRAW_OP_TEST_DEFINE()
DGrMSAAPathRenderer.cpp287 SkScalar tolerance = GrPathUtils::scaleToleranceToSrc(kTolerance, m, path.getBounds()); in ComputeWorstCasePointCount()
506 const SkScalar tolerance = GrPathUtils::scaleToleranceToSrc(kTolerance, m, in createGeom()
DGrTessellatingPathRenderer.cpp260 tol = GrPathUtils::scaleToleranceToSrc(tol, fViewMatrix, fShape.bounds()); in draw()
DGrAAHairLinePathRenderer.cpp390 GrPathUtils::scaleToleranceToSrc(SK_Scalar1, m, path.getBounds()); in gather_lines_and_quads()