HomeSort by relevance Sort by last modified time
    Searched refs:PlatformPath (Results 1 - 6 of 6) 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...]
GraphicsContext.h 414 PlatformPath* currentPath();
  /external/webkit/WebCore/platform/graphics/wince/
PathWince.cpp 33 : m_path(new PlatformPath())
38 : m_path(new PlatformPath(*other.m_path))
51 m_path = new PlatformPath(*other.m_path);
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...]
PlatformPathWince.h 135 class PlatformPath {
137 PlatformPath();
140 void append(const PlatformPath& p);
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 649 drawFilledShadowPath(this, p, path.platformPath());
650 p->fillPath(path.platformPath(), QColor(color));
661 newPath.addPath(path.platformPath());
670 PlatformPath* GraphicsContext::currentPath()
934 m_data->p()->setClipPath(path.platformPath(), Qt::IntersectClip);
948 QPainterPath clippedOut = path.platformPath();
    [all...]

Completed in 171 milliseconds