Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
DparserCommon.cpp190 bool ParserCommon::writeBlockIndent(int size, const char* data, bool ignoreIdent) { in writeBlockIndent() argument
198 while (size && (' ' > data[0] || (' ' == data[0] && ignoreIdent))) { in writeBlockIndent()