Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/wince/
DPlatformPathWince.cpp478 : m_penLifted(true) in PlatformPath()
485 if (m_penLifted) { in ensureSubpath()
486 m_penLifted = false; in ensureSubpath()
496 m_penLifted = true; in addToSubpath()
499 m_penLifted = true; in addToSubpath()
571 m_penLifted = true; in clear()
DPlatformPathWince.h173 bool m_penLifted; variable