Searched refs:PlatformPath (Results 1 - 6 of 6) sorted by relevance

/external/webkit/WebCore/platform/graphics/
H A DPath.h35 typedef struct CGPath PlatformPath; typedef in typeref:struct:CGPath
38 typedef QPainterPath PlatformPath; typedef
41 typedef wxGraphicsPath PlatformPath; typedef
46 typedef WebCore::CairoPath PlatformPath; typedef
49 typedef SkPath PlatformPath; typedef
52 typedef BRegion PlatformPath; typedef
55 class PlatformPath;
58 typedef void PlatformPath;
63 typedef PlatformPath PlatformPathPtr;
65 typedef PlatformPath* PlatformPathPt
[all...]
H A DGraphicsContext.h414 PlatformPath* currentPath();
/external/webkit/WebCore/platform/graphics/wince/
H A DPathWince.cpp33 : m_path(new PlatformPath())
38 : m_path(new PlatformPath(*other.m_path))
51 m_path = new PlatformPath(*other.m_path);
H A DPlatformPathWince.cpp477 PlatformPath::PlatformPath() function in class:WebCore::PlatformPath
483 void PlatformPath::ensureSubpath()
493 void PlatformPath::addToSubpath(const PlatformPathElement& e)
548 void PlatformPath::append(const PlatformPathElement& e)
555 void PlatformPath::append(const PlatformPath& p)
565 void PlatformPath::clear()
574 void PlatformPath::strokePath(HDC dc, const AffineTransform* transformation) const
579 void PlatformPath
[all...]
H A DPlatformPathWince.h135 class PlatformPath { class in namespace:WebCore
137 PlatformPath();
140 void append(const PlatformPath& p);
/external/webkit/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp670 PlatformPath* GraphicsContext::currentPath()

Completed in 99 milliseconds