HomeSort by relevance Sort by last modified time
    Searched defs:PathTraversalState (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
PathTraversalState.h 34 class PLATFORM_EXPORT PathTraversalState {
43 PathTraversalState(PathTraversalAction);
PathTraversalState.cpp 21 #include "platform/graphics/PathTraversalState.h"
112 // to use the "fast" version of this function with no PathTraversalState updating, vs. the slow
113 // version which does update the PathTraversalState. We'll have to shark it to see if that's necessary.
117 static float curveLength(PathTraversalState& traversalState, CurveType curve)
135 if (traversalState.m_action == PathTraversalState::TraversalPointAtLength || traversalState.m_action == PathTraversalState::TraversalNormalAngleAtLength) {
149 PathTraversalState::PathTraversalState(PathTraversalAction action)
159 float PathTraversalState::closeSubpath()
166 float PathTraversalState::moveTo(const FloatPoint& point
    [all...]

Completed in 34 milliseconds