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

  /external/webkit/Source/WebCore/platform/graphics/
Path.h 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;
    [all...]
  /external/webkit/Source/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 476 PlatformPath::PlatformPath()
482 void PlatformPath::ensureSubpath()
492 void PlatformPath::addToSubpath(const PlatformPathElement& e)
547 void PlatformPath::append(const PlatformPathElement& e)
554 void PlatformPath::append(const PlatformPath& p)
564 void PlatformPath::clear()
573 void PlatformPath::strokePath(HDC dc, const AffineTransform* transformation) const
578 void PlatformPath::fillPath(HDC dc, const AffineTransform* transformation) cons
    [all...]
PlatformPathWinCE.h 140 class PlatformPath {
142 PlatformPath();
145 void append(const PlatformPath& p);
  /external/llvm/utils/buildit/
GNUmakefile 81 ARM_PLATFORM=`xcodebuild -version -sdk iphoneos PlatformPath` && \

Completed in 481 milliseconds