Home
last modified time | relevance | path

Searched defs:conicWeight (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/core/
DSkPath.h860 SkScalar conicWeight() const { return *fConicWeights; } in conicWeight() function
913 SkScalar conicWeight() const { return *fConicWeights; } in conicWeight() function
/external/skia/src/core/
DSkPath.cpp1905 int count, SkScalarAsStringType strType, SkScalar conicWeight = -1) { in append_params()