Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
DparserCommon.h183 bool writeBlockIndent(int size, const char* data, bool ignoreIndent);
DparserCommon.cpp190 bool ParserCommon::writeBlockIndent(int size, const char* data, bool ignoreIdent) { in writeBlockIndent() function in ParserCommon
DincludeWriter.cpp130 wroteSomething |= this->writeBlockIndent(commentLen, commentStart, false); in descriptionOut()
173 wroteSomething |= this->writeBlockIndent(prop->length(), prop->fContentStart, true); in descriptionOut()