HomeSort by relevance Sort by last modified time
    Searched defs:fTolerance (Results 1 - 3 of 3) sorted by null

  /external/skia/include/core/
SkPathMeasure.h 88 SkScalar fTolerance;
  /external/skia/src/gpu/ops/
GrTessellatingPathRenderer.cpp 35 SkScalar fTolerance;
58 if (info->fTolerance == 0 || info->fTolerance < 3.0f * tol) {
273 info.fTolerance = isLinear ? 0 : tol;
GrDefaultPathRenderer.cpp 350 string.appendf("Tolerance: %.2f\n", path.fTolerance);
419 pathGeoBuilder.addPath(args.fPath, args.fTolerance);
457 SkScalar fTolerance;

Completed in 109 milliseconds