Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/wince/
DPlatformPathWince.h133 typedef Vector<PlatformPathElement> PlatformPathElements; typedef
138 const PlatformPathElements& elements() const { return m_elements; } in elements()
169 PlatformPathElements m_elements;
DPlatformPathWince.cpp557 const PlatformPathElements& e = p.elements(); in append()
558 for (PlatformPathElements::const_iterator it(e.begin()); it != e.end(); ++it) { in append()
588 for (PlatformPathElements::iterator it(m_elements.begin()); it != m_elements.end(); ++it) in translate()
598 for (PlatformPathElements::iterator it(m_elements.begin()); it != m_elements.end(); ++it) in transform()
761 for (PlatformPathElements::const_iterator i(m_elements.begin()); i != m_elements.end(); ++i) { in debugString()
801 … for (PlatformPathElements::const_iterator it(m_elements.begin()); it != m_elements.end(); ++it) { in apply()