Home | History | Annotate | Download | only in rendering

Lines Matching defs:wordSpacing

749                 w += f.fontDescription().wordSpacing();
814 maxWidth += font.fontDescription().wordSpacing();
913 float wordSpacing = styleToUse->wordSpacing();
1036 cachedWordTrailingSpaceWidth[textDirection] = f.width(constructTextRun(this, f, &space, 1, styleToUse, textDirection)) + wordSpacing;
1064 // Add in wordSpacing to our currMaxWidth, but not if this is the last word on a line or the
1066 if (wordSpacing && (isSpace || isCollapsibleWhiteSpace) && !containsOnlyWhitespace(j, len-j))
1067 currMaxWidth += wordSpacing;
1129 currMaxWidth += wordSpacing;