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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp486 static bool lineDashSequenceIsValid(const Vector<float>& dash) function in namespace:WebCore
497 if (!lineDashSequenceIsValid(dash))
512 if (!lineDashSequenceIsValid(dash))

Completed in 52 milliseconds