Searched refs:writeBlockTrim (Results 1 – 8 of 8) sorted by relevance
/external/skqp/tools/bookmaker/ |
D | parserCommon.h | 180 SkAssertResult(writeBlockTrim(size, data)); in writeBlock() 191 bool writeBlockTrim(int size, const char* data);
|
D | parserCommon.cpp | 232 bool ParserCommon::writeBlockTrim(int size, const char* data) { in writeBlockTrim() function in ParserCommon
|
D | includeWriter.cpp | 966 bool result = this->writeBlockTrim(size, data); in firstBlockTrim() 1589 this->writeBlockTrim((int) (bodyEnd - fStart), fStart); in populate() 1702 this->writeBlockTrim((int) (bodyEnd - fStart), fStart); in populate() 1705 this->writeBlockTrim(child.length() + 1, child.fContentStart); in populate()
|
D | mdOut.cpp | 2153 this->writeBlockTrim(end - start, start); in resolveOut()
|
/external/skia/tools/bookmaker/ |
D | parserCommon.h | 182 SkAssertResult(writeBlockTrim(size, data)); in writeBlock() 193 bool writeBlockTrim(int size, const char* data);
|
D | parserCommon.cpp | 232 bool ParserCommon::writeBlockTrim(int size, const char* data) { in writeBlockTrim() function in ParserCommon
|
D | includeWriter.cpp | 966 bool result = this->writeBlockTrim(size, data); in firstBlockTrim() 1589 this->writeBlockTrim((int) (bodyEnd - fStart), fStart); in populate() 1702 this->writeBlockTrim((int) (bodyEnd - fStart), fStart); in populate() 1705 this->writeBlockTrim(child.length() + 1, child.fContentStart); in populate()
|
D | mdOut.cpp | 2153 this->writeBlockTrim(end - start, start); in resolveOut()
|