Searched refs:m_currentPoint (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGPathParser.cpp43 // Reset m_currentPoint for the next path.
45 m_currentPoint = m_subPathPoint;
58 m_currentPoint += targetPoint;
60 m_currentPoint = targetPoint;
61 m_subPathPoint = m_currentPoint;
62 m_consumer->moveTo(m_currentPoint, m_closePath, AbsoluteCoordinates);
77 m_currentPoint += targetPoint;
79 m_currentPoint = targetPoint;
80 m_consumer->lineTo(m_currentPoint, AbsoluteCoordinates);
94 m_currentPoint
[all...]
H A DSVGPathParser.h66 FloatPoint m_currentPoint; member in class:WebCore::SVGPathParser
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DPlatformPathOpenVG.h42 FloatPoint m_currentPoint; member in class:WebCore::PlatformPathOpenVG
H A DPathOpenVG.cpp51 , m_currentPoint(other.m_currentPoint)
88 m_currentPoint = m_subpathStartPoint;
129 return m_currentPoint;
190 m_path->m_currentPoint = m_path->m_subpathStartPoint = point;
202 m_path->m_currentPoint = point;
214 m_path->m_currentPoint = endPoint;
226 m_path->m_currentPoint = endPoint;
233 const FloatPoint& point0 = m_path->m_currentPoint;
287 m_path->m_currentPoint
[all...]
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DPlatformPathWinCE.cpp479 m_currentPoint.clear();
487 m_subpaths.last().append(m_currentPoint);
496 m_currentPoint = e.pointAt(0);
500 if (m_currentPoint != m_subpaths.last()[0]) {
503 m_currentPoint = m_subpaths.last()[0];
506 m_currentPoint.clear();
519 m_currentPoint,
530 m_currentPoint,
543 m_currentPoint = m_subpaths.last().last();
569 m_currentPoint
[all...]
H A DPlatformPathWinCE.h176 PathPoint m_currentPoint; member in class:WebCore::PlatformPath

Completed in 163 milliseconds