Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DAutoTableLayout.cpp92 … int logicalWidth = cell->computeBorderBoxLogicalWidth(cellLogicalWidth.value()); in recalcColumn() local
244 …float logicalWidth = static_cast<float>(m_layoutStruct[i].effectiveMaxLogicalWidth) * 100 / max(pe… in computePreferredLogicalWidths() local
510 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; in layout() local
541 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; in layout() local
568 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; in layout() local
579 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; in layout() local
593 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; in layout() local
606 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; in layout() local
619 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; in layout() local
658 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; in layout() local
[all …]
DAutoTableLayout.h60 Length logicalWidth; member
DInlineBox.h72 …InlineBox(RenderObject* obj, float x, float y, float logicalWidth, bool firstLine, bool constructe… in InlineBox()
261 float logicalWidth() const { return m_logicalWidth; } in logicalWidth() function
DRenderImage.cpp489 int logicalWidth; in computeReplacedLogicalWidth() local
537 int logicalWidth; in computeReplacedLogicalHeight() local
DRenderRubyRun.cpp287 int logicalWidth = this->logicalWidth(); in getOverhang() local
DRenderReplaced.cpp209 int logicalWidth; in computeReplacedLogicalWidth() local
DRenderBox.cpp1682 Length logicalWidth; in computeLogicalWidthUsing() local
1715 …Length logicalWidth = (widthType == MaxLogicalWidth) ? style()->logicalMaxWidth() : style()->logic… in sizesToIntrinsicLogicalWidth() local
2000 int logicalWidth = computeReplacedLogicalWidthUsing(style()->logicalWidth()); in computeReplacedLogicalWidth() local
2396 void RenderBox::computePositionedLogicalWidthUsing(Length logicalWidth, const RenderBoxModelObject*… in computePositionedLogicalWidthUsing()
DRenderTreeAsText.cpp497 int logicalWidth = ceilf(run.m_x + run.m_logicalWidth) - x; in writeTextRun() local
DRenderBox.h61 int logicalWidth() const { return style()->isHorizontalWritingMode() ? width() : height(); } in logicalWidth() function
DRenderListMarker.cpp1363 int logicalWidth = 0; in computePreferredLogicalWidths() local
DRenderBlock.h468 void setLogicalWidthForFloat(FloatingObject* child, int logicalWidth) in setLogicalWidthForFloat()
DInlineTextBox.cpp199 int logicalWidth = r.width(); in selectionRect() local
DRenderInline.cpp950 int logicalWidth = logicalRightSide - logicalLeftSide; in linesVisualOverflowBoundingBox() local
DRenderText.cpp1379 int logicalWidth = logicalRightSide - logicalLeftSide; in linesVisualOverflowBoundingBox() local
DRenderBlock.cpp3029 int logicalWidth = logicalRight - logicalLeft; in blockSelectionGap() local
/external/webkit/Source/WebCore/rendering/svg/
DSVGRenderTreeAsText.cpp440 int logicalWidth = ceilf(box->x() + box->logicalWidth()) - box->x(); in writeRenderSVGTextBox() local
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.cpp1186 Length RenderStyle::logicalWidth() const in logicalWidth() function in WebCore::RenderStyle