OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getBBox
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGStyledLocatableElement.cpp
47
FloatRect SVGStyledLocatableElement::
getBBox
(StyleUpdateStrategy styleUpdateStrategy) const
49
return SVGLocatable::
getBBox
(this, styleUpdateStrategy);
SVGLocatable.cpp
67
FloatRect SVGLocatable::
getBBox
(const SVGElement* element, StyleUpdateStrategy styleUpdateStrategy)
73
// FIXME: Eventually we should support
getBBox
for detached elements.
SVGStyledTransformableElement.cpp
122
FloatRect SVGStyledTransformableElement::
getBBox
(StyleUpdateStrategy styleUpdateStrategy) const
124
return SVGTransformable::
getBBox
(this, styleUpdateStrategy);
SVGTextElement.cpp
73
FloatRect SVGTextElement::
getBBox
(StyleUpdateStrategy styleUpdateStrategy) const
75
return SVGTransformable::
getBBox
(this, styleUpdateStrategy);
Completed in 643 milliseconds