Home
last modified time | relevance | path

Searched refs:fTolerance (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/gpu/ops/
H A DTriangulatingPathRenderer.cpp55 SkScalar fTolerance; member
68 return info->fIsLinear || info->fTolerance < 3.0f * tol; in cache_match()
76 if (i->fIsLinear || i->fTolerance <= c->fTolerance) { in is_newer_better()
H A DDefaultPathRenderer.cpp502 pathGeoBuilder.addPath(args.fPath, args.fTolerance);
553 string.appendf("Tolerance: %.2f\n", path.fTolerance);
567 SkScalar fTolerance; member
/third_party/skia/src/core/
H A DSkContourMeasure.cpp180 , fTolerance(CHEAP_DIST_LIMIT * SkScalarInvert(resScale)) in Impl()
189 SkScalar fTolerance; member in SkContourMeasureIter::Impl
210 if (tspan_big_enough(maxt - mint) && quad_too_curvy(pts, fTolerance)) { in compute_quad_segs()
242 if (tspan_big_enough(maxt - mint) && conic_too_curvy(minPt, halfPt, maxPt, fTolerance)) {
263 if (tspan_big_enough(maxt - mint) && cubic_too_curvy(pts, fTolerance)) {

Completed in 4 milliseconds