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

12

/external/chromium_org/third_party/skia/src/core/
H A DSkFlattenableSerialization.cpp21 writer.writeToMemory(data);
H A DSkOrderedWriteBuffer.h39 // (You may be able to use this to avoid a call to writeToMemory.)
42 void writeToMemory(void* dst) { fWriter.flatten(dst); } function in class:SkOrderedWriteBuffer
H A DSkPictureFlat.cpp131 buffer.writeToMemory(result->data());
H A DSkRRect.cpp283 uint32_t SkRRect::writeToMemory(void* buffer) const { function in class:SkRRect
/external/skia/src/core/
H A DSkFlattenableSerialization.cpp21 writer.writeToMemory(data);
H A DSkOrderedWriteBuffer.h39 // (You may be able to use this to avoid a call to writeToMemory.)
42 void writeToMemory(void* dst) { fWriter.flatten(dst); } function in class:SkOrderedWriteBuffer
H A DSkPictureFlat.cpp131 buffer.writeToMemory(result->data());
/external/chromium_org/third_party/skia/include/core/
H A DSkWriter32.h122 rrect.writeToMemory(this->reserve(SkRRect::kSizeInMemory));
126 size_t size = path.writeToMemory(NULL);
128 path.writeToMemory(this->reserve(size));
132 size_t size = matrix.writeToMemory(NULL);
134 matrix.writeToMemory(this->reserve(size));
138 size_t size = rgn.writeToMemory(NULL);
140 rgn.writeToMemory(this->reserve(size));
H A DSkRRect.h271 uint32_t writeToMemory(void* buffer) const;
H A DSkRegion.h364 uint32_t writeToMemory(void* buffer) const;
H A DSkMatrix.h537 uint32_t writeToMemory(void* buffer) const;
H A DSkPath.h916 uint32_t writeToMemory(void* buffer) const;
/external/skia/include/core/
H A DSkWriter32.h122 rrect.writeToMemory(this->reserve(SkRRect::kSizeInMemory));
126 size_t size = path.writeToMemory(NULL);
128 path.writeToMemory(this->reserve(size));
132 size_t size = matrix.writeToMemory(NULL);
134 matrix.writeToMemory(this->reserve(size));
138 size_t size = rgn.writeToMemory(NULL);
140 rgn.writeToMemory(this->reserve(size));
H A DSkRRect.h272 uint32_t writeToMemory(void* buffer) const;
H A DSkRegion.h364 uint32_t writeToMemory(void* buffer) const;
H A DSkMatrix.h537 uint32_t writeToMemory(void* buffer) const;
/external/chromium_org/third_party/skia/include/ports/
H A DSkFontConfigInterface.h65 size_t writeToMemory(void* buffer = NULL) const;
/external/skia/include/ports/
H A DSkFontConfigInterface.h65 size_t writeToMemory(void* buffer = NULL) const;
/external/skia/tests/
H A DAndroidPaintTest.cpp17 writer.writeToMemory(bytes.get());
H A DColorFilterTest.cpp23 wb.writeToMemory(storage.get());
H A DMatrixTest.cpp116 uint32_t size1 = m.writeToMemory(NULL);
117 uint32_t size2 = m.writeToMemory(buffer);
127 size3 = m2.writeToMemory(buffer2);
/external/chromium_org/third_party/skia/src/pipe/
H A DSkGPipeWrite.cpp355 buffer.writeToMemory(dst);
612 if (this->needOpBytes(matrix.writeToMemory(NULL))) {
622 if (this->needOpBytes(matrix.writeToMemory(NULL))) {
654 if (this->needOpBytes(path.writeToMemory(NULL))) {
665 if (this->needOpBytes(region.writeToMemory(NULL))) {
739 if (this->needOpBytes(path.writeToMemory(NULL))) {
800 size_t opBytesNeeded = matrix.writeToMemory(NULL);
887 size_t size = 4 + SkAlign4(byteLength) + path.writeToMemory(NULL);
890 size += matrix->writeToMemory(NULL);
/external/skia/src/pipe/
H A DSkGPipeWrite.cpp355 buffer.writeToMemory(dst);
612 if (this->needOpBytes(matrix.writeToMemory(NULL))) {
622 if (this->needOpBytes(matrix.writeToMemory(NULL))) {
654 if (this->needOpBytes(path.writeToMemory(NULL))) {
665 if (this->needOpBytes(region.writeToMemory(NULL))) {
739 if (this->needOpBytes(path.writeToMemory(NULL))) {
800 size_t opBytesNeeded = matrix.writeToMemory(NULL);
887 size_t size = 4 + SkAlign4(byteLength) + path.writeToMemory(NULL);
890 size += matrix->writeToMemory(NULL);
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp20 size_t SkFontConfigInterface::FontIdentity::writeToMemory(void* addr) const { function in class:SkFontConfigInterface::FontIdentity
71 size_t size0 = iden0.writeToMemory(NULL);
76 size_t size1 = iden0.writeToMemory(storage.get());
/external/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp20 size_t SkFontConfigInterface::FontIdentity::writeToMemory(void* addr) const { function in class:SkFontConfigInterface::FontIdentity
71 size_t size0 = iden0.writeToMemory(NULL);
76 size_t size1 = iden0.writeToMemory(storage.get());

Completed in 5910 milliseconds

12