Searched refs:PathVerbMeasure (Results 1 – 1 of 1) sorted by relevance
325 class PathVerbMeasure { class327 explicit PathVerbMeasure(const SkPath& path) : fPath(path), fIter(path, false) { nextVerb(); } in PathVerbMeasure() function in __anondd06c43e0111::PathVerbMeasure344 SkScalar PathVerbMeasure::totalLength() const { in totalLength()349 void PathVerbMeasure::nextVerb() { in nextVerb()546 PathVerbMeasure meas(path); in getFillPath()