Home
last modified time | relevance | path

Searched refs:platformType (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/graphics/wince/
DPlatformPathWince.cpp495 if (e.platformType() == PlatformPathElement::PathMoveTo) { in addToSubpath()
498 } else if (e.platformType() == PlatformPathElement::PathCloseSubpath) { in addToSubpath()
510 switch (e.platformType()) { in addToSubpath()
762 switch (i->platformType()) { in debugString()
786 ASSERT(i->platformType() == PlatformPathElement::PathCloseSubpath); in debugString()
DPlatformPathWince.h118 PlaformPathElementType platformType() const { return m_type; } in platformType() function