HomeSort by relevance Sort by last modified time
    Searched defs:SVGGeometryElement (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGeometryElement.cpp 32 #include "core/svg/SVGGeometryElement.h"
42 SVGGeometryElement::SVGGeometryElement(const QualifiedName& tagName, Document& document, ConstructionType constructionType)
47 bool SVGGeometryElement::isPointInFill(PassRefPtr<SVGPointTearOff> point) const
61 bool SVGGeometryElement::isPointInStroke(PassRefPtr<SVGPointTearOff> point) const
SVGGeometryElement.h 40 class SVGGeometryElement : public SVGGraphicsElement {
47 SVGGeometryElement(const QualifiedName&, Document&, ConstructionType = CreateSVGElement);

Completed in 112 milliseconds