HomeSort by relevance Sort by last modified time
    Searched refs:SVGElement (Results 1 - 25 of 180) sorted by null

1 2 3 4 5 6 7 8

  /external/webkit/WebCore/svg/
SVGLocatable.h 32 class SVGElement;
40 virtual SVGElement* nearestViewportElement() const = 0;
41 virtual SVGElement* farthestViewportElement() const = 0;
46 AffineTransform getTransformToElement(SVGElement*, ExceptionCode&) const;
48 static SVGElement* nearestViewportElement(const SVGElement*);
49 static SVGElement* farthestViewportElement(const SVGElement*);
52 static FloatRect getBBox(const SVGElement*);
53 static AffineTransform getCTM(const SVGElement*);
    [all...]
SVGFontElement.idl 28 interface [Conditional=SVG&SVG_FONTS] SVGFontElement : SVGElement {
SVGFontFaceElement.idl 28 interface [Conditional=SVG&SVG_FONTS] SVGFontFaceElement : SVGElement {
SVGFontFaceFormatElement.idl 28 interface [Conditional=SVG&SVG_FONTS] SVGFontFaceFormatElement : SVGElement {
SVGFontFaceNameElement.idl 28 interface [Conditional=SVG&SVG_FONTS] SVGFontFaceNameElement : SVGElement {
SVGFontFaceSrcElement.idl 28 interface [Conditional=SVG&SVG_FONTS] SVGFontFaceSrcElement : SVGElement {
SVGFontFaceUriElement.idl 28 interface [Conditional=SVG&SVG_FONTS] SVGFontFaceUriElement : SVGElement {
SVGGlyphElement.idl 28 interface [Conditional=SVG&SVG_FONTS] SVGGlyphElement : SVGElement {
SVGHKernElement.idl 22 interface [Conditional=SVG&SVG_FONTS] SVGHKernElement : SVGElement {
SVGMetadataElement.idl 24 interface [Conditional=SVG] SVGMetadataElement : SVGElement {
SVGMissingGlyphElement.idl 28 interface [Conditional=SVG&SVG_FONTS] SVGMissingGlyphElement : SVGElement {
SVGLocatable.idl 30 readonly attribute SVGElement nearestViewportElement;
31 readonly attribute SVGElement farthestViewportElement;
36 SVGMatrix getTransformToElement(in SVGElement element)
SVGDescElement.idl 28 interface [Conditional=SVG] SVGDescElement : SVGElement,
SVGFEFloodElement.idl 28 interface [Conditional=SVG&FILTERS] SVGFEFloodElement : SVGElement,
SVGFEMergeElement.idl 28 interface [Conditional=SVG&FILTERS] SVGFEMergeElement : SVGElement,
SVGSymbolElement.idl 28 interface [Conditional=SVG] SVGSymbolElement : SVGElement,
SVGTitleElement.idl 28 interface [Conditional=SVG] SVGTitleElement : SVGElement,
SVGAnimationElement.idl 28 interface [Conditional=SVG_ANIMATION, OmitConstructor] SVGAnimationElement : SVGElement,
32 readonly attribute SVGElement targetElement;
SVGStyledLocatableElement.h 30 class SVGElement;
40 virtual SVGElement* nearestViewportElement() const;
41 virtual SVGElement* farthestViewportElement() const;
SVGFontFaceNameElement.h 24 #include "SVGElement.h"
28 class SVGFontFaceNameElement : public SVGElement {
SVGMetadataElement.cpp 28 : SVGElement(tagName, doc)
SVGMetadataElement.h 25 #include "SVGElement.h"
28 class SVGMetadataElement : public SVGElement {
SVGLocatable.cpp 52 SVGElement* SVGLocatable::nearestViewportElement(const SVGElement* element)
57 return static_cast<SVGElement*>(n);
63 SVGElement* SVGLocatable::farthestViewportElement(const SVGElement* element)
66 SVGElement* farthest = 0;
69 farthest = static_cast<SVGElement*>(n);
74 FloatRect SVGLocatable::getBBox(const SVGElement* element)
85 AffineTransform SVGLocatable::getCTM(const SVGElement* element)
92 SVGElement* parentElement = static_cast<SVGElement*>(parent)
    [all...]
SVGAElement.idl 28 interface [Conditional=SVG] SVGAElement : SVGElement,
  /external/webkit/WebCore/rendering/
RenderSVGBlock.h 32 class SVGElement;
36 RenderSVGBlock(SVGElement*);

Completed in 415 milliseconds

1 2 3 4 5 6 7 8