Searched refs:fLastCharWasWhitespace (Results 1 – 2 of 2) sorted by relevance
842 … , fLastCharWasWhitespace(true) { // start off in whitespace mode to strip all leadingspace in SVGTextBuilder()866 if (fLastCharWasWhitespace) { in appendUnichar()877 isWhitespace = fLastCharWasWhitespace; // preserve whitespace consolidation in appendUnichar()900 fLastCharWasWhitespace = isWhitespace; in appendUnichar()914 bool fLastCharWasWhitespace; member in SVGTextBuilder
853 … , fLastCharWasWhitespace(true) { // start off in whitespace mode to strip all leadingspace in SVGTextBuilder()877 if (fLastCharWasWhitespace) { in appendUnichar()888 isWhitespace = fLastCharWasWhitespace; // preserve whitespace consolidation in appendUnichar()911 fLastCharWasWhitespace = isWhitespace; in appendUnichar()925 bool fLastCharWasWhitespace; member in SVGTextBuilder