Home | History | Annotate | Download | only in graphics

Lines Matching defs:PlatformPath

35 typedef struct CGPath PlatformPath;
38 typedef QPainterPath PlatformPath;
41 typedef wxGraphicsPath PlatformPath;
46 typedef WebCore::CairoPath PlatformPath;
49 typedef SkPath PlatformPath;
52 typedef BRegion PlatformPath;
55 class PlatformPath;
58 typedef void PlatformPath;
63 typedef PlatformPath PlatformPathPtr;
65 typedef PlatformPath* PlatformPathPtr;
138 PlatformPathPtr platformPath() const { return m_path; }