Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleVariableWidthStroker.cpp719 float maxAbsErr = std::abs(E.extremumWeight()); in strokeSegment() local
721 if (maxAbsErr > kTol) { in strokeSegment()