OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVGElement
(Results
201 - 225
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/
SVGUseElement.cpp
81
, m_svgLoadEventTimer(this, &
SVGElement
::svgLoadEventTimerFired)
274
SVGElement
* element = targetInstance->correspondingElement();
282
SVGElement
* shadowTreeElement = targetInstance->shadowTreeElement();
426
void SVGUseElement::buildShadowAndInstanceTree(
SVGElement
* target)
575
void SVGUseElement::buildInstanceTree(
SVGElement
* target, SVGElementInstance* targetInstance, bool& foundProblem, bool foundUse)
583
SVGElement
* newTarget = 0;
608
SVGElement
* element = 0;
636
bool SVGUseElement::hasCycleUseReferencing(SVGUseElement* use, SVGElementInstance* targetInstance,
SVGElement
*& newTarget)
654
SVGElement
* element = instance->correspondingElement();
680
void SVGUseElement::buildShadowTree(
SVGElement
* target, SVGElementInstance* targetInstance
[
all
...]
SVGAnimationElement.cpp
35
#include "core/svg/
SVGElement
.h"
362
bool SVGAnimationElement::isTargetAttributeCSSProperty(
SVGElement
* targetElement, const QualifiedName& attributeName)
366
return
SVGElement
::isAnimatableCSSProperty(attributeName);
369
SVGAnimationElement::ShouldApplyAnimation SVGAnimationElement::shouldApplyAnimation(
SVGElement
* targetElement, const QualifiedName& attributeName)
641
void SVGAnimationElement::computeCSSPropertyValue(
SVGElement
* element, CSSPropertyID id, String& value)
651
void SVGAnimationElement::adjustForInheritance(
SVGElement
* targetElement, const QualifiedName& attributeName, String& value)
661
SVGElement
* svgParent = toSVGElement(parent);
665
static bool inheritsFromProperty(
SVGElement
* targetElement, const QualifiedName& attributeName, const String& value)
672
return
SVGElement
::isAnimatableCSSProperty(attributeName);
677
SVGElement
* targetElement = this->targetElement()
[
all
...]
SVGAnimatedBoolean.cpp
28
SVGAnimatedBooleanAnimator::SVGAnimatedBooleanAnimator(SVGAnimationElement* animationElement,
SVGElement
* contextElement)
SVGAnimatedInteger.h
45
SVGAnimatedIntegerAnimator(SVGAnimationElement*,
SVGElement
*);
SVGAnimatedPreserveAspectRatio.cpp
28
SVGAnimatedPreserveAspectRatioAnimator::SVGAnimatedPreserveAspectRatioAnimator(SVGAnimationElement* animationElement,
SVGElement
* contextElement)
SVGAnimatorFactory.h
47
static PassOwnPtr<SVGAnimatedTypeAnimator> create(SVGAnimationElement* animationElement,
SVGElement
* contextElement, AnimatedPropertyType attributeType)
SVGFilterElement.h
31
#include "core/svg/
SVGElement
.h"
38
class SVGFilterElement FINAL : public
SVGElement
,
SVGFontElement.h
28
#include "core/svg/
SVGElement
.h"
55
class SVGFontElement FINAL : public
SVGElement
SVGGradientElement.h
28
#include "core/svg/
SVGElement
.h"
76
class SVGGradientElement : public
SVGElement
,
SVGStringList.cpp
24
#include "core/svg/
SVGElement
.h"
30
void SVGStringList::commitChange(
SVGElement
* contextElement)
SVGFilterElement.cpp
61
:
SVGElement
(SVGNames::filterTag, document)
124
SVGElement
::parseAttribute(name, value);
158
SVGElement
::svgAttributeChanged(attrName);
177
SVGElement
::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
203
const
SVGElement
*
svgElement
= toSVGElement(&child);
234
return allowedChildElementTags.contains<SVGAttributeHashTranslator>(
svgElement
->tagQName());
SVGAElement.cpp
89
return
SVGElement
::title();
205
return
SVGElement
::rendererIsFocusable();
SVGAnimatedColor.cpp
31
SVGAnimatedColorAnimator::SVGAnimatedColorAnimator(SVGAnimationElement* animationElement,
SVGElement
* contextElement)
50
static inline void adjustForCurrentColor(
SVGElement
* targetElement, Color& color)
SVGAnimatedEnumeration.cpp
42
static inline unsigned enumerationValueForTargetAttribute(
SVGElement
* targetElement, const QualifiedName& attrName, const String& value)
102
SVGAnimatedEnumerationAnimator::SVGAnimatedEnumerationAnimator(SVGAnimationElement* animationElement,
SVGElement
* contextElement)
SVGPathElement.h
112
static void synchronizeD(
SVGElement
* contextElement);
113
static PassRefPtr<SVGAnimatedProperty> lookupOrCreateDWrapper(
SVGElement
* contextElement);
SVGPolyElement.cpp
136
void SVGPolyElement::synchronizePoints(
SVGElement
* contextElement)
145
PassRefPtr<SVGAnimatedProperty> SVGPolyElement::lookupOrCreatePointsWrapper(
SVGElement
* contextElement)
SVGSVGElement.cpp
329
PassRefPtr<NodeList> SVGSVGElement::collectIntersectionOrEnclosureList(const SVGRect& rect,
SVGElement
* referenceElement, CollectIntersectionOrEnclosure collect) const
335
SVGElement
*
svgElement
= toSVGElement(element);
337
if (checkIntersection(
svgElement
, rect))
340
if (checkEnclosure(
svgElement
, rect))
350
PassRefPtr<NodeList> SVGSVGElement::getIntersectionList(const SVGRect& rect,
SVGElement
* referenceElement) const
355
PassRefPtr<NodeList> SVGSVGElement::getEnclosureList(const SVGRect& rect,
SVGElement
* referenceElement) const
360
bool SVGSVGElement::checkIntersection(
SVGElement
* element, const SVGRect& rect) const
367
bool SVGSVGElement::checkEnclosure(
SVGElement
* element, const SVGRect& rect) const
420
AffineTransform SVGSVGElement::localCoordinateSpaceTransform(
SVGElement
::CTMScope mode) cons
[
all
...]
SVGAnimatedString.cpp
28
SVGAnimatedStringAnimator::SVGAnimatedStringAnimator(SVGAnimationElement* animationElement,
SVGElement
* contextElement)
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGPropertyTearOff.h
23
#include "core/svg/
SVGElement
.h"
80
SVGElement
* contextElement() const
180
SVGElement
* m_contextElement;
SVGAnimatedListPropertyTearOff.h
165
static PassRefPtr<SVGAnimatedListPropertyTearOff<PropertyType> > create(
SVGElement
* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, PropertyType& values)
172
SVGAnimatedListPropertyTearOff(
SVGElement
* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, PropertyType& values)
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceContainer.h
33
explicit RenderSVGResourceContainer(
SVGElement
*);
SVGTextLayoutEngine.h
35
class
SVGElement
;
ReferenceFilterBuilder.cpp
70
// Returns whether or not the
SVGElement
object contains a valid color-interpolation-filters attribute
71
static bool getSVGElementColorSpace(
SVGElement
*
svgElement
, ColorSpace& cs)
73
if (!
svgElement
)
76
const RenderObject* renderer =
svgElement
->renderer();
85
RefPtr<CSSValue> cssValue =
svgElement
->getPresentationAttribute(
157
SVGElement
* element = toSVGElement(node);
SVGTextLayoutEngineSpacing.cpp
82
float SVGTextLayoutEngineSpacing::calculateCSSKerningAndSpacing(const SVGRenderStyle* style,
SVGElement
* contextElement, UChar currentCharacter)
RenderSVGModelObject.cpp
42
RenderSVGModelObject::RenderSVGModelObject(
SVGElement
* node)
131
SVGElement
* stopAtElement = element->nearestViewportElement();
138
SVGElement
* currentElement = toSVGElement(current);
185
SVGGraphicsElement*
svgElement
= toSVGGraphicsElement(renderer->node());
186
getElementCTM(
svgElement
, ctm);
187
ASSERT(
svgElement
->renderer());
188
return intersectsAllowingEmpty(rect, ctm.mapRect(
svgElement
->renderer()->repaintRectInLocalCoordinates()));
198
SVGGraphicsElement*
svgElement
= toSVGGraphicsElement(renderer->node());
199
getElementCTM(
svgElement
, ctm);
200
ASSERT(
svgElement
->renderer())
[
all
...]
Completed in 148 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>