Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPathUtils.h21 GrScalar scaleToleranceToSrc(GrScalar devTol,
DGrPathUtils.cpp14 GrScalar GrPathUtils::scaleToleranceToSrc(GrScalar devTol, in scaleToleranceToSrc() function in GrPathUtils
DGrDefaultPathRenderer.cpp347 tol = GrPathUtils::scaleToleranceToSrc(tol, viewM, path.getBounds()); in internalDrawPath()
DGrAAHairLinePathRenderer.cpp270 GrPathUtils::scaleToleranceToSrc(SK_Scalar1, m, in generate_lines_and_quads()
DGrTesselatedPathRenderer.cpp365 tol = GrPathUtils::scaleToleranceToSrc(tol, viewM, path.getBounds()); in onDrawPath()