Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/wince/
DPlatformPathWinCE.h78 struct LineTo { struct
102 PlatformPathElement(const LineTo& data): m_type(PathLineTo) { m_data.m_lineToData = data; } in PlatformPathElement() argument