HomeSort by relevance Sort by last modified time
    Searched refs:logicalHeight (Results 26 - 50 of 83) sorted by null

12 3 4

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/view/
WindowManagerImpl.java 34 info.logicalHeight = mMetrics.heightPixels;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp 620 lineLogicalLeft = block->logicalLeftOffsetForLine(block->logicalHeight(), shouldIndentText == IndentText, lineLogicalHeight);
623 lineLogicalRight = block->pixelSnappedLogicalRightOffsetForLine(block->logicalHeight(), shouldIndentText == IndentText, lineLogicalHeight);
676 updateLogicalInlinePositions(this, lineLogicalLeft, lineLogicalRight, availableLogicalWidth, isFirstLine, shouldIndentText, renderBox->logicalHeight());
    [all...]
RenderTable.cpp 360 computedLogicalHeight = computeIntrinsicLogicalContentHeightUsing(styleLogicalHeight, logicalHeight() - borderAndPadding, borderAndPadding);
373 caption->setLogicalLocation(LayoutPoint(caption->marginStart(), collapsedMarginBeforeForChild(caption) + logicalHeight()));
378 caption->setLogicalLocation(LayoutPoint(caption->marginStart(), collapsedMarginBeforeForChild(caption) + logicalHeight()));
383 setLogicalHeight(logicalHeight() + caption->logicalHeight() + collapsedMarginBeforeForChild(caption) + collapsedMarginAfterForChild(caption));
446 oldTableLogicalTop += m_captions[i]->logicalHeight() + m_captions[i]->marginBefore() + m_captions[i]->marginAfter();
484 if (logicalHeight() != oldTableLogicalTop) {
486 movedSectionLogicalTop = min(logicalHeight(), oldTableLogicalTop);
493 setLogicalHeight(logicalHeight() + borderAndPaddingBefore);
500 Length logicalHeightLength = style()->logicalHeight();
    [all...]
RenderBox.cpp 614 LayoutUnit RenderBox::constrainLogicalHeightByMinMax(LayoutUnit logicalHeight, LayoutUnit intrinsicContentHeight) const
620 logicalHeight = min(logicalHeight, maxH);
622 return max(logicalHeight, computeLogicalHeightUsing(styleToUse->logicalMinHeight(), intrinsicContentHeight));
625 LayoutUnit RenderBox::constrainContentBoxLogicalHeightByMinMax(LayoutUnit logicalHeight, LayoutUnit intrinsicContentHeight) const
631 logicalHeight = min(logicalHeight, maxH);
633 return max(logicalHeight, computeContentLogicalHeight(styleToUse->logicalMinHeight(), intrinsicContentHeight));
    [all...]
RenderReplaced.cpp 247 if (style()->logicalHeight().isAuto())
250 if (style()->logicalHeight().isSpecified()) {
256 if (style()->logicalHeight().isIntrinsic())
320 if (intrinsicRatio && !isPercentageIntrinsicSize && !intrinsicSize.isEmpty() && style()->logicalWidth().isAuto() && style()->logicalHeight().isAuto()) {
396 bool heightIsAuto = style()->logicalHeight().isAuto();
409 LayoutUnit logicalHeight = computeReplacedLogicalHeight();
410 return computeReplacedLogicalWidthRespectingMinMaxWidth(roundToInt(round(logicalHeight * intrinsicRatio)), shouldComputePreferred);
453 return computeReplacedLogicalHeightRespectingMinMaxHeight(computeReplacedLogicalHeightUsing(style()->logicalHeight()));
RenderTextControl.h 63 virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
RenderBlockFlow.h 102 void setLogicalHeightForFloat(FloatingObject* floatingObject, LayoutUnit logicalHeight)
105 floatingObject->setHeight(logicalHeight);
107 floatingObject->setWidth(logicalHeight);
218 bool hasOverhangingFloats() { return parent() && !hasColumns() && containsFloats() && lowestFloatLogicalBottom() > logicalHeight(); }
235 virtual LayoutUnit logicalRightFloatOffsetForLine(LayoutUnit logicalTop, LayoutUnit fixedOffset, LayoutUnit logicalHeight) const OVERRIDE;
236 virtual LayoutUnit logicalLeftFloatOffsetForLine(LayoutUnit logicalTop, LayoutUnit fixedOffset, LayoutUnit logicalHeight) const OVERRIDE;
RenderFlexibleBox.cpp 104 LayoutUnit minPreferredLogicalWidth = hasOrthogonalWritingMode ? child->logicalHeight() : child->minPreferredLogicalWidth();
105 LayoutUnit maxPreferredLogicalWidth = hasOrthogonalWritingMode ? child->logicalHeight() : child->maxPreferredLogicalWidth();
233 LayoutUnit previousHeight = logicalHeight();
262 if (logicalHeight() != previousHeight)
440 return child->computeContentLogicalHeight(size, child->logicalHeight() - child->borderAndPaddingLogicalHeight());
649 LayoutUnit mainAxisExtent = hasOrthogonalFlow(child) ? child->logicalHeight() : child->maxPreferredLogicalWidth();
    [all...]
RenderMultiColumnSet.h 103 virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
FloatingObjects.h 149 LayoutUnit logicalLeftOffset(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit logicalHeight);
150 LayoutUnit logicalRightOffset(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit logicalHeight);
RenderBox.h 86 LayoutUnit logicalBottom() const { return logicalTop() + logicalHeight(); }
88 LayoutUnit logicalHeight() const { return style()->isHorizontalWritingMode() ? height() : width(); }
91 LayoutUnit constrainLogicalHeightByMinMax(LayoutUnit logicalHeight, LayoutUnit intrinsicContentHeight) const;
92 LayoutUnit constrainContentBoxLogicalHeightByMinMax(LayoutUnit logicalHeight, LayoutUnit intrinsicContentHeight) const;
406 virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const;
413 return document().inQuirksMode() && style()->logicalHeight().isAuto() && !isFloatingOrOutOfFlowPositioned() && (isRoot() || isBody()) && !document().shouldDisplaySeamlesslyWithParent() && !isInline();
433 LayoutUnit computeReplacedLogicalHeightRespectingMinMaxHeight(LayoutUnit logicalHeight) const;
    [all...]
RenderRubyRun.cpp 242 LayoutUnit lastLineRubyTextBottom = rt->logicalHeight();
262 LayoutUnit lastLineBottom = logicalHeight();
RenderTableRow.cpp 74 if (section() && oldStyle && style()->logicalHeight() != oldStyle->logicalHeight())
RenderRegion.cpp 264 bool hasAutoHeightStyle = style()->logicalHeight().isAuto() || style()->logicalHeight().isFitContent()
265 || style()->logicalHeight().isMaxContent() || style()->logicalHeight().isMinContent();
660 if (newLogicalHeight > logicalHeight()) {
RenderFlowThread.cpp 715 RenderRegion* endRegion = regionAtBlockOffset(offsetFromLogicalTopOfFirstPage + box->logicalHeight(), true);
    [all...]
RenderMultiColumnSet.cpp 93 LayoutUnit logicalHeightGuess = ceilf(float(flowThread()->logicalHeight()) / float(m_computedColumnCount));
175 if (!multicolStyle->logicalHeight().isAuto())
176 m_maxColumnHeight = multicolBlock->computeContentLogicalHeight(multicolStyle->logicalHeight(), -1);
InlineFlowBox.cpp 641 LayoutUnit boxHeight = curr->logicalHeight();
676 LayoutUnit bottomRubyBaseLeading = (curr->logicalHeight() - rubyBase->logicalBottom()) + rubyBase->logicalHeight() - (rubyBase->lastRootBox() ? rubyBase->lastRootBox()->lineBottom() : LayoutUnit());
    [all...]
FloatingObjects.cpp 415 LayoutUnit FloatingObjects::logicalLeftOffset(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit logicalHeight)
417 ComputeFloatOffsetAdapter<FloatingObject::FloatLeft> adapter(m_renderer, roundToInt(logicalTop), roundToInt(logicalTop + logicalHeight), fixedOffset);
423 LayoutUnit FloatingObjects::logicalRightOffset(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit logicalHeight)
425 ComputeFloatOffsetAdapter<FloatingObject::FloatRight> adapter(m_renderer, roundToInt(logicalTop), roundToInt(logicalTop + logicalHeight), fixedOffset);
RenderListBox.h 79 virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
RasterShape.cpp 283 void RasterShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const
290 intervals.getExcludedIntervals(logicalTop, logicalTop + logicalHeight, excludedIntervals);
294 void RasterShape::getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const
301 intervals.getIncludedIntervals(logicalTop, logicalTop + logicalHeight, includedIntervals);
  /frameworks/base/services/java/com/android/server/display/
OverlayDisplayWindow.java 227 0 : mDefaultDisplayInfo.logicalHeight;
234 scale = Math.min(scale, (float)mDefaultDisplayInfo.logicalHeight / mHeight);
243 y = Math.max(0, Math.min(y, mDefaultDisplayInfo.logicalHeight - height));
  /external/chromium_org/third_party/WebKit/Source/core/dom/
PositionIterator.cpp 163 if (toRenderBlock(renderer)->logicalHeight() || m_anchorNode->hasTagName(bodyTag)) {
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
SliderThumbElement.cpp 110 virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
116 void RenderSliderContainer::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues& computedValues) const
138 logicalHeight = RenderSlider::defaultTrackLength;
139 RenderBox::computeLogicalHeight(logicalHeight, logicalTop, computedValues);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGInline.cpp 106 quads.append(localToAbsoluteQuad(FloatRect(textBoundingBox.x() + box->x(), textBoundingBox.y() + box->y(), box->logicalWidth(), box->logicalHeight()), false, wasFixed));
  /frameworks/base/core/java/android/view/
Display.java 474 return Math.max(mDisplayInfo.logicalWidth, mDisplayInfo.logicalHeight);
606 outSize.y = mDisplayInfo.logicalHeight;

Completed in 499 milliseconds

12 3 4