OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calculateBoundaries
(Results
1 - 12
of
12
) sorted by null
/external/webkit/Source/WebCore/rendering/svg/
SVGInlineFlowBox.h
46
virtual IntRect
calculateBoundaries
() const;
SVGMarkerLayoutInfo.h
52
FloatRect
calculateBoundaries
(RenderSVGResourceMarker* startMarker, RenderSVGResourceMarker* midMarker, RenderSVGResourceMarker* endMarker, float strokeWidth, const Path&);
SVGInlineTextBox.h
54
virtual IntRect
calculateBoundaries
() const;
SVGInlineFlowBox.cpp
75
IntRect SVGInlineFlowBox::
calculateBoundaries
() const
79
childRect.unite(child->
calculateBoundaries
());
SVGRootInlineBox.cpp
143
IntRect boxRect = textBox->
calculateBoundaries
();
158
IntRect boxRect = flowBox->
calculateBoundaries
();
177
childRect.unite(child->
calculateBoundaries
());
SVGMarkerLayoutInfo.cpp
68
FloatRect SVGMarkerLayoutInfo::
calculateBoundaries
(RenderSVGResourceMarker* startMarker, RenderSVGResourceMarker* midMarker, RenderSVGResourceMarker* endMarker, float strokeWidth, const Path& path)
RenderSVGInlineText.cpp
133
boundingBox.unite(box->
calculateBoundaries
());
RenderSVGPath.cpp
303
return m_markerLayoutInfo.
calculateBoundaries
(markerStart, markerMid, markerEnd, svgStyle->strokeWidth().value(svgElement), m_path);
SVGInlineTextBox.cpp
711
IntRect SVGInlineTextBox::
calculateBoundaries
() const
/external/webkit/Source/WebCore/rendering/
InlineTextBox.h
98
virtual IntRect
calculateBoundaries
() const { return IntRect(x(), y(), width(), height()); }
InlineBox.h
176
virtual IntRect
calculateBoundaries
() const
RenderText.cpp
385
IntRect boundaries = box->
calculateBoundaries
();
419
IntRect r(box->
calculateBoundaries
());
[
all
...]
Completed in 1380 milliseconds