OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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"
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
...]
Completed in 318 milliseconds