Home | History | Annotate | Download | only in rendering

Lines Matching refs:maxW

470                                    int& minW, int& maxW, bool& stripFrontSpaces)
490 maxW = 0;
496 maxW = m_maxWidth;
509 maxW -= spaceWidth;
511 maxW += f.wordSpacing();
516 if (!style()->autoWrap() || minW > maxW)
517 minW = maxW;
523 beginMaxW = maxW;
524 endMaxW = maxW;