Home | History | Annotate | Download | only in rendering

Lines Matching refs:stripFrontSpaces

659                                    float& minW, float& maxW, bool& stripFrontSpaces)
663 stripFrontSpaces = false;
668 beginWS = !stripFrontSpaces && m_hasBeginWS;
673 if (!len || (stripFrontSpaces && text()->containsOnlyWhitespace())) {
697 if (stripFrontSpaces) {
705 stripFrontSpaces = collapseWhiteSpace && m_hasEndWS;