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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathTraversalStateBuilder.h 29 class PathTraversalState;
39 void setCurrentTraversalState(PathTraversalState* traversalState) { m_traversalState = traversalState; }
53 // Not used for PathTraversalState.
61 PathTraversalState* m_traversalState;
SVGPathUtilities.cpp 34 #include "platform/graphics/PathTraversalState.h"
67 static SVGPathTraversalStateBuilder* globalSVGPathTraversalStateBuilder(PathTraversalState& traversalState, float length)
191 PathTraversalState traversalState(PathTraversalState::TraversalSegmentAtLength);
208 PathTraversalState traversalState(PathTraversalState::TraversalTotalLength);
225 PathTraversalState traversalState(PathTraversalState::TraversalPointAtLength);
  /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"
127 static float curveLength(PathTraversalState& traversalState, CurveType curve)
151 if (traversalState.m_action == PathTraversalState::TraversalPointAtLength || traversalState.m_action == PathTraversalState::TraversalNormalAngleAtLength) {
165 PathTraversalState::PathTraversalState(PathTraversalAction action)
175 float PathTraversalState::closeSubpath()
182 float PathTraversalState::moveTo(const FloatPoint& point)
188 float PathTraversalState::lineTo(const FloatPoint& point)
195 float PathTraversalState::quadraticBezierTo(const FloatPoint& newControl, const FloatPoint& newEnd
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk 329 third_party/WebKit/Source/platform/graphics/PathTraversalState.cpp \
    [all...]
blink_platform.target.darwin-arm64.mk 328 third_party/WebKit/Source/platform/graphics/PathTraversalState.cpp \
    [all...]
blink_platform.target.darwin-mips.mk 328 third_party/WebKit/Source/platform/graphics/PathTraversalState.cpp \
    [all...]
blink_platform.target.darwin-mips64.mk 328 third_party/WebKit/Source/platform/graphics/PathTraversalState.cpp \
    [all...]
blink_platform.target.darwin-x86.mk 328 third_party/WebKit/Source/platform/graphics/PathTraversalState.cpp \
    [all...]
blink_platform.target.darwin-x86_64.mk 328 third_party/WebKit/Source/platform/graphics/PathTraversalState.cpp \
    [all...]
blink_platform.target.linux-arm.mk 329 third_party/WebKit/Source/platform/graphics/PathTraversalState.cpp \
    [all...]
blink_platform.target.linux-arm64.mk 328 third_party/WebKit/Source/platform/graphics/PathTraversalState.cpp \
    [all...]
blink_platform.target.linux-mips.mk 328 third_party/WebKit/Source/platform/graphics/PathTraversalState.cpp \
    [all...]
blink_platform.target.linux-mips64.mk 328 third_party/WebKit/Source/platform/graphics/PathTraversalState.cpp \
    [all...]
blink_platform.target.linux-x86.mk 328 third_party/WebKit/Source/platform/graphics/PathTraversalState.cpp \
    [all...]
blink_platform.target.linux-x86_64.mk 328 third_party/WebKit/Source/platform/graphics/PathTraversalState.cpp \
    [all...]

Completed in 691 milliseconds