Searched refs:setAscentAndDescent (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RootInlineBox.cpp | 719 static void setAscentAndDescent(int& ascent, int& descent, int newAscent, int newDescent, bool& asc… in setAscentAndDescent() function 774 … setAscentAndDescent(ascent, descent, usedFontAscent, usedFontDescent, ascentDescentSet); in ascentAndDescentForBox() 778 …setAscentAndDescent(ascent, descent, usedFontAscentAndLeading, usedFontDescentAndLeading, ascentDe… in ascentAndDescentForBox() 792 … setAscentAndDescent(ascent, descent, ascentWithLeading, descentWithLeading, ascentDescentSet); in ascentAndDescentForBox() 805 setAscentAndDescent(ascent, descent, fontAscent, fontDescent, ascentDescentSet); in ascentAndDescentForBox() 811 … setAscentAndDescent(ascent, descent, glyphOverflow->top, glyphOverflow->bottom, ascentDescentSet); in ascentAndDescentForBox() 825 setAscentAndDescent(ascent, descent, ascentWithMargin, descentWithMargin, ascentDescentSet); in ascentAndDescentForBox()
|