Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/wince/
DPlatformPathWince.h73 struct LineTo { struct
97 PlatformPathElement(const LineTo& data): m_type(PathLineTo) { m_data.m_lineToData = data; } in PlatformPathElement() argument