OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_subpaths
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.cpp
486
m_subpaths
.append(PathPolygon());
487
m_subpaths
.last().append(m_currentPoint);
489
ASSERT(!
m_subpaths
.isEmpty());
499
if (!
m_subpaths
.isEmpty()) {
500
if (m_currentPoint !=
m_subpaths
.last()[0]) {
502
m_subpaths
.last().append(
m_subpaths
.last()[0]);
503
m_currentPoint =
m_subpaths
.last()[0];
511
m_subpaths
.last().append(e.pointAt(0));
514
addArcPoints(
m_subpaths
.last(), e.arcTo())
[
all
...]
PlatformPathWinCE.h
175
Vector<PathPolygon>
m_subpaths
;
member in class:WebCore::PlatformPath
Completed in 110 milliseconds