Home | History | Annotate | Download | only in rendering

Lines Matching refs:contentLogicalWidth

826         return block->contentLogicalWidth().toFloat();
842 if (float containerWidth = block->containingBlock()->contentLogicalWidth().toFloat()) {
847 if ((width = block->contentLogicalWidth().toFloat()) > 0)
987 float contentWidth = cluster->m_root->contentLogicalWidth().toFloat();
988 float clusterTextWidth = parentDeepestBlockContainingAllText->contentLogicalWidth().toFloat();