Home
last modified time | relevance | path

Searched defs:ArcTo (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/platform/graphics/wince/
DPlatformPathWince.h77 struct ArcTo { struct
98 PlatformPathElement(const ArcTo& data): m_type(PathArcTo) { m_data.m_arcToData = data; } in PlatformPathElement() argument