Searched refs:maxAscent (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineFlowBox.cpp486 void InlineFlowBox::adjustMaxAscentAndDescent(int& maxAscent, int& maxDescent, int maxPositionTop, int maxPositionBottom) argument
496 if (maxAscent + maxDescent < lineHeight)
497 maxDescent = lineHeight - maxAscent;
500 if (maxAscent + maxDescent < lineHeight)
501 maxAscent = lineHeight - maxDescent;
504 if (maxAscent + maxDescent >= std::max(maxPositionTop, maxPositionBottom))
509 toInlineFlowBox(curr)->adjustMaxAscentAndDescent(maxAscent, maxDescent, maxPositionTop, maxPositionBottom);
514 int& maxAscent, int& maxDescent, bool& setMaxAscent, bool& setMaxDescent,
522 // The maxAscent value represents the distance of the highest point of any box (typically including line-height) from
531 // root line box, we only consider it to affect the maxAscent an
513 computeLogicalBoxHeights(RootInlineBox* rootBox, LayoutUnit& maxPositionTop, LayoutUnit& maxPositionBottom, int& maxAscent, int& maxDescent, bool& setMaxAscent, bool& setMaxDescent, bool strictMode, GlyphOverflowAndFallbackFontsMap& textBoxDataMap, FontBaseline baselineType, VerticalPositionCache& verticalPositionCache) argument
610 placeBoxesInBlockDirection(LayoutUnit top, LayoutUnit maxHeight, int maxAscent, bool strictMode, LayoutUnit& lineTop, LayoutUnit& lineBottom, LayoutUnit& selectionBottom, bool& setLineTop, LayoutUnit& lineTopIncludingMargins, LayoutUnit& lineBottomIncludingMargins, bool& hasAnnotationsBefore, bool& hasAnnotationsAfter, FontBaseline baselineType) argument
[all...]
H A DInlineFlowBox.h188 int& maxAscent, int& maxDescent, bool& setMaxAscent, bool& setMaxDescent,
190 void adjustMaxAscentAndDescent(int& maxAscent, int& maxDescent,
192 void placeBoxesInBlockDirection(LayoutUnit logicalTop, LayoutUnit maxHeight, int maxAscent, bool strictMode, LayoutUnit& lineTop, LayoutUnit& lineBottom, LayoutUnit& selectionBottom, bool& setLineTop,
H A DRenderFlexibleBox.cpp46 LineContext(LayoutUnit crossAxisOffset, LayoutUnit crossAxisExtent, size_t numberOfChildren, LayoutUnit maxAscent) argument
50 , maxAscent(maxAscent)
57 LayoutUnit maxAscent; member in struct:blink::RenderFlexibleBox::LineContext
1078 LayoutUnit maxAscent = 0, maxDescent = 0; // Used when align-items: baseline. local
1113 maxAscent = std::max(maxAscent, ascent);
1116 childCrossAxisMarginBoxExtent = maxAscent + maxDescent;
1153 lineContexts.append(LineContext(crossAxisOffset, maxChildCrossAxisExtent, children.size(), maxAscent));
1270 LayoutUnit maxAscent local
[all...]
H A DRootInlineBox.cpp210 int maxAscent = 0; local
220 computeLogicalBoxHeights(this, maxPositionTop, maxPositionBottom, maxAscent, maxDescent, setMaxAscent, setMaxDescent, noQuirksMode,
223 if (maxAscent + maxDescent < std::max(maxPositionTop, maxPositionBottom))
224 adjustMaxAscentAndDescent(maxAscent, maxDescent, maxPositionTop, maxPositionBottom);
226 LayoutUnit maxHeight = maxAscent + maxDescent;
235 placeBoxesInBlockDirection(heightOfBlock, maxHeight, maxAscent, noQuirksMode, lineTop, lineBottom, selectionBottom, setLineTop,
672 // we are contributing to the maxAscent value. Descent is similar. If any part of our font box is below
H A DRenderDeprecatedFlexibleBox.cpp356 LayoutUnit maxAscent = 0, maxDescent = 0; local
383 maxAscent = std::max(maxAscent, ascent);
389 setHeight(std::max(yPos + maxAscent + maxDescent, height()));
456 childY += child->marginTop() + (maxAscent - ascent);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 93 milliseconds