HomeSort by relevance Sort by last modified time
    Searched defs:PlatformPath (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/platform/graphics/
Path.h 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
    [all...]
  /external/webkit/WebCore/platform/graphics/wince/
PlatformPathWince.h 135 class PlatformPath {
137 PlatformPath();
140 void append(const PlatformPath& p);
PlatformPathWince.cpp 477 PlatformPath::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::fillPath(HDC dc, const AffineTransform* transformation) cons
    [all...]

Completed in 95 milliseconds