Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPathUtils.h24 SkScalar scaleToleranceToSrc(SkScalar devTol,
DGrPathUtils.cpp15 SkScalar GrPathUtils::scaleToleranceToSrc(SkScalar devTol, in scaleToleranceToSrc() function in GrPathUtils
/external/skia/src/gpu/ops/
DGrDefaultPathRenderer.cpp563 SkScalar srcSpaceTol = GrPathUtils::scaleToleranceToSrc(tol, viewMatrix, path.getBounds()); in internalDrawPath()
661 SkScalar srcSpaceTol = GrPathUtils::scaleToleranceToSrc(tol, viewMatrix, bounds); in GR_DRAW_OP_TEST_DEFINE()
DGrMSAAPathRenderer.cpp281 SkScalar tolerance = GrPathUtils::scaleToleranceToSrc(kTolerance, m, path.getBounds()); in ComputeWorstCasePointCount()
500 const SkScalar tolerance = GrPathUtils::scaleToleranceToSrc(kTolerance, m, in createGeom()
DGrTessellatingPathRenderer.cpp250 tol = GrPathUtils::scaleToleranceToSrc(tol, fViewMatrix, fShape.bounds()); in draw()
DGrAAHairLinePathRenderer.cpp386 GrPathUtils::scaleToleranceToSrc(SK_Scalar1, m, path.getBounds()); in gather_lines_and_quads()