Searched refs:calculateBoundaries (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGInlineFlowBox.h46 virtual IntRect calculateBoundaries() const;
H A DSVGMarkerLayoutInfo.h52 FloatRect calculateBoundaries(RenderSVGResourceMarker* startMarker, RenderSVGResourceMarker* midMarker, RenderSVGResourceMarker* endMarker, float strokeWidth, const Path&);
H A DSVGInlineFlowBox.cpp75 IntRect SVGInlineFlowBox::calculateBoundaries() const function in class:WebCore::SVGInlineFlowBox
79 childRect.unite(child->calculateBoundaries());
H A DSVGInlineTextBox.h54 virtual IntRect calculateBoundaries() const;
H A DSVGRootInlineBox.cpp143 IntRect boxRect = textBox->calculateBoundaries();
158 IntRect boxRect = flowBox->calculateBoundaries();
177 childRect.unite(child->calculateBoundaries());
H A DSVGMarkerLayoutInfo.cpp68 FloatRect SVGMarkerLayoutInfo::calculateBoundaries(RenderSVGResourceMarker* startMarker, RenderSVGResourceMarker* midMarker, RenderSVGResourceMarker* endMarker, float strokeWidth, const Path& path) function in class:WebCore::SVGMarkerLayoutInfo
H A DRenderSVGInlineText.cpp133 boundingBox.unite(box->calculateBoundaries());
H A DRenderSVGPath.cpp303 return m_markerLayoutInfo.calculateBoundaries(markerStart, markerMid, markerEnd, svgStyle->strokeWidth().value(svgElement), m_path);
H A DSVGInlineTextBox.cpp711 IntRect SVGInlineTextBox::calculateBoundaries() const function in class:SVGInlineTextBox
/external/webkit/Source/WebCore/rendering/
H A DInlineBox.h176 virtual IntRect calculateBoundaries() const function in class:WebCore::InlineBox
H A DInlineTextBox.h98 virtual IntRect calculateBoundaries() const { return IntRect(x(), y(), width(), height()); } function in class:WebCore::InlineTextBox
H A DRenderText.cpp385 IntRect boundaries = box->calculateBoundaries();
419 IntRect r(box->calculateBoundaries());

Completed in 112 milliseconds