Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleVariableWidthStroker.cpp700 const int commonDeg = std::max(distFncSqd.degree(), E.degree()); in strokeSegment() local
701 distFncSqd.elevateDegree(commonDeg); in strokeSegment()
702 E.elevateDegree(commonDeg); in strokeSegment()