Home | History | Annotate | Download | only in rendering

Lines Matching refs:textAutosizingMultiplier

2089     ASSERT(renderer->style()->textAutosizingMultiplier() != 1);
2198 if (styleToUse->textAutosizingMultiplier() != 1 && styleToUse->marginStart().type() == Fixed) {
2202 const float adjustedMargin = (1 - 1.0 / styleToUse->textAutosizingMultiplier()) * getMaxWidthListMarker(this);