OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_currentPoint
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathParser.cpp
42
// Reset
m_currentPoint
for the next path.
44
m_currentPoint
= m_subPathPoint;
57
m_currentPoint
+= targetPoint;
59
m_currentPoint
= targetPoint;
60
m_subPathPoint =
m_currentPoint
;
61
m_consumer->moveTo(
m_currentPoint
, m_closePath, AbsoluteCoordinates);
76
m_currentPoint
+= targetPoint;
78
m_currentPoint
= targetPoint;
79
m_consumer->lineTo(
m_currentPoint
, AbsoluteCoordinates);
93
m_currentPoint
.move(toX, 0)
[
all
...]
SVGPathParser.h
66
FloatPoint
m_currentPoint
;
Completed in 321 milliseconds