Lines Matching defs:write
31 * SkWriter32 will try to back reserve and write calls with this external storage until the
49 // we always write multiples of 4-bytes, so truncate down the size to match that
72 * was written atomically using the write methods below.
83 * was written atomically using the write methods below.
151 // write count bytes (must be a multiple of 4)
153 this->write(values, size);
160 void write(const void* values, size_t size) {
191 * If you write NULL, it will be read as "".
196 * Computes the size (aligned to multiple of 4) need to write the string
230 return stream->write(fData, fUsed);
233 // read from the stream, and write up to length bytes. Return the actual
247 size_t fCapacity; // Number of bytes we can write to fData.