Searched defs:srcSpaceTol (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/gpu/ops/ |
D | DefaultPathRenderer.cpp | 105 void addQuad(const SkPoint pts[], SkScalar srcSpaceTolSqd, SkScalar srcSpaceTol) { in addQuad() 124 void addConic(SkScalar weight, const SkPoint pts[], SkScalar srcSpaceTolSqd, in addConic() 133 void addCubic(const SkPoint pts[], SkScalar srcSpaceTolSqd, SkScalar srcSpaceTol) { in addCubic() 152 void addPath(const SkPath& path, SkScalar srcSpaceTol) { in addPath() 600 SkScalar srcSpaceTol = GrPathUtils::scaleToleranceToSrc(tol, viewMatrix, bounds); in GR_DRAW_OP_TEST_DEFINE() local 711 SkScalar srcSpaceTol = GrPathUtils::scaleToleranceToSrc(tol, viewMatrix, path.getBounds()); in internalDrawPath() local
|