Home
last modified time | relevance | path

Searched refs:calculateBoundaries (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DSVGInlineFlowBox.cpp75 IntRect SVGInlineFlowBox::calculateBoundaries() const in calculateBoundaries() function in WebCore::SVGInlineFlowBox
79 childRect.unite(child->calculateBoundaries()); in calculateBoundaries()
DSVGRootInlineBox.cpp143 IntRect boxRect = textBox->calculateBoundaries(); in layoutChildBoxes()
158 IntRect boxRect = flowBox->calculateBoundaries(); in layoutChildBoxes()
177 childRect.unite(child->calculateBoundaries()); in layoutRootBox()
DSVGInlineFlowBox.h46 virtual IntRect calculateBoundaries() const;
DSVGMarkerLayoutInfo.h52 …FloatRect calculateBoundaries(RenderSVGResourceMarker* startMarker, RenderSVGResourceMarker* midMa…
DSVGInlineTextBox.h54 virtual IntRect calculateBoundaries() const;
DSVGMarkerLayoutInfo.cpp68 FloatRect SVGMarkerLayoutInfo::calculateBoundaries(RenderSVGResourceMarker* startMarker, RenderSVGR… in calculateBoundaries() function in WebCore::SVGMarkerLayoutInfo
DRenderSVGInlineText.cpp133 boundingBox.unite(box->calculateBoundaries()); in linesBoundingBox()
DRenderSVGPath.cpp303 …return m_markerLayoutInfo.calculateBoundaries(markerStart, markerMid, markerEnd, svgStyle->strokeW… in calculateMarkerBoundsIfNeeded()
DSVGInlineTextBox.cpp711 IntRect SVGInlineTextBox::calculateBoundaries() const in calculateBoundaries() function in WebCore::SVGInlineTextBox
/external/webkit/Source/WebCore/rendering/
DInlineTextBox.h98 virtual IntRect calculateBoundaries() const { return IntRect(x(), y(), width(), height()); } in calculateBoundaries() function
DInlineBox.h176 virtual IntRect calculateBoundaries() const in calculateBoundaries() function
DRenderText.cpp385 IntRect boundaries = box->calculateBoundaries(); in absoluteQuads()
419 IntRect r(box->calculateBoundaries()); in absoluteQuadsForRange()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0610810 (WebCore::SVGInlineTextBox::calculateBoundaries):
30717 (WebCore::SVGInlineTextBox::calculateBoundaries):
48374 (WebCore::InlineTextBox::calculateBoundaries):
113708 …* rendering/InlineBox.h: Expose calculateBoundaries() in non-SVG builds as well, now used by Inlin…
113709 …* rendering/InlineTextBox.h: Add calculateBoundaries(), which will be used to refactor some code i…
113710 …(WebCore::InlineTextBox::calculateBoundaries): Just return a IntRect(x(), y(), width(), height()) …
113720 …(WebCore::RenderText::absoluteQuads): Use calculateBoundaries() instead of IntRect(x(), y(), width…
113730 …(WebCore::SVGInlineTextBox::calculateBoundaries): Early exit, if m_chunkTransformation is identity.
118595 …(WebCore::InlineBox::calculateBoundaries): Added, with ENABLE(SVG) guards, used to calculate the w…
118634 …(WebCore::SVGInlineFlowBox::calculateBoundaries): Calculate boundaries by uniting all direct child…
[all …]
DChangeLog-2011-02-1616105 (WebCore::InlineTextBox::calculateBoundaries):
16106 Fix calculateBoundaries to be physical rather than logical.
19390 (WebCore::SVGInlineTextBox::calculateBoundaries):
DChangeLog-2010-01-2914573 …(WebCore::SVGMarkerLayoutInfo::calculateBoundaries): Build list of MarkerLayout objects, used to q…
15890 …(WebCore::SVGMarkerLayoutInfo::calculateBoundaries): Build list of MarkerLayout objects, used to q…
16862 (WebCore::SVGMarkerLayoutInfo::calculateBoundaries):
DChangeLog-2010-05-2430348 (WebCore::SVGMarkerLayoutInfo::calculateBoundaries):
DChangeLog22686 (WebCore::SVGInlineTextBox::calculateBoundaries):