Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
DparserCommon.h180 SkAssertResult(writeBlockTrim(size, data)); in writeBlock()
191 bool writeBlockTrim(int size, const char* data);
DparserCommon.cpp232 bool ParserCommon::writeBlockTrim(int size, const char* data) { in writeBlockTrim() function in ParserCommon
DincludeWriter.cpp966 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()
DmdOut.cpp2153 this->writeBlockTrim(end - start, start); in resolveOut()
/external/skia/tools/bookmaker/
DparserCommon.h182 SkAssertResult(writeBlockTrim(size, data)); in writeBlock()
193 bool writeBlockTrim(int size, const char* data);
DparserCommon.cpp232 bool ParserCommon::writeBlockTrim(int size, const char* data) { in writeBlockTrim() function in ParserCommon
DincludeWriter.cpp966 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()
DmdOut.cpp2153 this->writeBlockTrim(end - start, start); in resolveOut()