Lines Matching refs:write
78 return this->write(buffer, stop - buffer);
85 return this->write(buffer, stop - buffer);
92 return this->write(tmp.c_str(), tmp.size());
99 return this->write(buffer, stop - buffer);
103 return this->write(&value, sizeof(value));
132 return this->write(data, len);
145 if (!this->write(scratch, n)) {
423 bool SkFILEWStream::write(const void* buffer, size_t size)
532 bool SkDynamicMemoryWStream::write(const void* buffer, size_t count) {
642 if (!dst->write(block->start(), block->written())) {
650 // The contract is to write zeros until the entire stream has written a multiple of 4 bytes.
692 if (dstStreamGood && !dst->write(block->start(), block->written())) {
934 tempStream.write(buffer, bytesRead);
946 return out->write(&base[position], length - position);
955 if (!out->write(scratch, count)) {