Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/wince/
DPlatformPathWinCE.h68 PathArcTo, enumerator
103 PlatformPathElement(const ArcTo& data): m_type(PathArcTo) { m_data.m_arcToData = data; } in PlatformPathElement()
DPlatformPathWinCE.cpp286 case PathArcTo: in numControlPoints()
301 case PathArcTo: in numPoints()
416 if (m_type == PathArcTo) { in inflateRectToContainMe()
462 case PathArcTo: in type()
513 case PlatformPathElement::PathArcTo: in addToSubpath()