Home
last modified time | relevance | path

Searched refs:getBBox (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGStyledLocatableElement.cpp47 FloatRect SVGStyledLocatableElement::getBBox(StyleUpdateStrategy styleUpdateStrategy) const in getBBox() function in WebCore::SVGStyledLocatableElement
49 return SVGLocatable::getBBox(this, styleUpdateStrategy); in getBBox()
DSVGLocatable.h44 virtual FloatRect getBBox(StyleUpdateStrategy) const = 0;
60 static FloatRect getBBox(const SVGElement*, StyleUpdateStrategy);
DSVGStyledTransformableElement.cpp122 FloatRect SVGStyledTransformableElement::getBBox(StyleUpdateStrategy styleUpdateStrategy) const in getBBox() function in WebCore::SVGStyledTransformableElement
124 return SVGTransformable::getBBox(this, styleUpdateStrategy); in getBBox()
DSVGTextElement.cpp73 FloatRect SVGTextElement::getBBox(StyleUpdateStrategy styleUpdateStrategy) const in getBBox() function in WebCore::SVGTextElement
75 return SVGTransformable::getBBox(this, styleUpdateStrategy); in getBBox()
DSVGStyledLocatableElement.h38 virtual FloatRect getBBox(StyleUpdateStrategy = AllowStyleUpdate) const;
DSVGTextElement.h39 virtual FloatRect getBBox(StyleUpdateStrategy = AllowStyleUpdate) const;
DSVGStyledTransformableElement.h48 virtual FloatRect getBBox(StyleUpdateStrategy = AllowStyleUpdate) const;
DSVGElement.cpp195 rect = static_cast<const SVGStyledLocatableElement*>(this)->getBBox(styleUpdateStrategy); in boundingBox()
199 rect = static_cast<const SVGTextElement*>(this)->getBBox(styleUpdateStrategy); in boundingBox()
DSVGLocatable.cpp67 FloatRect SVGLocatable::getBBox(const SVGElement* element, StyleUpdateStrategy styleUpdateStrategy) in getBBox() function in WebCore::SVGLocatable
DSVGLocatable.idl33 SVGRect getBBox();
DSVGSVGElement.cpp429 return rect.intersects(getBBox()); in checkIntersection()
437 return rect.contains(getBBox()); in checkEnclosure()
/external/webkit/Source/WebCore/
DChangeLog-2005-12-194528 (SVGLocatableImpl::getBBox): fixed bbox() behavior
5564 (SVGLocatableImpl::getBBox):
5695 (SVGStyledLocatableElementImpl::getBBox):
5712 (SVGStyledTransformableElementImpl::getBBox):
5743 (SVGTextElementImpl::getBBox):
DChangeLog-2006-12-316963 (WebCore::SVGLocatable::getBBox):
21829 - Removes #ifdefs around the getBBox() method in SVGLocatable.idl allowing
22376 (WebCore::SVGLocatable::getBBox):
51581 (SVGLocatable::getBBox):
51644 (SVGStyledLocatableElement::getBBox):
51647 (SVGStyledTransformableElement::getBBox):
51661 (WebCore::SVGTextElement::getBBox):
DChangeLog-2010-12-0627756 methods: nearestViewportElement, farthestViewportElement, getBBox.
27764 (SVGStyledTransformableElement::getBBox):
27823 Dispatched the calls from Element::getBoundingClientRect to getBBox
27826 as a class that provides getBBox.
27832 methods: nearestViewportElement, farthestViewportElement, getBBox.
27848 (SVGStyledTransformableElement::getBBox): Removed.
56898 Use getBBox to retrieve the bounding rectangle for SVG elements.
75426 (WebCore::SVGLocatable::getBBox):
75432 (WebCore::SVGStyledLocatableElement::getBBox):
75439 (WebCore::SVGStyledTransformableElement::getBBox):
[all …]
DChangeLog-2009-06-1620068 This patch also discovered that at least tspan.getBBox() is broken. This
20069 along with the foreignObject.getBBox() change will be tested (and fixed) in a
20072 No change in behavior (besides the above mentioned foreignObject.getBBox()), thus no tests.
20075 …derForeignObject::objectBoundingBox): this is a behavior improvement for getBBox() test case comin…
20134 (WebCore::SVGLocatable::getBBox):
20352 (WebCore::SVGLocatable::getBBox):
DChangeLog-2006-05-1032922 (SVGLocatableImpl::getBBox):
36995 (SVGLocatableImpl::getBBox): Rect -> QRectF
DChangeLog-2010-05-2428356 (WebCore::SVGLocatable::getBBox):
DChangeLog-2007-10-1466588 (WebCore::SVGLocatable::getBBox):
DChangeLog-2008-08-1016384 (WebCore::SVGLocatable::getBBox): Add missing updateLayout call.