Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleVariableWidthStroker.cpp325 class PathVerbMeasure { class
327 explicit PathVerbMeasure(const SkPath& path) : fPath(path), fIter(path, false) { nextVerb(); } in PathVerbMeasure() function in __anondd06c43e0111::PathVerbMeasure
344 SkScalar PathVerbMeasure::totalLength() const { in totalLength()
349 void PathVerbMeasure::nextVerb() { in nextVerb()
546 PathVerbMeasure meas(path); in getFillPath()