Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/ops/
DGrTessellatingPathRenderer.cpp39 SkScalar fTolerance; member
64 if (info->fTolerance == 0 || info->fTolerance < 3.0f * tol) { in cache_match()
304 info.fTolerance = isLinear ? 0 : tol; in draw()
DGrDefaultPathRenderer.cpp365 string.appendf("Tolerance: %.2f\n", path.fTolerance); in dumpInfo()
438 pathGeoBuilder.addPath(args.fPath, args.fTolerance); in onPrepareDraws()
479 SkScalar fTolerance; member
/third_party/skia/src/core/
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)) { in compute_conic_segs()
263 if (tspan_big_enough(maxt - mint) && cubic_too_curvy(pts, fTolerance)) { in compute_cubic_segs()
/third_party/flutter/skia/src/core/
DSkContourMeasure.cpp172 if (tspan_big_enough(maxt - mint) && quad_too_curvy(pts, fTolerance)) { in compute_quad_segs()
204 if (tspan_big_enough(maxt - mint) && conic_too_curvy(minPt, halfPt, maxPt, fTolerance)) { in compute_conic_segs()
225 if (tspan_big_enough(maxt - mint) && cubic_too_curvy(pts, fTolerance)) { in compute_cubic_segs()
441 fTolerance = CHEAP_DIST_LIMIT; in SkContourMeasureIter()
448 fTolerance = CHEAP_DIST_LIMIT * SkScalarInvert(resScale); in SkContourMeasureIter()
/third_party/skia/src/gpu/ops/
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()
DDefaultPathRenderer.cpp502 pathGeoBuilder.addPath(args.fPath, args.fTolerance); in onPrepareDraws()
553 string.appendf("Tolerance: %.2f\n", path.fTolerance); in onDumpInfo()
567 SkScalar fTolerance; member
/third_party/flutter/skia/include/core/
DSkContourMeasure.h125 SkScalar fTolerance; variable