Searched refs:m_pathMeasure (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DPath.h103 SkPathMeasure m_pathMeasure; member in class:blink::Path::PositionCalculator
H A DPath.cpp214 , m_pathMeasure(path.skPath(), false)
225 m_pathMeasure.setPath(&m_path, false);
231 if (calculatePointAndNormalOnPath(m_pathMeasure, skLength, point, normalAngle, &m_accumulatedLength))

Completed in 1703 milliseconds