Searched refs:writeToMemory (Results 1 - 22 of 22) sorted by relevance

/external/skia/src/core/
H A DSkFlattenableSerialization.cpp19 writer.writeToMemory(data->writable_data());
H A DSkPictureRecord.cpp275 size_t size = kUInt32Size + matrix.writeToMemory(NULL);
284 size_t size = kUInt32Size + matrix.writeToMemory(NULL);
440 size_t size = 2 * kUInt32Size + region.writeToMemory(NULL);
664 size_t size = 3 * kUInt32Size + SkAlign4(byteLength) + kUInt32Size + m.writeToMemory(NULL);
701 size += m.writeToMemory(NULL) + kUInt32Size; // matrix + paint
H A DSkPictureFlat.h284 buffer.writeToMemory(result->data());
H A DSkRRect.cpp475 size_t SkRRect::writeToMemory(void* buffer) const {
H A DSkRegion.cpp1097 size_t SkRegion::writeToMemory(void* storage) const { function in class:SkRegion
H A DSkMatrix.cpp1617 size_t SkMatrix::writeToMemory(void* buffer) const { function in class:SkMatrix
H A DSkPaint.cpp1246 buffer->writeToMemory(desc->addEntry(tag, buffer->bytesWritten(), NULL));
H A DSkPath.cpp1849 size_t SkPath::writeToMemory(void* storage) const { function in class:SkPath
/external/skia/include/core/
H A DSkWriter32.h136 rrect.writeToMemory(this->reserve(SkRRect::kSizeInMemory));
140 size_t size = path.writeToMemory(NULL);
142 path.writeToMemory(this->reserve(size));
146 size_t size = matrix.writeToMemory(NULL);
148 matrix.writeToMemory(this->reserve(size));
152 size_t size = rgn.writeToMemory(NULL);
154 rgn.writeToMemory(this->reserve(size));
H A DSkWriteBuffer.h80 void writeToMemory(void* dst) { fWriter.flatten(dst); } function in class:SkWriteBuffer
H A DSkRRect.h261 size_t writeToMemory(void* buffer) const;
H A DSkRegion.h367 size_t writeToMemory(void* buffer) const;
H A DSkPath.h937 size_t writeToMemory(void* buffer) const;
H A DSkMatrix.h612 size_t writeToMemory(void* buffer) const;
/external/skia/include/ports/
H A DSkFontConfigInterface.h67 size_t writeToMemory(void* buffer = NULL) const;
/external/skia/tests/
H A DSerializationTest.cpp29 size_t bytesWrittenToMemory = testObj->writeToMemory(dataWritten);
144 writer.writeToMemory(dataWritten);
183 writer.writeToMemory(dataWritten);
221 writer.writeToMemory(dataWritten);
510 writer.writeToMemory(static_cast<void*>(data.get()));
H A DColorFilterTest.cpp25 wb.writeToMemory(storage.get());
H A DMatrixTest.cpp145 size_t size1 = m.writeToMemory(NULL);
146 size_t size2 = m.writeToMemory(buffer);
156 size3 = m2.writeToMemory(buffer2);
H A DPathTest.cpp2127 size_t size1 = p.writeToMemory(NULL);
2128 size_t size2 = p.writeToMemory(buffer);
2144 size3 = p2.writeToMemory(buffer2);
/external/skia/src/pipe/
H A DSkGPipeWrite.cpp388 buffer.writeToMemory(dst);
590 if (this->needOpBytes(m.writeToMemory(NULL))) {
617 if (this->needOpBytes(matrix.writeToMemory(NULL))) {
655 if (this->needOpBytes(path.writeToMemory(NULL))) {
669 if (this->needOpBytes(region.writeToMemory(NULL))) {
740 if (this->needOpBytes(path.writeToMemory(NULL))) {
932 size_t size = 4 + SkAlign4(byteLength) + path.writeToMemory(NULL);
935 size += matrix->writeToMemory(NULL);
1019 blobBuffer.writeToMemory(pad);
1304 buffer.writeToMemory(fWrite
[all...]
/external/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp21 size_t SkFontConfigInterface::FontIdentity::writeToMemory(void* addr) const { function in class:SkFontConfigInterface::FontIdentity
75 size_t size0 = iden0.writeToMemory(NULL);
80 size_t size1 = iden0.writeToMemory(storage.get());
/external/skia/samplecode/
H A DSampleRegion.cpp276 SkDEBUGCODE(size_t size = ) tmp.writeToMemory(NULL);
278 SkDEBUGCODE(size_t size2 = ) tmp.writeToMemory(buffer);

Completed in 363 milliseconds