Searched refs:writeBlockIndent (Results 1 – 6 of 6) sorted by relevance
/external/skqp/tools/bookmaker/ |
D | parserCommon.h | 183 bool writeBlockIndent(int size, const char* data, bool ignoreIndent);
|
D | parserCommon.cpp | 190 bool ParserCommon::writeBlockIndent(int size, const char* data, bool ignoreIdent) { in writeBlockIndent() function in ParserCommon
|
D | includeWriter.cpp | 130 wroteSomething |= this->writeBlockIndent(commentLen, commentStart, false); in descriptionOut() 173 wroteSomething |= this->writeBlockIndent(prop->length(), prop->fContentStart, true); in descriptionOut()
|
/external/skia/tools/bookmaker/ |
D | parserCommon.h | 185 bool writeBlockIndent(int size, const char* data, bool ignoreIndent);
|
D | parserCommon.cpp | 190 bool ParserCommon::writeBlockIndent(int size, const char* data, bool ignoreIdent) { in writeBlockIndent() function in ParserCommon
|
D | includeWriter.cpp | 130 wroteSomething |= this->writeBlockIndent(commentLen, commentStart, false); in descriptionOut() 173 wroteSomething |= this->writeBlockIndent(prop->length(), prop->fContentStart, true); in descriptionOut()
|