OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVGElement
(Results
126 - 150
of
279
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGraphicsElement.cpp
39
REGISTER_PARENT_ANIMATED_PROPERTIES(
SVGElement
)
44
:
SVGElement
(tagName, document, constructionType)
53
AffineTransform SVGGraphicsElement::getTransformToElement(
SVGElement
* target, ExceptionState& exceptionState)
69
static AffineTransform computeCTM(SVGGraphicsElement* element,
SVGElement
::CTMScope mode, SVGGraphicsElement::StyleUpdateStrategy styleUpdateStrategy)
77
SVGElement
* stopAtElement = mode == SVGGraphicsElement::NearestViewportScope ? element->nearestViewportElement() : 0;
153
SVGElement
::parseAttribute(name, value);
173
SVGElement
::svgAttributeChanged(attrName);
206
SVGElement
* SVGGraphicsElement::nearestViewportElement() const
216
SVGElement
* SVGGraphicsElement::farthestViewportElement() const
218
SVGElement
* farthest = 0
[
all
...]
SVGGlyphElement.cpp
34
:
SVGElement
(SVGNames::glyphTag, document)
56
SVGElement
::parseAttribute(name, value);
62
return
SVGElement
::insertedInto(rootParent);
69
SVGElement
::removedFrom(rootParent);
111
static inline float parseSVGGlyphAttribute(const
SVGElement
* element, const WebCore::QualifiedName& name)
120
SVGGlyph SVGGlyphElement::buildGenericGlyphIdentifier(const
SVGElement
* element)
SVGGradientElement.cpp
51
REGISTER_PARENT_ANIMATED_PROPERTIES(
SVGElement
)
55
:
SVGElement
(tagName, document)
79
SVGElement
::parseAttribute(name, value);
116
SVGElement
::svgAttributeChanged(attrName);
129
SVGElement
::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
144
SVGElement
* element = n->isSVGElement() ? toSVGElement(n) : 0;
SVGSVGElement.h
107
PassRefPtr<NodeList> getIntersectionList(const SVGRect&,
SVGElement
* referenceElement) const;
108
PassRefPtr<NodeList> getEnclosureList(const SVGRect&,
SVGElement
* referenceElement) const;
109
bool checkIntersection(
SVGElement
*, const SVGRect&) const;
110
bool checkEnclosure(
SVGElement
*, const SVGRect&) const;
161
PassRefPtr<NodeList> collectIntersectionOrEnclosureList(const SVGRect&,
SVGElement
*, CollectIntersectionOrEnclosure) const;
173
virtual AffineTransform localCoordinateSpaceTransform(
SVGElement
::CTMScope) const;
SVGTests.cpp
28
#include "core/svg/
SVGElement
.h"
41
&
SVGElement
::synchronizeRequiredFeatures,
56
&
SVGElement
::synchronizeRequiredExtensions,
71
&
SVGElement
::synchronizeSystemLanguage,
155
void SVGTests::synchronizeRequiredFeatures(
SVGElement
* contextElement)
164
void SVGTests::synchronizeRequiredExtensions(
SVGElement
* contextElement)
173
void SVGTests::synchronizeSystemLanguage(
SVGElement
* contextElement)
SVGGlyphRefElement.cpp
36
REGISTER_PARENT_ANIMATED_PROPERTIES(
SVGElement
)
40
:
SVGElement
(SVGNames::glyphRefTag, document)
83
SVGElement
::parseAttribute(name, value);
SVGAltGlyphItemElement.cpp
31
:
SVGElement
(SVGNames::altGlyphItemTag, document)
SVGAnimatedColor.h
31
SVGAnimatedColorAnimator(SVGAnimationElement*,
SVGElement
*);
SVGAnimatedIntegerOptionalInteger.h
31
SVGAnimatedIntegerOptionalIntegerAnimator(SVGAnimationElement*,
SVGElement
*);
SVGAnimatedNumberOptionalNumber.h
31
SVGAnimatedNumberOptionalNumberAnimator(SVGAnimationElement*,
SVGElement
*);
SVGAnimatedPath.h
31
SVGAnimatedPathAnimator(SVGAnimationElement*,
SVGElement
*);
SVGAnimatedPointList.h
35
SVGAnimatedPointListAnimator(SVGAnimationElement*,
SVGElement
*);
SVGAnimatedTypeAnimator.cpp
24
#include "core/svg/
SVGElement
.h"
33
SVGElementAnimatedProperties::SVGElementAnimatedProperties(
SVGElement
* element, Vector<RefPtr<SVGAnimatedProperty> >& properties)
38
SVGAnimatedTypeAnimator::SVGAnimatedTypeAnimator(AnimatedPropertyType type, SVGAnimationElement* animationElement,
SVGElement
* contextElement)
62
SVGElementAnimatedPropertyList SVGAnimatedTypeAnimator::findAnimatedPropertiesForAttributeName(
SVGElement
* targetElement, const QualifiedName& attributeName)
80
SVGElement
* shadowTreeElement = (*it)->shadowTreeElement();
SVGFontFaceUriElement.h
27
#include "core/svg/
SVGElement
.h"
33
class SVGFontFaceUriElement FINAL : public
SVGElement
, public FontResourceClient {
SVGMPathElement.h
26
#include "core/svg/
SVGElement
.h"
34
class SVGMPathElement FINAL : public
SVGElement
,
SVGStopElement.h
26
#include "core/svg/
SVGElement
.h"
30
class SVGStopElement FINAL : public
SVGElement
{
SVGSymbolElement.h
27
#include "core/svg/
SVGElement
.h"
33
class SVGSymbolElement FINAL : public
SVGElement
,
SVGAnimationElement.h
79
static bool isTargetAttributeCSSProperty(
SVGElement
*, const QualifiedName&);
92
ShouldApplyAnimation shouldApplyAnimation(
SVGElement
* targetElement, const QualifiedName& attributeName);
99
AnimatedPropertyValueType valueType, AnimatedType& animatedType,
SVGElement
* contextElement)
167
void computeCSSPropertyValue(
SVGElement
*, CSSPropertyID, String& value);
194
virtual void setTargetElement(
SVGElement
*) OVERRIDE;
206
void checkInvalidCSSAttributeType(
SVGElement
*);
222
void applyAnimatedValue(ShouldApplyAnimation,
SVGElement
* targetElement, const QualifiedName& attributeName, SVGAnimatedType*);
223
void adjustForInheritance(
SVGElement
* targetElement, const QualifiedName& attributeName, String&);
SVGComponentTransferFunctionElement.idl
28
] interface SVGComponentTransferFunctionElement :
SVGElement
{
SVGFECompositeElement.idl
28
] interface SVGFECompositeElement :
SVGElement
{
SVGFEConvolveMatrixElement.idl
28
] interface SVGFEConvolveMatrixElement :
SVGElement
{
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGBlock.cpp
28
#include "core/svg/
SVGElement
.h"
32
RenderSVGBlock::RenderSVGBlock(
SVGElement
* element)
RenderSVGViewportContainer.h
34
explicit RenderSVGViewportContainer(
SVGElement
*);
SVGPathData.cpp
37
static void updatePathFromCircleElement(
SVGElement
* element, Path& path)
47
static void updatePathFromEllipseElement(
SVGElement
* element, Path& path)
61
static void updatePathFromLineElement(
SVGElement
* element, Path& path)
70
static void updatePathFromPathElement(
SVGElement
* element, Path& path)
75
static void updatePathFromPolygonElement(
SVGElement
* element, Path& path)
90
static void updatePathFromPolylineElement(
SVGElement
* element, Path& path)
103
static void updatePathFromRectElement(
SVGElement
* element, Path& path)
133
void updatePathFromGraphicsElement(
SVGElement
* element, Path& path)
138
typedef void (*PathUpdateFunction)(
SVGElement
*, Path&);
RenderSVGContainer.h
30
class
SVGElement
;
34
explicit RenderSVGContainer(
SVGElement
*);
Completed in 517 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>