OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:writeSegmentType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathByteStreamBuilder.cpp
37
writeSegmentType
(mode == RelativeCoordinates ? PathSegMoveToRel : PathSegMoveToAbs);
44
writeSegmentType
(mode == RelativeCoordinates ? PathSegLineToRel : PathSegLineToAbs);
51
writeSegmentType
(mode == RelativeCoordinates ? PathSegLineToHorizontalRel : PathSegLineToHorizontalAbs);
58
writeSegmentType
(mode == RelativeCoordinates ? PathSegLineToVerticalRel : PathSegLineToVerticalAbs);
65
writeSegmentType
(mode == RelativeCoordinates ? PathSegCurveToCubicRel : PathSegCurveToCubicAbs);
74
writeSegmentType
(mode == RelativeCoordinates ? PathSegCurveToCubicSmoothRel : PathSegCurveToCubicSmoothAbs);
82
writeSegmentType
(mode == RelativeCoordinates ? PathSegCurveToQuadraticRel : PathSegCurveToQuadraticAbs);
90
writeSegmentType
(mode == RelativeCoordinates ? PathSegCurveToQuadraticSmoothRel : PathSegCurveToQuadraticSmoothAbs);
97
writeSegmentType
(mode == RelativeCoordinates ? PathSegArcRel : PathSegArcAbs);
109
writeSegmentType
(PathSegClosePath)
[
all
...]
SVGPathByteStreamBuilder.h
84
void
writeSegmentType
(unsigned short value)
Completed in 21 milliseconds