Searched refs:writeBlockTrim (Results 1 – 4 of 4) sorted by relevance
180 SkAssertResult(writeBlockTrim(size, data)); in writeBlock()191 bool writeBlockTrim(int size, const char* data);
232 bool ParserCommon::writeBlockTrim(int size, const char* data) { in writeBlockTrim() function in ParserCommon
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()
2153 this->writeBlockTrim(end - start, start); in resolveOut()