OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subpathfinder
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGSubpathData.h
41
SVGSubpathData*
subpathFinder
= static_cast<SVGSubpathData*>(info);
44
if (
subpathFinder
->m_pathIsZeroLength && !
subpathFinder
->m_haveSeenMoveOnly)
45
subpathFinder
->m_zeroLengthSubpathLocations.append(
subpathFinder
->m_lastPoint);
46
subpathFinder
->m_lastPoint =
subpathFinder
->m_movePoint = element->points[0];
47
subpathFinder
->m_haveSeenMoveOnly = true;
48
subpathFinder
->m_pathIsZeroLength = true;
51
if (
subpathFinder
->m_lastPoint != element->points[0])
[
all
...]
Completed in 52 milliseconds