Searched defs:srcSpaceTol (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/ |
H A D | DefaultPathRenderer.cpp | 144 void addQuad(const SkPoint pts[], SkScalar srcSpaceTolSqd, SkScalar srcSpaceTol) { in addQuad() 163 void addConic(SkScalar weight, const SkPoint pts[], SkScalar srcSpaceTolSqd, in addConic() 172 void addCubic(const SkPoint pts[], SkScalar srcSpaceTolSqd, SkScalar srcSpaceTol) { in addCubic() 191 void addPath(const SkPath& path, SkScalar srcSpaceTol) { in addPath() 639 SkScalar srcSpaceTol = GrPathUtils::scaleToleranceToSrc(tol, viewMatrix, bounds); in GR_DRAW_OP_TEST_DEFINE() local 750 SkScalar srcSpaceTol = GrPathUtils::scaleToleranceToSrc(tol, viewMatrix, path.getBounds()); in internalDrawPath() local
|