Home
last modified time | relevance | path

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

/external/skia/src/gpu/batches/
DGrDefaultPathRenderer.cpp196 SkScalar srcSpaceTolSqd, SkScalar srcSpaceTol, bool indexed, in add_quad() argument
204 GrPathUtils::quadraticPointCount(pts, srcSpaceTol)); in add_quad()
433 SkScalar srcSpaceTol, in createGeom() argument
436 SkScalar srcSpaceTolSqd = SkScalarMul(srcSpaceTol, srcSpaceTol); in createGeom()
483 add_quad(&vert, base, quadPts + i*2, srcSpaceTolSqd, srcSpaceTol, in createGeom()
490 add_quad(&vert, base, pts, srcSpaceTolSqd, srcSpaceTol, isIndexed, in createGeom()
499 GrPathUtils::cubicPointCount(pts, srcSpaceTol)); in createGeom()
666 SkScalar srcSpaceTol = GrPathUtils::scaleToleranceToSrc(tol, viewMatrix, path.getBounds()); in internalDrawPath() local
712 geometry.fTolerance = srcSpaceTol; in internalDrawPath()
766 SkScalar srcSpaceTol = GrPathUtils::scaleToleranceToSrc(tol, viewMatrix, bounds); in DRAW_BATCH_TEST_DEFINE() local
[all …]