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

  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
LinearLayoutCompat.java     [all...]
  /frameworks/base/core/java/android/widget/
LinearLayout.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.cpp 477 void InlineFlowBox::adjustMaxAscentAndDescent(int& maxAscent, int& maxDescent, int maxPositionTop, int maxPositionBottom)
487 if (maxAscent + maxDescent < lineHeight)
488 maxDescent = lineHeight - maxAscent;
491 if (maxAscent + maxDescent < lineHeight)
492 maxAscent = lineHeight - maxDescent;
495 if (maxAscent + maxDescent >= max(maxPositionTop, maxPositionBottom))
500 toInlineFlowBox(curr)->adjustMaxAscentAndDescent(maxAscent, maxDescent, maxPositionTop, maxPositionBottom);
505 int& maxAscent, int& maxDescent, bool& setMaxAscent, bool& setMaxDescent,
514 // the root box's baseline. The maxDescent value represents the distance of the lowest point of any box
522 // root line box, we only consider it to affect the maxAscent and maxDescent values if som
    [all...]
RootInlineBox.cpp 221 int maxDescent = 0;
230 computeLogicalBoxHeights(this, maxPositionTop, maxPositionBottom, maxAscent, maxDescent, setMaxAscent, setMaxDescent, noQuirksMode,
233 if (maxAscent + maxDescent < max(maxPositionTop, maxPositionBottom))
234 adjustMaxAscentAndDescent(maxAscent, maxDescent, maxPositionTop, maxPositionBottom);
236 LayoutUnit maxHeight = maxAscent + maxDescent;
680 // the root box's baseline, then we contribute to the maxDescent value.
    [all...]
InlineFlowBox.h 189 int& maxAscent, int& maxDescent, bool& setMaxAscent, bool& setMaxDescent,
191 void adjustMaxAscentAndDescent(int& maxAscent, int& maxDescent,
RenderDeprecatedFlexibleBox.cpp 372 LayoutUnit maxAscent = 0, maxDescent = 0;
402 maxDescent = max(maxDescent, descent);
405 setHeight(max(yPos + maxAscent + maxDescent, height()));
    [all...]
RenderFlexibleBox.cpp     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 308 milliseconds