HomeSort by relevance Sort by last modified time
    Searched defs:maxAscent (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderFlexibleBox.cpp 351 int maxAscent = 0, maxDescent = 0;
378 maxAscent = max(maxAscent, ascent);
384 setHeight(max(yPos + maxAscent + maxDescent, height()));
442 childY += child->marginTop() + (maxAscent - ascent);
    [all...]
RootInlineBox.cpp 233 int maxAscent = 0;
243 computeLogicalBoxHeights(this, maxPositionTop, maxPositionBottom, maxAscent, maxDescent, setMaxAscent, setMaxDescent, noQuirksMode,
246 if (maxAscent + maxDescent < max(maxPositionTop, maxPositionBottom))
247 adjustMaxAscentAndDescent(maxAscent, maxDescent, maxPositionTop, maxPositionBottom);
249 int maxHeight = maxAscent + maxDescent;
257 placeBoxesInBlockDirection(heightOfBlock, maxHeight, maxAscent, noQuirksMode, lineTop, lineBottom, setLineTop,
628 // we are contributing to the maxAscent value. Descent is similar. If any part of our font box is below
    [all...]
  /frameworks/base/core/java/android/widget/
LinearLayout.java     [all...]

Completed in 296 milliseconds