Home | History | Annotate | Download | only in rendering

Lines Matching refs:previousCharacterIsSpace

2045                 bool previousCharacterIsSpace = currentCharacterIsSpace;
2106 applyWordSpacing = wordSpacing && currentCharacterIsSpace && !previousCharacterIsSpace;
2194 if (currentCharacterIsSpace && previousCharacterIsSpace) {
2222 if (currentCharacterIsSpace && !previousCharacterIsSpace) {