Searched refs:ascentAndDescentForBox (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RootInlineBox.h | 136 …void ascentAndDescentForBox(InlineBox*, GlyphOverflowAndFallbackFontsMap&, int& ascent, int& desce…
|
D | InlineFlowBox.cpp | 506 …rootBox->ascentAndDescentForBox(rootBox, textBoxDataMap, ascent, descent, affectsAscent, affectsDe… in computeLogicalBoxHeights() 538 …rootBox->ascentAndDescentForBox(curr, textBoxDataMap, ascent, descent, affectsAscent, affectsDesce… in computeLogicalBoxHeights()
|
D | RootInlineBox.cpp | 563 void RootInlineBox::ascentAndDescentForBox(InlineBox* box, GlyphOverflowAndFallbackFontsMap& textBo… in ascentAndDescentForBox() function in WebCore::RootInlineBox
|
/external/webkit/Source/WebCore/ |
D | ChangeLog | 40389 …so that it could be called from RenderBlockLineLayout. ascentAndDescentForBox is the new method th… 40454 (WebCore::RootInlineBox::ascentAndDescentForBox):
|