Searched refs:PlatformPath (Results 1 – 10 of 10) sorted by relevance
36 typedef struct CGPath PlatformPath; typedef41 typedef WebCore::PlatformPathOpenVG PlatformPath; typedef44 typedef QPainterPath PlatformPath; typedef47 typedef wxGraphicsPath PlatformPath; typedef52 typedef WebCore::CairoPath PlatformPath; typedef55 typedef SkPath PlatformPath; typedef58 typedef BRegion PlatformPath; typedef61 class PlatformPath; variable63 typedef WebCore::PlatformPath PlatformPath; typedef65 typedef void PlatformPath; typedef[all …]
476 PlatformPath::PlatformPath() in PlatformPath() function in WebCore::PlatformPath482 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 …]
33 : 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 =()
140 class PlatformPath {142 PlatformPath();145 void append(const PlatformPath& p);
81 ARM_PLATFORM=`xcodebuild -version -sdk iphoneos PlatformPath` && \
50917 (WebCore::PlatformPath::strokePath):50918 (WebCore::PlatformPath::fillPath):50919 (WebCore::PlatformPath::transform):
2609 addArc, addRect, addEllipse, and platformPath functions. Defined a PlatformPath type
12320 WebCore::Path is a pointer to a PlatformPath. In case of Qt that's a12324 Replaced the "PlatformPath* m_path;" with a PlatformPathPtr, which
9809 (WebCore::PlatformPath::addRect):
94586 * platform/graphics/Path.h: Add missing typedef PlatformPath.94717 (WebCore::PlatformPath::addArcTo):