Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleVariableWidthStroker.cpp1143 static ScalarBezCurve makeDistFnc(const std::vector<DistFncMenuItem>& fncs, float strokeWidth) { in makeDistFnc() function in VariableWidthStroker
1163 ScalarBezCurve distFnc = makeDistFnc(fDistFncs, fWidth); in onDrawContent()
1165 fDifferentInnerFunc ? makeDistFnc(fDistFncsInner, fWidth) : distFnc; in onDrawContent()