Searched defs:logicalWidth (Results 1 – 17 of 17) sorted by relevance
92 … int logicalWidth = cell->computeBorderBoxLogicalWidth(cellLogicalWidth.value()); in recalcColumn() local244 …float logicalWidth = static_cast<float>(m_layoutStruct[i].effectiveMaxLogicalWidth) * 100 / max(pe… in computePreferredLogicalWidths() local510 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; in layout() local541 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; in layout() local568 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; in layout() local579 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; in layout() local593 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; in layout() local606 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; in layout() local619 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; in layout() local658 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; in layout() local[all …]
60 Length logicalWidth; member
72 …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
489 int logicalWidth; in computeReplacedLogicalWidth() local537 int logicalWidth; in computeReplacedLogicalHeight() local
287 int logicalWidth = this->logicalWidth(); in getOverhang() local
209 int logicalWidth; in computeReplacedLogicalWidth() local
1682 Length logicalWidth; in computeLogicalWidthUsing() local1715 …Length logicalWidth = (widthType == MaxLogicalWidth) ? style()->logicalMaxWidth() : style()->logic… in sizesToIntrinsicLogicalWidth() local2000 int logicalWidth = computeReplacedLogicalWidthUsing(style()->logicalWidth()); in computeReplacedLogicalWidth() local2396 void RenderBox::computePositionedLogicalWidthUsing(Length logicalWidth, const RenderBoxModelObject*… in computePositionedLogicalWidthUsing()
497 int logicalWidth = ceilf(run.m_x + run.m_logicalWidth) - x; in writeTextRun() local
61 int logicalWidth() const { return style()->isHorizontalWritingMode() ? width() : height(); } in logicalWidth() function
1363 int logicalWidth = 0; in computePreferredLogicalWidths() local
468 void setLogicalWidthForFloat(FloatingObject* child, int logicalWidth) in setLogicalWidthForFloat()
199 int logicalWidth = r.width(); in selectionRect() local
950 int logicalWidth = logicalRightSide - logicalLeftSide; in linesVisualOverflowBoundingBox() local
1379 int logicalWidth = logicalRightSide - logicalLeftSide; in linesVisualOverflowBoundingBox() local
3029 int logicalWidth = logicalRight - logicalLeft; in blockSelectionGap() local
440 int logicalWidth = ceilf(box->x() + box->logicalWidth()) - box->x(); in writeRenderSVGTextBox() local
1186 Length RenderStyle::logicalWidth() const in logicalWidth() function in WebCore::RenderStyle