Path 83 Source/core/html/HTMLAreaElement.cpp m_region = adoptPtr(new Path(getRegion(size))); Path 95 Source/core/html/HTMLAreaElement.cpp Path HTMLAreaElement::computePath(RenderObject* obj) const Path 98 Source/core/html/HTMLAreaElement.cpp return Path(); Path 108 Source/core/html/HTMLAreaElement.cpp Path p = getRegion(size); Path 125 Source/core/html/HTMLAreaElement.cpp Path HTMLAreaElement::getRegion(const LayoutSize& size) const Path 128 Source/core/html/HTMLAreaElement.cpp return Path(); Path 144 Source/core/html/HTMLAreaElement.cpp Path path; Path 33 Source/core/html/HTMLAreaElement.h class Path; Path 44 Source/core/html/HTMLAreaElement.h Path computePath(RenderObject*) const; Path 61 Source/core/html/HTMLAreaElement.h Path getRegion(const LayoutSize&) const; Path 64 Source/core/html/HTMLAreaElement.h OwnPtr<Path> m_region; Path 77 Source/core/html/canvas/CanvasPathMethods.h CanvasPathMethods(const Path& path) : m_path(path) { } Path 78 Source/core/html/canvas/CanvasPathMethods.h Path m_path; Path 986 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::fillInternal(const Path& path, const String& windingRuleString) Path 1054 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::strokeInternal(const Path& path) Path 1097 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::clipInternal(const Path& path, const String& windingRuleString) Path 1156 Source/core/html/canvas/CanvasRenderingContext2D.cpp bool CanvasRenderingContext2D::isPointInPathInternal(const Path& path, const float x, const float y, const String& windingRuleString) Path 1192 Source/core/html/canvas/CanvasRenderingContext2D.cpp bool CanvasRenderingContext2D::isPointInStrokeInternal(const Path& path, const float x, const float y) Path 1230 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::scrollPathIntoViewInternal(const Path& path) Path 1238 Source/core/html/canvas/CanvasRenderingContext2D.cpp Path transformedPath = path; Path 1662 Source/core/html/canvas/CanvasRenderingContext2D.cpp static void fillPrimitive(const Path& path, GraphicsContext* context) Path 2376 Source/core/html/canvas/CanvasRenderingContext2D.cpp bool CanvasRenderingContext2D::focusRingCallIsValid(const Path& path, Element* element) Path 2388 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::updateFocusRingAccessibility(const Path& path, Element* element) Path 2421 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::drawFocusRing(const Path& path) Path 312 Source/core/html/canvas/CanvasRenderingContext2D.h void fillInternal(const Path&, const String& windingRuleString); Path 313 Source/core/html/canvas/CanvasRenderingContext2D.h void strokeInternal(const Path&); Path 314 Source/core/html/canvas/CanvasRenderingContext2D.h void clipInternal(const Path&, const String& windingRuleString); Path 316 Source/core/html/canvas/CanvasRenderingContext2D.h bool isPointInPathInternal(const Path&, const float x, const float y, const String& windingRuleString); Path 317 Source/core/html/canvas/CanvasRenderingContext2D.h bool isPointInStrokeInternal(const Path&, const float x, const float y); Path 319 Source/core/html/canvas/CanvasRenderingContext2D.h void scrollPathIntoViewInternal(const Path&); Path 334 Source/core/html/canvas/CanvasRenderingContext2D.h bool focusRingCallIsValid(const Path&, Element*); Path 335 Source/core/html/canvas/CanvasRenderingContext2D.h void updateFocusRingAccessibility(const Path&, Element*); Path 336 Source/core/html/canvas/CanvasRenderingContext2D.h void drawFocusRing(const Path&); Path 48 Source/core/html/canvas/Path2D.h static PassRefPtr<Path2D> create(const Path& path) { return adoptRef(new Path2D(path)); } Path 50 Source/core/html/canvas/Path2D.h const Path& path() const { return m_path; } Path 59 Source/core/html/canvas/Path2D.h Path src = path->path(); Path 69 Source/core/html/canvas/Path2D.h Path2D(const Path& path) Path 94 Source/core/inspector/InspectorOverlay.cpp Path quadToPath(const FloatQuad& quad) Path 96 Source/core/inspector/InspectorOverlay.cpp Path quadPath; Path 109 Source/core/inspector/InspectorOverlay.cpp Path quadPath = quadToPath(quad); Path 104 Source/core/rendering/ClipPathOperation.h const Path& path(const FloatRect& boundingRect) Path 108 Source/core/rendering/ClipPathOperation.h m_path = adoptPtr(new Path); Path 123 Source/core/rendering/ClipPathOperation.h OwnPtr<Path> m_path; Path 991 Source/core/rendering/InlineTextBox.cpp Path path; Path 1554 Source/core/rendering/RenderBoxModelObject.cpp const IntRect& sideRect, BoxSide side, BoxSide adjacentSide1, BoxSide adjacentSide2, const BorderEdge edges[], const Path* path, Path 1623 Source/core/rendering/RenderBoxModelObject.cpp Path roundedPath; Path 1781 Source/core/rendering/RenderBoxModelObject.cpp Path path; Path 1846 Source/core/rendering/RenderBoxModelObject.cpp Path path; Path 1885 Source/core/rendering/RenderBoxModelObject.cpp void RenderBoxModelObject::drawBoxSideFromPath(GraphicsContext* graphicsContext, const LayoutRect& borderRect, const Path& borderPath, const BorderEdge edges[], Path 335 Source/core/rendering/RenderBoxModelObject.h const Path*, BackgroundBleedAvoidance, bool includeLogicalLeftEdge, bool includeLogicalRightEdge, bool antialias, const Color* overrideColor = 0); Path 341 Source/core/rendering/RenderBoxModelObject.h void drawBoxSideFromPath(GraphicsContext*, const LayoutRect&, const Path&, const class BorderEdge[], Path 39 Source/core/rendering/RenderDetailsMarker.cpp static Path createPath(const FloatPoint* path) Path 41 Source/core/rendering/RenderDetailsMarker.cpp Path result; Path 48 Source/core/rendering/RenderDetailsMarker.cpp static Path createDownArrowPath() Path 54 Source/core/rendering/RenderDetailsMarker.cpp static Path createUpArrowPath() Path 60 Source/core/rendering/RenderDetailsMarker.cpp static Path createLeftArrowPath() Path 66 Source/core/rendering/RenderDetailsMarker.cpp static Path createRightArrowPath() Path 95 Source/core/rendering/RenderDetailsMarker.cpp Path RenderDetailsMarker::getCanonicalPath() const Path 104 Source/core/rendering/RenderDetailsMarker.cpp return Path(); Path 107 Source/core/rendering/RenderDetailsMarker.cpp Path RenderDetailsMarker::getPath(const LayoutPoint& origin) const Path 109 Source/core/rendering/RenderDetailsMarker.cpp Path result = getCanonicalPath(); Path 42 Source/core/rendering/RenderDetailsMarker.h Path getCanonicalPath() const; Path 43 Source/core/rendering/RenderDetailsMarker.h Path getPath(const LayoutPoint& origin) const; Path 137 Source/core/rendering/RenderEmbeddedObject.cpp Path path; Path 161 Source/core/rendering/RenderEmbeddedObject.cpp bool RenderEmbeddedObject::getReplacementTextGeometry(const LayoutPoint& accumulatedOffset, FloatRect& contentRect, Path& path, FloatRect& replacementTextRect, Font& font, TextRun& run, float& textWidth) const Path 72 Source/core/rendering/RenderEmbeddedObject.h bool getReplacementTextGeometry(const LayoutPoint& accumulatedOffset, FloatRect& contentRect, Path&, FloatRect& replacementTextRect, Font&, TextRun&, float& textWidth) const; Path 421 Source/core/rendering/RenderImage.cpp Path path = areaElement.computePath(this); Path 443 Source/core/rendering/RenderImage.cpp Path path = areaElement->computePath(this); Path 1214 Source/core/rendering/RenderObject.cpp Path path; Path 55 Source/core/rendering/RenderObject.h class Path; Path 67 Source/core/rendering/shapes/RasterShape.h void buildBoundsPath(Path&) const; Path 110 Source/core/rendering/style/BasicShapes.cpp void BasicShapeCircle::path(Path& path, const FloatRect& boundingBox) Path 155 Source/core/rendering/style/BasicShapes.cpp void BasicShapeEllipse::path(Path& path, const FloatRect& boundingBox) Path 191 Source/core/rendering/style/BasicShapes.cpp void BasicShapePolygon::path(Path& path, const FloatRect& boundingBox) Path 246 Source/core/rendering/style/BasicShapes.cpp void BasicShapeInset::path(Path& path, const FloatRect& boundingBox) Path 45 Source/core/rendering/style/BasicShapes.h class Path; Path 61 Source/core/rendering/style/BasicShapes.h virtual void path(Path&, const FloatRect&) = 0; Path 173 Source/core/rendering/style/BasicShapes.h virtual void path(Path&, const FloatRect&) OVERRIDE; Path 203 Source/core/rendering/style/BasicShapes.h virtual void path(Path&, const FloatRect&) OVERRIDE; Path 230 Source/core/rendering/style/BasicShapes.h virtual void path(Path&, const FloatRect&) OVERRIDE; Path 272 Source/core/rendering/style/BasicShapes.h virtual void path(Path&, const FloatRect&) OVERRIDE; Path 88 Source/core/rendering/svg/RenderSVGPath.cpp Path* usePath; Path 133 Source/core/rendering/svg/RenderSVGPath.cpp Path* RenderSVGPath::zeroLengthLinecapPath(const FloatPoint& linecapPosition) const Path 135 Source/core/rendering/svg/RenderSVGPath.cpp DEFINE_STATIC_LOCAL(Path, tempPath, ()); Path 49 Source/core/rendering/svg/RenderSVGPath.h Path* zeroLengthLinecapPath(const FloatPoint&) const; Path 50 Source/core/rendering/svg/RenderSVGResource.h class Path; Path 64 Source/core/rendering/svg/RenderSVGResource.h virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short, const Path*, const RenderSVGShape*) { } Path 90 Source/core/rendering/svg/RenderSVGResourceClipper.cpp Path clipPath = Path(); Path 120 Source/core/rendering/svg/RenderSVGResourceClipper.cpp Path subPath; Path 214 Source/core/rendering/svg/RenderSVGResourceClipper.cpp const Path*, const RenderSVGShape*) { Path 54 Source/core/rendering/svg/RenderSVGResourceClipper.h virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short, const Path*, const RenderSVGShape*) OVERRIDE; Path 288 Source/core/rendering/svg/RenderSVGResourceFilter.cpp void RenderSVGResourceFilter::postApplyResource(RenderObject* object, GraphicsContext*& context, unsigned short resourceMode, const Path*, const RenderSVGShape*) Path 72 Source/core/rendering/svg/RenderSVGResourceFilter.h virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short resourceMode, const Path*, const RenderSVGShape*) OVERRIDE; Path 141 Source/core/rendering/svg/RenderSVGResourceGradient.cpp void RenderSVGResourceGradient::postApplyResource(RenderObject*, GraphicsContext*& context, unsigned short resourceMode, const Path* path, const RenderSVGShape* shape) Path 52 Source/core/rendering/svg/RenderSVGResourceGradient.h virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short resourceMode, const Path*, const RenderSVGShape*) OVERRIDE FINAL; Path 80 Source/core/rendering/svg/RenderSVGResourceMasker.cpp unsigned short resourceMode, const Path*, const RenderSVGShape*) Path 48 Source/core/rendering/svg/RenderSVGResourceMasker.h virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short, const Path*, const RenderSVGShape*) OVERRIDE; Path 182 Source/core/rendering/svg/RenderSVGResourcePattern.cpp void RenderSVGResourcePattern::postApplyResource(RenderObject*, GraphicsContext*& context, unsigned short resourceMode, const Path* path, const RenderSVGShape* shape) Path 55 Source/core/rendering/svg/RenderSVGResourcePattern.h virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short resourceMode, const Path*, const RenderSVGShape*) OVERRIDE; Path 84 Source/core/rendering/svg/RenderSVGResourceSolidColor.cpp void RenderSVGResourceSolidColor::postApplyResource(RenderObject*, GraphicsContext*& context, unsigned short resourceMode, const Path* path, const RenderSVGShape* shape) Path 38 Source/core/rendering/svg/RenderSVGResourceSolidColor.h virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short resourceMode, const Path*, const RenderSVGShape*) OVERRIDE; Path 65 Source/core/rendering/svg/RenderSVGShape.cpp m_path = adoptPtr(new Path); Path 83 Source/core/rendering/svg/RenderSVGShape.cpp Path* usePath = m_path.get(); Path 99 Source/core/rendering/svg/RenderSVGShape.cpp Path* usePath = nonScalingStrokePath(m_path.get(), nonScalingTransform); Path 169 Source/core/rendering/svg/RenderSVGShape.cpp Path* RenderSVGShape::nonScalingStrokePath(const Path* path, const AffineTransform& strokeTransform) const Path 171 Source/core/rendering/svg/RenderSVGShape.cpp DEFINE_STATIC_LOCAL(Path, tempPath, ()); Path 394 Source/core/rendering/svg/RenderSVGShape.cpp Path* usePath = nonScalingStrokePath(m_path.get(), nonScalingTransform); Path 49 Source/core/rendering/svg/RenderSVGShape.h RenderSVGShape(SVGGraphicsElement*, Path*, bool); Path 60 Source/core/rendering/svg/RenderSVGShape.h Path& path() const Path 77 Source/core/rendering/svg/RenderSVGShape.h Path* nonScalingStrokePath(const Path*, const AffineTransform&) const; Path 119 Source/core/rendering/svg/RenderSVGShape.h OwnPtr<Path> m_path; Path 52 Source/core/rendering/svg/RenderSVGTextPath.cpp Path RenderSVGTextPath::layoutPath() const Path 57 Source/core/rendering/svg/RenderSVGTextPath.cpp return Path(); Path 61 Source/core/rendering/svg/RenderSVGTextPath.cpp Path pathData; Path 32 Source/core/rendering/svg/RenderSVGTextPath.h Path layoutPath() const; Path 42 Source/core/rendering/svg/RenderSVGTextPath.h Path m_layoutPath; Path 390 Source/core/rendering/svg/SVGInlineTextBox.cpp void SVGInlineTextBox::releasePaintingResource(GraphicsContext*& context, const Path* path) Path 593 Source/core/rendering/svg/SVGInlineTextBox.cpp Path path; Path 69 Source/core/rendering/svg/SVGInlineTextBox.h void releasePaintingResource(GraphicsContext*&, const Path*); Path 37 Source/core/rendering/svg/SVGPathData.cpp static void updatePathFromCircleElement(SVGElement* element, Path& path) Path 47 Source/core/rendering/svg/SVGPathData.cpp static void updatePathFromEllipseElement(SVGElement* element, Path& path) Path 64 Source/core/rendering/svg/SVGPathData.cpp static void updatePathFromLineElement(SVGElement* element, Path& path) Path 73 Source/core/rendering/svg/SVGPathData.cpp static void updatePathFromPathElement(SVGElement* element, Path& path) Path 78 Source/core/rendering/svg/SVGPathData.cpp static void updatePathFromPolylineElement(SVGElement* element, Path& path) Path 94 Source/core/rendering/svg/SVGPathData.cpp static void updatePathFromPolygonElement(SVGElement* element, Path& path) Path 100 Source/core/rendering/svg/SVGPathData.cpp static void updatePathFromRectElement(SVGElement* element, Path& path) Path 132 Source/core/rendering/svg/SVGPathData.cpp void updatePathFromGraphicsElement(SVGElement* element, Path& path) Path 137 Source/core/rendering/svg/SVGPathData.cpp typedef void (*PathUpdateFunction)(SVGElement*, Path&); Path 26 Source/core/rendering/svg/SVGPathData.h class Path; Path 28 Source/core/rendering/svg/SVGPathData.h void updatePathFromGraphicsElement(SVGElement*, Path&); Path 173 Source/core/rendering/svg/SVGTextLayoutEngine.cpp Path path = textPath->layoutPath(); Path 176 Source/core/rendering/svg/SVGTextLayoutEngine.cpp m_textPathCalculator = new Path::PositionCalculator(path); Path 99 Source/core/rendering/svg/SVGTextLayoutEngine.h Path::PositionCalculator* m_textPathCalculator; Path 154 Source/core/rendering/svg/SVGTextRunRenderingContext.cpp Path glyphPath = svgGlyph.pathData; Path 115 Source/core/svg/SVGAnimateMotionElement.cpp m_path = Path(); Path 138 Source/core/svg/SVGAnimateMotionElement.cpp m_animationPath = Path(); Path 72 Source/core/svg/SVGAnimateMotionElement.h Path m_path; Path 73 Source/core/svg/SVGAnimateMotionElement.h Path m_animationPath; Path 262 Source/core/svg/SVGGraphicsElement.cpp void SVGGraphicsElement::toClipPath(Path& path) Path 33 Source/core/svg/SVGGraphicsElement.h class Path; Path 60 Source/core/svg/SVGGraphicsElement.h virtual void toClipPath(Path&); Path 32 Source/core/svg/SVGPathBuilder.h class Path; Path 38 Source/core/svg/SVGPathBuilder.h void setCurrentPath(Path* path) { m_path = path; } Path 59 Source/core/svg/SVGPathBuilder.h Path* m_path; Path 38 Source/core/svg/SVGPathUtilities.cpp static SVGPathBuilder* globalSVGPathBuilder(Path& result) Path 98 Source/core/svg/SVGPathUtilities.cpp bool buildPathFromString(const String& d, Path& result) Path 112 Source/core/svg/SVGPathUtilities.cpp bool buildPathFromByteStream(const SVGPathByteStream* stream, Path& result) Path 30 Source/core/svg/SVGPathUtilities.h class Path; Path 37 Source/core/svg/SVGPathUtilities.h bool buildPathFromString(const String&, Path&); Path 38 Source/core/svg/SVGPathUtilities.h bool buildPathFromByteStream(const SVGPathByteStream*, Path&); Path 518 Source/core/svg/SVGUseElement.cpp void SVGUseElement::toClipPath(Path& path) Path 73 Source/core/svg/SVGUseElement.h virtual void toClipPath(Path&) OVERRIDE; Path 432 Source/core/xml/XPathGrammar.y $$ = new Path($1, $3); Path 442 Source/core/xml/XPathGrammar.y $$ = new Path($1, $3); Path 188 Source/core/xml/XPathPath.cpp Path::Path(Expression* filter, LocationPath* path) Path 197 Source/core/xml/XPathPath.cpp Path::~Path() Path 203 Source/core/xml/XPathPath.cpp Value Path::evaluate() const Path 73 Source/core/xml/XPathPath.h class Path FINAL : public Expression { Path 75 Source/core/xml/XPathPath.h Path(Expression*, LocationPath*); Path 76 Source/core/xml/XPathPath.h virtual ~Path(); Path 104 Source/platform/fonts/SVGGlyph.h Path pathData; Path 600 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::drawFocusRing(const Path& focusRingPath, int width, int offset, const Color& color) Path 693 Source/platform/graphics/GraphicsContext.cpp Path path; Path 1259 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::fillPath(const Path& pathToFill) Path 1369 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::strokePath(const Path& pathToStroke) Path 1434 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::clipOut(const Path& pathToClip) Path 1446 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::clipPath(const Path& pathToClip, WindRule clipRule) Path 1483 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::canvasClip(const Path& pathToClip, WindRule clipRule) Path 1652 Source/platform/graphics/GraphicsContext.cpp Path path; Path 231 Source/platform/graphics/GraphicsContext.h void fillPath(const Path&); Path 232 Source/platform/graphics/GraphicsContext.h void strokePath(const Path&); Path 295 Source/platform/graphics/GraphicsContext.h void clipPath(const Path&, WindRule = RULE_EVENODD); Path 336 Source/platform/graphics/GraphicsContext.h void drawFocusRing(const Path&, int width, int offset, const Color&); Path 351 Source/platform/graphics/GraphicsContext.h void canvasClip(const Path&, WindRule = RULE_EVENODD); Path 352 Source/platform/graphics/GraphicsContext.h void clipOut(const Path&); Path 198 Source/platform/graphics/GraphicsContextTest.cpp Path path; Path 471 Source/platform/graphics/GraphicsContextTest.cpp Path path; Path 947 Source/platform/graphics/GraphicsContextTest.cpp Path path; Path 992 Source/platform/graphics/GraphicsContextTest.cpp Path path; Path 44 Source/platform/graphics/Path.cpp Path::Path() Path 49 Source/platform/graphics/Path.cpp Path::Path(const Path& other) Path 54 Source/platform/graphics/Path.cpp Path::~Path() Path 58 Source/platform/graphics/Path.cpp Path& Path::operator=(const Path& other) Path 64 Source/platform/graphics/Path.cpp bool Path::operator==(const Path& other) const Path 69 Source/platform/graphics/Path.cpp bool Path::contains(const FloatPoint& point, WindRule rule) const Path 74 Source/platform/graphics/Path.cpp bool Path::strokeContains(const FloatPoint& point, const StrokeData& strokeData) const Path 84 Source/platform/graphics/Path.cpp FloatRect Path::boundingRect() const Path 89 Source/platform/graphics/Path.cpp FloatRect Path::strokeBoundingRect(const StrokeData& strokeData) const Path 108 Source/platform/graphics/Path.cpp void Path::apply(void* info, PathApplierFunction function) const Path 146 Source/platform/graphics/Path.cpp void Path::transform(const AffineTransform& xform) Path 151 Source/platform/graphics/Path.cpp float Path::length() const Path 163 Source/platform/graphics/Path.cpp FloatPoint Path::pointAtLength(float length, bool& ok) const Path 171 Source/platform/graphics/Path.cpp float Path::normalAngleAtLength(float length, bool& ok) const Path 200 Source/platform/graphics/Path.cpp bool Path::pointAndNormalAtLength(float length, FloatPoint& point, float& normal) const Path 212 Source/platform/graphics/Path.cpp Path::PositionCalculator::PositionCalculator(const Path& path) Path 219 Source/platform/graphics/Path.cpp bool Path::PositionCalculator::pointAndNormalAtLength(float length, FloatPoint& point, float& normalAngle) Path 240 Source/platform/graphics/Path.cpp void Path::clear() Path 245 Source/platform/graphics/Path.cpp bool Path::isEmpty() const Path 250 Source/platform/graphics/Path.cpp bool Path::hasCurrentPoint() const Path 255 Source/platform/graphics/Path.cpp FloatPoint Path::currentPoint() const Path 271 Source/platform/graphics/Path.cpp WindRule Path::windRule() const Path 278 Source/platform/graphics/Path.cpp void Path::setWindRule(const WindRule rule) Path 285 Source/platform/graphics/Path.cpp void Path::moveTo(const FloatPoint& point) Path 290 Source/platform/graphics/Path.cpp void Path::addLineTo(const FloatPoint& point) Path 295 Source/platform/graphics/Path.cpp void Path::addQuadCurveTo(const FloatPoint& cp, const FloatPoint& ep) Path 300 Source/platform/graphics/Path.cpp void Path::addBezierCurveTo(const FloatPoint& p1, const FloatPoint& p2, const FloatPoint& ep) Path 305 Source/platform/graphics/Path.cpp void Path::addArcTo(const FloatPoint& p1, const FloatPoint& p2, float radius) Path 310 Source/platform/graphics/Path.cpp void Path::closeSubpath() Path 315 Source/platform/graphics/Path.cpp void Path::addEllipse(const FloatPoint& p, float radiusX, float radiusY, float startAngle, float endAngle, bool anticlockwise) Path 353 Source/platform/graphics/Path.cpp void Path::addArc(const FloatPoint& p, float radius, float startAngle, float endAngle, bool anticlockwise) Path 358 Source/platform/graphics/Path.cpp void Path::addRect(const FloatRect& rect) Path 363 Source/platform/graphics/Path.cpp void Path::addEllipse(const FloatPoint& p, float radiusX, float radiusY, float rotation, float startAngle, float endAngle, bool anticlockwise) Path 383 Source/platform/graphics/Path.cpp void Path::addEllipse(const FloatRect& rect) Path 388 Source/platform/graphics/Path.cpp void Path::addRoundedRect(const RoundedRect& r) Path 393 Source/platform/graphics/Path.cpp void Path::addRoundedRect(const FloatRect& rect, const FloatSize& roundingRadii) Path 421 Source/platform/graphics/Path.cpp void Path::addRoundedRect(const FloatRect& rect, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize& bottomRightRadius) Path 438 Source/platform/graphics/Path.cpp void Path::addPathForRoundedRect(const FloatRect& rect, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize& bottomRightRadius) Path 447 Source/platform/graphics/Path.cpp void Path::addBeziersForRoundedRect(const FloatRect& rect, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize& bottomRightRadius) Path 475 Source/platform/graphics/Path.cpp void Path::addPath(const Path& src, const AffineTransform& transform) Path 480 Source/platform/graphics/Path.cpp void Path::translate(const FloatSize& size) Path 485 Source/platform/graphics/Path.cpp bool Path::unionPath(const Path& other) Path 69 Source/platform/graphics/Path.h class PLATFORM_EXPORT Path { Path 72 Source/platform/graphics/Path.h Path(); Path 73 Source/platform/graphics/Path.h ~Path(); Path 75 Source/platform/graphics/Path.h Path(const Path&); Path 76 Source/platform/graphics/Path.h Path& operator=(const Path&); Path 77 Source/platform/graphics/Path.h bool operator==(const Path&) const; Path 98 Source/platform/graphics/Path.h explicit PositionCalculator(const Path&); Path 134 Source/platform/graphics/Path.h void addPath(const Path&, const AffineTransform&); Path 147 Source/platform/graphics/Path.h bool unionPath(const Path& other); Path 398 Source/platform/weborigin/KURLTest.cpp TEST(KURLTest, Path) Path 178 Source/web/LinkHighlight.cpp static void addQuadToPath(const FloatQuad& quad, Path& path) Path 224 Source/web/LinkHighlight.cpp Path newPath; Path 90 Source/web/LinkHighlight.h WebCore::Path m_path;