HomeSort by relevance Sort by last modified time
    Searched refs:logicalHeight (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderSearchField.cpp 64 lineHeight = max(lineHeight, decorationRenderer->logicalHeight());
70 lineHeight = max(lineHeight, cancelRenderer->logicalHeight());
107 return logicalHeight();
115 if (containerRenderer->logicalHeight() <= contentLogicalHeight())
120 LayoutUnit logicalHeightDiff = containerRenderer->logicalHeight() - contentLogicalHeight();
RenderMeter.h 41 virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
RenderMultiColumnFlowThread.h 44 virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
RenderMeter.cpp 62 void RenderMeter::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues& computedValues) const
64 RenderBox::computeLogicalHeight(logicalHeight, logicalTop, computedValues);
RenderMultiColumnFlowThread.cpp 55 void RenderMultiColumnFlowThread::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues& computedValues) const
58 computedValues.m_extent = logicalHeight;
RenderLazyBlock.cpp 169 if (child->style()->logicalHeight().isSpecified()) {
183 heightOfChildren += child->logicalHeight();
186 intersectRect.setHeight(child->logicalHeight());
199 intersectRect.setY(intersectRect.y() + child->logicalHeight());
200 height += child->logicalHeight();
RenderBlock.h 164 LayoutUnit availableLogicalWidthForLine(LayoutUnit position, bool shouldIndentText, RenderRegion* region, LayoutUnit offsetFromLogicalTopOfFirstPage, LayoutUnit logicalHeight = 0) const
166 return max<LayoutUnit>(0, logicalRightOffsetForLine(position, shouldIndentText, region, offsetFromLogicalTopOfFirstPage, logicalHeight)
167 - logicalLeftOffsetForLine(position, shouldIndentText, region, offsetFromLogicalTopOfFirstPage, logicalHeight));
169 LayoutUnit logicalRightOffsetForLine(LayoutUnit position, bool shouldIndentText, RenderRegion* region, LayoutUnit offsetFromLogicalTopOfFirstPage, LayoutUnit logicalHeight = 0) const
171 return logicalRightOffsetForLine(position, logicalRightOffsetForContent(region, offsetFromLogicalTopOfFirstPage), shouldIndentText, 0, logicalHeight);
173 LayoutUnit logicalLeftOffsetForLine(LayoutUnit position, bool shouldIndentText, RenderRegion* region, LayoutUnit offsetFromLogicalTopOfFirstPage, LayoutUnit logicalHeight = 0) const
175 return logicalLeftOffsetForLine(position, logicalLeftOffsetForContent(region, offsetFromLogicalTopOfFirstPage), shouldIndentText, 0, logicalHeight);
177 LayoutUnit startOffsetForLine(LayoutUnit position, bool shouldIndentText, RenderRegion* region, LayoutUnit offsetFromLogicalTopOfFirstPage, LayoutUnit logicalHeight = 0) const
179 return style()->isLeftToRightDirection() ? logicalLeftOffsetForLine(position, shouldIndentText, region, offsetFromLogicalTopOfFirstPage, logicalHeight)
180 : logicalWidth() - logicalRightOffsetForLine(position, shouldIndentText, region, offsetFromLogicalTopOfFirstPage, logicalHeight);
    [all...]
RenderTableSection.cpp 54 row.logicalHeight = row.rowRenderer->style()->logicalHeight();
63 Length logicalHeight = cell->style()->logicalHeight();
64 if (logicalHeight.isPositive()) {
65 Length cRowLogicalHeight = row.logicalHeight;
66 switch (logicalHeight.type()) {
69 || (cRowLogicalHeight.isPercent() && cRowLogicalHeight.percent() < logicalHeight.percent()))
70 row.logicalHeight = logicalHeight;
    [all...]
RenderTextControlSingleLine.cpp 86 return containerElement() ? contentLogicalHeight() : logicalHeight();
117 if (innerTextRenderer && !innerTextRenderer->style()->logicalHeight().isAuto()) {
121 if (innerBlockRenderer && !innerBlockRenderer->style()->logicalHeight().isAuto()) {
134 if (innerTextRenderer && innerTextRenderer->logicalHeight() > logicalHeightLimit) {
135 if (desiredLogicalHeight != innerTextRenderer->logicalHeight())
150 LayoutUnit containerLogicalHeight = containerRenderer->logicalHeight();
154 } else if (containerRenderer->logicalHeight() < contentLogicalHeight()) {
167 LayoutUnit logicalHeightDiff = innerTextRenderer->logicalHeight() - contentLogicalHeight();
179 innerSpinBox->setLogicalHeight(logicalHeight() - borderBefore() - borderAfter());
RenderTextControl.cpp 90 return logicalHeight() - borderAndPaddingLogicalHeight();
118 void RenderTextControl::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues& computedValues) const
124 logicalHeight = computeControlLogicalHeight(innerTextBox->lineHeight(true, HorizontalLine, PositionOfInteriorLineBoxes), nonContentHeight) + borderAndPaddingHeight();
129 logicalHeight += scrollbarThickness();
132 RenderBox::computeLogicalHeight(logicalHeight, logicalTop, computedValues);
InlineBox.h 201 float width() const { return isHorizontal() ? logicalWidth() : logicalHeight(); }
202 float height() const { return isHorizontal() ? logicalHeight() : logicalWidth(); }
224 float logicalBottom() const { return logicalTop() + logicalHeight(); }
238 float logicalHeight() const;
240 FloatRect logicalFrameRect() const { return isHorizontal() ? FloatRect(m_topLeft.x(), m_topLeft.y(), m_logicalWidth, logicalHeight()) : FloatRect(m_topLeft.y(), m_topLeft.x(), m_logicalWidth, logicalHeight()); }
RenderBlockLineLayout.cpp 74 LayoutUnit offset = logicalHeight() + logicalHeightForLine(this, false) - LayoutUnit(1);
148 LayoutUnit height = m_block->logicalHeight();
149 LayoutUnit logicalHeight = logicalHeightForLine(m_block, m_isFirstLine, replacedHeight);
150 m_left = m_block->logicalLeftOffsetForLine(height, shouldIndentText(), logicalHeight);
151 m_right = m_block->logicalRightOffsetForLine(height, shouldIndentText(), logicalHeight);
163 LayoutUnit height = m_block->logicalHeight();
182 previousShapeOutsideInfo->computeSegmentsForContainingBlockLine(m_block->logicalHeight(), m_block->logicalTopForFloat(previousFloat), logicalHeightForLine(m_block, m_isFirstLine));
190 shapeOutsideInfo->computeSegmentsForContainingBlockLine(m_block->logicalHeight(), m_block->logicalTopForFloat(newFloat), logicalHeightForLine(m_block, m_isFirstLine));
237 LayoutUnit lastFloatLogicalBottom = m_block->logicalHeight();
290 block->setLogicalHeight(block->logicalHeight() + floatPaginationStrut())
    [all...]
RenderTable.cpp 354 computedLogicalHeight = computeIntrinsicLogicalContentHeightUsing(styleLogicalHeight, logicalHeight() - borderAndPadding, borderAndPadding);
367 caption->setLogicalLocation(LayoutPoint(caption->marginStart(), caption->marginBefore() + logicalHeight()));
372 caption->setLogicalLocation(LayoutPoint(caption->marginStart(), caption->marginBefore() + logicalHeight()));
377 setLogicalHeight(logicalHeight() + caption->logicalHeight() + caption->marginBefore() + caption->marginAfter());
439 oldTableLogicalTop += m_captions[i]->logicalHeight() + m_captions[i]->marginBefore() + m_captions[i]->marginAfter();
472 if (logicalHeight() != oldTableLogicalTop) {
474 movedSectionLogicalTop = min(logicalHeight(), oldTableLogicalTop);
481 setLogicalHeight(logicalHeight() + borderAndPaddingBefore);
488 Length logicalHeightLength = style()->logicalHeight();
    [all...]
RenderReplaced.cpp 236 if (style()->logicalHeight().isAuto())
239 if (style()->logicalHeight().isSpecified()) {
245 if (style()->logicalHeight().isIntrinsic())
306 if (intrinsicRatio && !isPercentageIntrinsicSize && !intrinsicSize.isEmpty() && style()->logicalWidth().isAuto() && style()->logicalHeight().isAuto()) {
342 bool heightIsAuto = style()->logicalHeight().isAuto();
355 LayoutUnit logicalHeight = computeReplacedLogicalHeight();
356 return computeReplacedLogicalWidthRespectingMinMaxWidth(roundToInt(round(logicalHeight * intrinsicRatio)), shouldComputePreferred);
399 return computeReplacedLogicalHeightRespectingMinMaxHeight(computeReplacedLogicalHeightUsing(style()->logicalHeight()));
RenderBox.cpp 545 LayoutUnit RenderBox::constrainLogicalHeightByMinMax(LayoutUnit logicalHeight, LayoutUnit intrinsicContentHeight) const
551 logicalHeight = min(logicalHeight, maxH);
553 return max(logicalHeight, computeLogicalHeightUsing(styleToUse->logicalMinHeight(), intrinsicContentHeight));
556 LayoutUnit RenderBox::constrainContentBoxLogicalHeightByMinMax(LayoutUnit logicalHeight, LayoutUnit intrinsicContentHeight) const
562 logicalHeight = min(logicalHeight, maxH);
564 return max(logicalHeight, computeContentLogicalHeight(styleToUse->logicalMinHeight(), intrinsicContentHeight));
    [all...]
RenderTextControl.h 64 virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
Shape.h 69 virtual void getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const = 0;
70 virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const = 0;
ShapeInfo.h 71 void setShapeSize(LayoutUnit logicalWidth, LayoutUnit logicalHeight)
75 logicalHeight -= m_renderer->borderAndPaddingLogicalHeight();
78 if (m_shapeLogicalWidth == logicalWidth && m_shapeLogicalHeight == logicalHeight)
82 m_shapeLogicalHeight = logicalHeight;
RectangleShape.h 74 virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
75 virtual void getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
PolygonShape.h 97 virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
98 virtual void getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
RectangleShape.cpp 104 void RectangleShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const
111 float y2 = logicalTop + logicalHeight;
136 void RectangleShape::getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const
143 float y2 = logicalTop + logicalHeight;
  /frameworks/base/core/java/android/view/
DisplayInfo.java 111 public int logicalHeight;
241 && logicalHeight == other.logicalHeight
273 logicalHeight = other.logicalHeight;
300 logicalHeight = source.readInt();
328 dest.writeInt(logicalHeight);
362 getMetricsWithSize(outMetrics, compatInfo, token, logicalWidth, logicalHeight);
367 logicalWidth : logicalHeight;
372 logicalHeight : logicalWidth
    [all...]
  /frameworks/base/services/java/com/android/server/display/
LogicalDisplay.java 209 mBaseDisplayInfo.logicalHeight = deviceInfo.height;
255 mTempLayerStackRect.set(0, 0, displayInfo.logicalWidth, displayInfo.logicalHeight);
281 // or physHeight / displayInfo.logicalHeight => pillar box
287 if (physWidth * displayInfo.logicalHeight
291 displayRectHeight = displayInfo.logicalHeight * physWidth / displayInfo.logicalWidth;
294 displayRectWidth = displayInfo.logicalWidth * physHeight / displayInfo.logicalHeight;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGForeignObject.h 59 virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/view/
WindowManagerImpl.java 34 info.logicalHeight = mMetrics.heightPixels;

Completed in 829 milliseconds

1 2 3