setupPaintDashPathEffect 1386 Source/platform/graphics/GraphicsContext.cpp     immutableState()->strokeData().setupPaintDashPathEffect(&paint, 0);
setupPaintDashPathEffect   64 Source/platform/graphics/GraphicsContextState.cpp     m_strokeData.setupPaintDashPathEffect(&m_strokePaint, strokedPathLength);
setupPaintDashPathEffect   68 Source/platform/graphics/StrokeData.cpp     setupPaintDashPathEffect(paint, length);
setupPaintDashPathEffect   95 Source/platform/graphics/StrokeData.h     void setupPaintDashPathEffect(SkPaint*, int) const;