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/webkit/Source/WebCore/svg/
SVGPathByteStreamBuilder.cpp
40
writeSegmentType
(mode == RelativeCoordinates ? PathSegMoveToRel : PathSegMoveToAbs);
47
writeSegmentType
(mode == RelativeCoordinates ? PathSegLineToRel : PathSegLineToAbs);
54
writeSegmentType
(mode == RelativeCoordinates ? PathSegLineToHorizontalRel : PathSegLineToHorizontalAbs);
61
writeSegmentType
(mode == RelativeCoordinates ? PathSegLineToVerticalRel : PathSegLineToVerticalAbs);
68
writeSegmentType
(mode == RelativeCoordinates ? PathSegCurveToCubicRel : PathSegCurveToCubicAbs);
77
writeSegmentType
(mode == RelativeCoordinates ? PathSegCurveToCubicSmoothRel : PathSegCurveToCubicSmoothAbs);
85
writeSegmentType
(mode == RelativeCoordinates ? PathSegCurveToQuadraticRel : PathSegCurveToQuadraticAbs);
93
writeSegmentType
(mode == RelativeCoordinates ? PathSegCurveToQuadraticSmoothRel : PathSegCurveToQuadraticSmoothAbs);
100
writeSegmentType
(mode == RelativeCoordinates ? PathSegArcRel : PathSegArcAbs);
112
writeSegmentType
(PathSegClosePath)
[
all
...]
SVGPathByteStreamBuilder.h
85
void
writeSegmentType
(unsigned short value)
Completed in 57 milliseconds