Home
last modified time | relevance | path

Searched defs:srcSpaceTol (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/ganesh/ops/
DDefaultPathRenderer.cpp107 void addQuad(const SkPoint pts[], SkScalar srcSpaceTolSqd, SkScalar srcSpaceTol) { in addQuad()
126 void addConic(SkScalar weight, const SkPoint pts[], SkScalar srcSpaceTolSqd, in addConic()
135 void addCubic(const SkPoint pts[], SkScalar srcSpaceTolSqd, SkScalar srcSpaceTol) { in addCubic()
154 void addPath(const SkPath& path, SkScalar srcSpaceTol) { in addPath()
602 SkScalar srcSpaceTol = GrPathUtils::scaleToleranceToSrc(tol, viewMatrix, bounds); in GR_DRAW_OP_TEST_DEFINE() local
713 SkScalar srcSpaceTol = GrPathUtils::scaleToleranceToSrc(tol, viewMatrix, path.getBounds()); in internalDrawPath() local