Home
last modified time | relevance | path

Searched refs:PlatformPath (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DPath.h36 typedef struct CGPath PlatformPath; typedef
41 typedef WebCore::PlatformPathOpenVG PlatformPath; typedef
44 typedef QPainterPath PlatformPath; typedef
47 typedef wxGraphicsPath PlatformPath; typedef
52 typedef WebCore::CairoPath PlatformPath; typedef
55 typedef SkPath PlatformPath; typedef
58 typedef BRegion PlatformPath; typedef
61 class PlatformPath; variable
63 typedef WebCore::PlatformPath PlatformPath; typedef
65 typedef void PlatformPath; typedef
[all …]
/external/webkit/Source/WebCore/platform/graphics/wince/
DPlatformPathWinCE.cpp476 PlatformPath::PlatformPath() in PlatformPath() function in WebCore::PlatformPath
482 void PlatformPath::ensureSubpath() in ensureSubpath()
492 void PlatformPath::addToSubpath(const PlatformPathElement& e) in addToSubpath()
547 void PlatformPath::append(const PlatformPathElement& e) in append()
554 void PlatformPath::append(const PlatformPath& p) in append()
564 void PlatformPath::clear() in clear()
573 void PlatformPath::strokePath(HDC dc, const AffineTransform* transformation) const in strokePath()
578 void PlatformPath::fillPath(HDC dc, const AffineTransform* transformation) const in fillPath()
585 void PlatformPath::translate(const FloatSize& size) in translate()
595 void PlatformPath::transform(const AffineTransform& t) in transform()
[all …]
DPathWinCE.cpp33 : m_path(new PlatformPath()) in Path()
38 : m_path(new PlatformPath(*other.m_path)) in Path()
51 m_path = new PlatformPath(*other.m_path); in operator =()
DPlatformPathWinCE.h140 class PlatformPath {
142 PlatformPath();
145 void append(const PlatformPath& p);
/external/llvm/utils/buildit/
DGNUmakefile81 ARM_PLATFORM=`xcodebuild -version -sdk iphoneos PlatformPath` && \
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2450917 (WebCore::PlatformPath::strokePath):
50918 (WebCore::PlatformPath::fillPath):
50919 (WebCore::PlatformPath::transform):
DChangeLog-2006-05-102609 addArc, addRect, addEllipse, and platformPath functions. Defined a PlatformPath type
DChangeLog-2010-01-2912320 WebCore::Path is a pointer to a PlatformPath. In case of Qt that's a
12324 Replaced the "PlatformPath* m_path;" with a PlatformPathPtr, which
DChangeLog-2011-02-169809 (WebCore::PlatformPath::addRect):
DChangeLog-2010-12-0694586 * platform/graphics/Path.h: Add missing typedef PlatformPath.
94717 (WebCore::PlatformPath::addArcTo):