HomeSort by relevance Sort by last modified time
    Searched refs:RelativeCoordinates (Results 1 - 5 of 5) 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);
SVGPathParser.cpp 56 if (m_mode == RelativeCoordinates)
75 if (m_mode == RelativeCoordinates)
92 if (m_mode == RelativeCoordinates)
109 if (m_mode == RelativeCoordinates)
128 if (m_mode == RelativeCoordinates) {
159 if (m_mode == RelativeCoordinates) {
185 if (m_mode == RelativeCoordinates) {
195 if (m_mode == RelativeCoordinates)
221 if (m_mode == RelativeCoordinates) {
256 if (m_mode == RelativeCoordinates)
    [all...]
SVGPathConsumer.h 35 RelativeCoordinates
SVGPathBuilder.cpp 55 if (mode == RelativeCoordinates) {
SVGPathBlender.cpp 280 return RelativeCoordinates;

Completed in 65 milliseconds