Searched defs:logicalWidth (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DAutoTableLayout.h63 Length logicalWidth; member in struct:blink::FINAL::Layout
H A DFixedTableLayout.cpp100 Length colStyleLogicalWidth = col->style()->logicalWidth();
140 Length logicalWidth = cell->styleOrColLogicalWidth(); local
143 if (logicalWidth.isCalculated())
144 logicalWidth = Length(); // Make it Auto
150 if (logicalWidth.isFixed() && logicalWidth.isPositive()) {
151 fixedBorderBoxLogicalWidth = cell->adjustBorderBoxLogicalWidthForBoxSizing(logicalWidth.value());
152 logicalWidth.setValue(fixedBorderBoxLogicalWidth);
159 if (m_width[currentColumn].isAuto() && logicalWidth.type() != Auto) {
160 m_width[currentColumn] = logicalWidth;
[all...]
H A DRenderRubyRun.cpp274 int logicalWidth = this->logicalWidth(); local
279 logicalRightOverhang = std::min<int>(logicalRightOverhang, logicalWidth - rootInlineBox->logicalRight());
H A DAutoTableLayout.cpp98 if (cellLogicalWidth.isPositive() && !columnLayout.logicalWidth.isPercent()) {
99 int logicalWidth = cell->adjustBorderBoxLogicalWidthForBoxSizing(cellLogicalWidth.value()); local
100 if (columnLayout.logicalWidth.isFixed()) {
102 if ((logicalWidth > columnLayout.logicalWidth.value())
103 || ((columnLayout.logicalWidth.value() == logicalWidth) && (maxContributor == cell))) {
104 columnLayout.logicalWidth.setValue(Fixed, logicalWidth);
108 columnLayout.logicalWidth
234 float logicalWidth = static_cast<float>(m_layoutStruct[i].effectiveMaxLogicalWidth) * 100 / std::max(percent, epsilon); local
526 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; local
554 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; local
582 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; local
594 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; local
607 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; local
620 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; local
660 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; local
667 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; local
684 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; local
691 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; local
708 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; local
715 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; local
[all...]
H A DRenderBlockFlow.h82 : logicalWidth() - logicalRightOffsetForLine(position, shouldIndentText, logicalHeight);
87 : logicalWidth() - logicalRightOffsetForLine(position, shouldIndentText, logicalHeight);
151 void setLogicalWidthForFloat(FloatingObject* floatingObject, LayoutUnit logicalWidth) argument
154 floatingObject->setWidth(logicalWidth);
156 floatingObject->setHeight(logicalWidth);
H A DRenderTreeAsText.cpp408 // FIXME: For now use an "enclosingIntRect" model for x, y and logicalWidth, although this makes it harder
412 int logicalWidth = ceilf(run.left() + run.logicalWidth()) - x; local
418 ts << "text run at (" << x << "," << y << ") width " << logicalWidth; local
H A DInlineBox.h53 InlineBox(RenderObject& obj, FloatPoint topLeft, float logicalWidth, bool firstLine, bool constructed, argument
60 , m_logicalWidth(logicalWidth)
204 float width() const { return isHorizontal() ? logicalWidth() : hasVirtualLogicalHeight() ? virtualLogicalHeight() : logicalHeight(); }
205 float height() const { return isHorizontal() ? hasVirtualLogicalHeight() ? virtualLogicalHeight() : logicalHeight() : logicalWidth(); }
212 float logicalRight() const { return logicalLeft() + logicalWidth(); }
238 float logicalWidth() const { return m_logicalWidth; } function in class:blink::InlineBox
H A DInlineTextBox.cpp232 LayoutUnit logicalWidth = r.width(); local
234 logicalWidth = 0;
236 logicalWidth = logicalRight() - r.x();
239 LayoutUnit width = isHorizontal() ? logicalWidth : selHeight;
240 LayoutUnit height = isHorizontal() ? selHeight : logicalWidth;
281 bool rtlFullTruncation = !flowIsLTR && ellipsisX >= logicalLeft() + logicalWidth();
331 truncatedWidth += logicalWidth();
438 FloatRect boxRect(boxOrigin, LayoutSize(logicalWidth(), logicalHeight()));
1174 if (lineOffset - logicalLeft() > logicalWidth())
H A DRenderBox.h111 LayoutUnit logicalRight() const { return logicalLeft() + logicalWidth(); }
114 LayoutUnit logicalWidth() const { return style()->isHorizontalWritingMode() ? width() : height(); } function in class:blink::RenderBox
439 bool sizesLogicalWidthToFitContent(const Length& logicalWidth) const;
443 LayoutUnit computeLogicalWidthUsing(SizeType, const Length& logicalWidth, LayoutUnit availableLogicalWidth, const RenderBlock* containingBlock) const;
448 LayoutUnit computeReplacedLogicalWidthRespectingMinMaxWidth(LayoutUnit logicalWidth, ShouldComputePreferred = ComputeActual) const;
681 void computePositionedLogicalWidthUsing(Length logicalWidth, const RenderBoxModelObject* containerBlock, TextDirection containerDirection,
H A DRenderInline.cpp613 childLine->logicalWidth() + childLine->marginLogicalLeft() + childLine->marginLogicalRight(),
619 childLine->logicalWidth() + childLine->marginLogicalLeft() + childLine->marginLogicalRight()));
629 yield(FloatRect(childText->x(), logicalTop, childText->logicalWidth(), logicalHeight));
631 yield(FloatRect(logicalTop, childText->y(), logicalHeight, childText->logicalWidth()));
1024 LayoutUnit logicalWidth = logicalRightSide - logicalLeftSide; local
1027 LayoutRect rect(logicalLeftSide, logicalTop, logicalWidth, logicalHeight);
H A DRenderListMarker.cpp1303 LayoutUnit logicalWidth = 0; local
1310 logicalWidth = font.width(m_text); // no suffix for these types
1315 logicalWidth = (font.fontMetrics().ascent() * 2 / 3 + 1) / 2 + 2;
1393 logicalWidth = 0;
1398 logicalWidth = itemWidth + suffixSpaceWidth;
1403 m_minPreferredLogicalWidth = logicalWidth;
1404 m_maxPreferredLogicalWidth = logicalWidth;
H A DRenderText.cpp667 *extraWidthToEndOfLine = (box->root().logicalWidth() + rootLeft) - (left + 1);
675 rightEdge = std::max<float>(cb->logicalWidth().toFloat(), rootRight);
1574 LayoutUnit logicalWidth = logicalRightSide - logicalLeftSide; local
1577 LayoutRect rect(logicalLeftSide, logicalTop, logicalWidth, logicalHeight);
H A DRenderBlock.cpp1424 LayoutUnit oldWidth = logicalWidth();
1430 return oldWidth != logicalWidth() || oldColumnWidth != desiredColumnWidth() || widthAvailableToChildrenHasChanged();
2020 LayoutUnit logicalWidth = logicalRight - logicalLeft; local
2021 if (logicalWidth <= 0)
2024 LayoutRect gapRect = rootBlock->logicalRectToPhysicalRect(rootBlockPhysicalPosition, LayoutRect(logicalLeft, logicalTop, logicalWidth, logicalHeight));
2743 if (pointLogicalLeft >= logicalWidth())
3188 if (!isTableCell() && styleToUse->logicalWidth().isFixed() && styleToUse->logicalWidth().value() >= 0
3189 && !(isDeprecatedFlexItem() && !styleToUse->logicalWidth().intValue()))
3190 m_minPreferredLogicalWidth = m_maxPreferredLogicalWidth = adjustContentBoxLogicalWidthForBoxSizing(styleToUse->logicalWidth()
[all...]
H A DRenderBox.cpp523 LayoutUnit RenderBox::constrainLogicalWidthByMinMax(LayoutUnit logicalWidth, LayoutUnit availableWidth, RenderBlock* cb) const argument
527 logicalWidth = std::min(logicalWidth, computeLogicalWidthUsing(MaxSize, styleToUse->logicalMaxWidth(), availableWidth, cb));
528 return std::max(logicalWidth, computeLogicalWidthUsing(MinSize, styleToUse->logicalMinWidth(), availableWidth, cb));
989 void RenderBox::setOverrideContainingBlockContentLogicalWidth(LayoutUnit logicalWidth) argument
993 gOverrideContainingBlockLogicalWidthMap->set(this, logicalWidth);
1892 maxWidth = std::max<float>(maxWidth, toRenderListMarker(itemMarker)->logicalWidth().toFloat());
1901 computedValues.m_extent = logicalWidth();
1933 Length logicalWidthLength = treatAsReplaced ? Length(computeReplacedLogicalWidth(), Fixed) : styleToUse->logicalWidth();
1955 LayoutUnit preferredWidth = computeLogicalWidthUsing(MainOrPreferredSize, styleToUse->logicalWidth(), containerWidthInInlineDirectio
2026 computeLogicalWidthUsing(SizeType widthType, const Length& logicalWidth, LayoutUnit availableLogicalWidth, const RenderBlock* cb) const argument
2477 computeReplacedLogicalWidthRespectingMinMaxWidth(LayoutUnit logicalWidth, ShouldComputePreferred shouldComputePreferred) const argument
2954 computePositionedLogicalWidthUsing(Length logicalWidth, const RenderBoxModelObject* containerBlock, TextDirection containerDirection, LayoutUnit containerLogicalWidth, LayoutUnit bordersPlusPadding, const Length& logicalLeft, const Length& logicalRight, const Length& marginLogicalLeft, const Length& marginLogicalRight, LogicalExtentComputedValues& computedValues) const argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPreserveAspectRatio.cpp293 AffineTransform SVGPreserveAspectRatio::getCTM(float logicalX, float logicalY, float logicalWidth, float logicalHeight, float physicalWidth, float physicalHeight) const argument
295 ASSERT(logicalWidth);
306 double extendedLogicalWidth = logicalWidth;
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h469 const Length& logicalWidth() const { return isHorizontalWritingMode() ? width() : height(); } function in class:blink::RenderStyle
549 bool isFixedTableLayout() const { return tableLayout() == TFIXED && !logicalWidth().isAuto(); }
/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 1603 milliseconds