Home
last modified time | relevance | path

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

/external/skia/src/svg/
DSkSVGDevice.cpp123 , fLastCharWasWhitespace(true) // start off in whitespace mode to strip all leading space in SVGTextBuilder()
190 if (fLastCharWasWhitespace) { in appendUnichar()
201 isWhitespace = fLastCharWasWhitespace; // preserve whitespace consolidation in appendUnichar()
224 fLastCharWasWhitespace = isWhitespace; in appendUnichar()
243 bool fLastCharWasWhitespace; member in __anond794dccc0111::SVGTextBuilder