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

  /external/webkit/Source/WebCore/rendering/
RenderFlexibleBox.cpp 351 int maxAscent = 0, maxDescent = 0;
381 maxDescent = max(maxDescent, descent);
384 setHeight(max(yPos + maxAscent + maxDescent, height()));
    [all...]
RootInlineBox.cpp 234 int maxDescent = 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;
629 // the root box's baseline, then we contribute to the maxDescent value.
    [all...]
  /frameworks/base/core/java/android/widget/
LinearLayout.java     [all...]

Completed in 41 milliseconds