HomeSort by relevance Sort by last modified time
    Searched refs:maxAscent (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.h 189 int& maxAscent, int& maxDescent, bool& setMaxAscent, bool& setMaxDescent,
191 void adjustMaxAscentAndDescent(int& maxAscent, int& maxDescent,
193 void placeBoxesInBlockDirection(LayoutUnit logicalTop, LayoutUnit maxHeight, int maxAscent, bool strictMode, LayoutUnit& lineTop, LayoutUnit& lineBottom, bool& setLineTop,
RenderFlexibleBox.cpp 45 LineContext(LayoutUnit crossAxisOffset, LayoutUnit crossAxisExtent, size_t numberOfChildren, LayoutUnit maxAscent)
49 , maxAscent(maxAscent)
56 LayoutUnit maxAscent;
    [all...]
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,
513 // The maxAscent value represents the distance of the highest point of any box (typically including line-height) from
522 // root line box, we only consider it to affect the maxAscent and maxDescent values if som
    [all...]
RootInlineBox.cpp 220 int maxAscent = 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;
244 placeBoxesInBlockDirection(heightOfBlock, maxHeight, maxAscent, noQuirksMode, lineTop, lineBottom, setLineTop,
679 // we are contributing to the maxAscent value. Descent is similar. If any part of our font box is below
    [all...]
RenderDeprecatedFlexibleBox.cpp 372 LayoutUnit maxAscent = 0, maxDescent = 0;
399 maxAscent = max(maxAscent, ascent);
405 setHeight(max(yPos + maxAscent + maxDescent, height()));
472 childY += child->marginTop() + (maxAscent - ascent);
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 1114 milliseconds