OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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"
41
SVGGeometryElement
::
SVGGeometryElement
(const QualifiedName& tagName, Document& document, ConstructionType constructionType)
46
bool
SVGGeometryElement
::isPointInFill(const SVGPoint& point) const
60
bool
SVGGeometryElement
::isPointInStroke(const SVGPoint& point) const
SVGGeometryElement.h
39
class
SVGGeometryElement
: public SVGGraphicsElement {
45
SVGGeometryElement
(const QualifiedName&, Document&, ConstructionType = CreateSVGElement);
Completed in 31 milliseconds