Home | History | Annotate | Download | only in rendering

Lines Matching refs:setLogicalWidth

382             trailingSpaceRun->m_box->setLogicalWidth(max<float>(0, trailingSpaceRun->m_box->logicalWidth() - totalLogicalWidth + availableLogicalWidth));
387 trailingSpaceRun->m_box->setLogicalWidth(0);
400 setLogicalWidth(0);
408 trailingSpaceRun->m_box->setLogicalWidth(max<float>(0, trailingSpaceRun->m_box->logicalWidth() - totalLogicalWidth + availableLogicalWidth));
420 trailingSpaceRun->m_box->setLogicalWidth(max<float>(0, trailingSpaceWidth));
485 r->m_box->setLogicalWidth(rt->width(r->m_start, r->m_stop - r->m_start, totalLogicalWidth, firstLine, &fallbackFonts, &glyphOverflow) + hyphenWidth);
517 r->m_box->setLogicalWidth(logicalWidthForChild(renderBox));
545 trailingSpaceRun->m_box->setLogicalWidth(0);
554 trailingSpaceRun->m_box->setLogicalWidth(max<float>(0, trailingSpaceRun->m_box->logicalWidth() - totalLogicalWidth + availableLogicalWidth));