Home
last modified time | relevance | path

Searched refs:fLastCharWasWhitespace (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/svg/
DSkSVGDevice.cpp842 … , 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
/external/skqp/src/svg/
DSkSVGDevice.cpp853 … , 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