Home | History | Annotate | Download | only in rendering

Lines Matching refs:lastSpace

1630             int lastSpace = pos;
1682 tmpW += textWidth(t, lastSpace, pos - lastSpace, f, w + tmpW, isFixedPitch, collapseWhiteSpace) + lastSpaceWordSpacing;
1697 lastSpace = pos; // Cheesy hack to prevent adding in widths of the run twice.
1721 lastSpace = pos; // e.g., "Foo goo", don't add in any of the ignored spaces.
1734 additionalTmpW = textWidth(t, lastSpace, pos + 1 - lastSpace, f, w + tmpW, isFixedPitch, collapseWhiteSpace) - wordTrailingSpaceWidth + lastSpaceWordSpacing;
1736 additionalTmpW = textWidth(t, lastSpace, pos - lastSpace, f, w + tmpW, isFixedPitch, collapseWhiteSpace) + lastSpaceWordSpacing;
1824 lastSpace = pos;
1845 lastSpace = pos; // e.g., "Foo goo", don't add in any of the ignored spaces.
1874 tmpW += textWidth(t, lastSpace, pos - lastSpace, f, w + tmpW, isFixedPitch, collapseWhiteSpace) + lastSpaceWordSpacing;