Lines Matching defs:write
55 fWriter.write(value, count * sizeof(SkScalar));
64 fWriter.write(value, count * sizeof(int32_t));
81 fWriter.write(color, count * sizeof(SkColor));
85 fWriter.write(&color, sizeof(SkColor4f));
90 fWriter.write(color, count * sizeof(SkColor4f));
104 fWriter.write(point, count * sizeof(SkPoint));
107 void SkBinaryWriteBuffer::write(const SkM44& matrix) {
108 fWriter.write(SkMatrixPriv::M44ColMajor(matrix), sizeof(float) * 16);
116 fWriter.write(&rect, sizeof(SkIRect));
221 * We can write 1 of 2 versions of the flattenable:
228 * allow the reader to specify its own factories after write time. In order to improve
229 * compression, if we have already written the string, we write its index instead.
240 // We will write the index as a 32-bit int. We want the first byte