Home | History | Annotate | Download | only in graphics

Lines Matching refs:platformPath

36 typedef struct CGPath PlatformPath;
41 typedef WebCore::PlatformPathOpenVG PlatformPath;
44 typedef QPainterPath PlatformPath;
47 typedef wxGraphicsPath PlatformPath;
52 typedef WebCore::CairoPath PlatformPath;
55 typedef SkPath PlatformPath;
58 typedef BRegion PlatformPath;
61 class PlatformPath;
63 typedef WebCore::PlatformPath PlatformPath;
65 typedef void PlatformPath;
70 typedef PlatformPath PlatformPathPtr;
72 typedef PlatformPath* PlatformPathPtr;
145 PlatformPathPtr platformPath() const { return m_path; }