HomeSort by relevance Sort by last modified time
    Searched refs:writeToMemory (Results 1 - 25 of 47) sorted by null

1 2

  /external/chromium_org/third_party/skia/src/core/
SkFlattenableSerialization.cpp 19 writer.writeToMemory(data->writable_data());
SkPictureRecord.cpp 677 size_t size = kUInt32Size + matrix.writeToMemory(NULL);
686 size_t size = kUInt32Size + matrix.writeToMemory(NULL);
839 size_t size = 2 * kUInt32Size + region.writeToMemory(NULL);
    [all...]
  /external/skia/src/core/
SkFlattenableSerialization.cpp 19 writer.writeToMemory(data);
  /external/chromium_org/third_party/skia/include/core/
SkWriter32.h 138 rrect.writeToMemory(this->reserve(SkRRect::kSizeInMemory));
142 size_t size = path.writeToMemory(NULL);
144 path.writeToMemory(this->reserve(size));
148 size_t size = matrix.writeToMemory(NULL);
150 matrix.writeToMemory(this->reserve(size));
154 size_t size = rgn.writeToMemory(NULL);
156 rgn.writeToMemory(this->reserve(size));
SkWriteBuffer.h 79 void writeToMemory(void* dst) { fWriter.flatten(dst); }
SkRRect.h 269 size_t writeToMemory(void* buffer) const;
SkRegion.h 368 size_t writeToMemory(void* buffer) const;
  /external/skia/include/core/
SkWriter32.h 138 rrect.writeToMemory(this->reserve(SkRRect::kSizeInMemory));
142 size_t size = path.writeToMemory(NULL);
144 path.writeToMemory(this->reserve(size));
148 size_t size = matrix.writeToMemory(NULL);
150 matrix.writeToMemory(this->reserve(size));
154 size_t size = rgn.writeToMemory(NULL);
156 rgn.writeToMemory(this->reserve(size));
SkWriteBuffer.h 79 void writeToMemory(void* dst) { fWriter.flatten(dst); }
SkRRect.h 269 size_t writeToMemory(void* buffer) const;
SkRegion.h 368 size_t writeToMemory(void* buffer) const;
  /external/chromium_org/third_party/skia/include/ports/
SkFontConfigInterface.h 67 size_t writeToMemory(void* buffer = NULL) const;
  /external/skia/include/ports/
SkFontConfigInterface.h 65 size_t writeToMemory(void* buffer = NULL) const;
  /external/skia/tests/
AndroidPaintTest.cpp 16 writer.writeToMemory(bytes.get());
SerializationTest.cpp 26 size_t bytesWrittenToMemory = testObj->writeToMemory(dataWritten);
141 writer.writeToMemory(dataWritten);
180 writer.writeToMemory(dataWritten);
218 writer.writeToMemory(dataWritten);
417 writer.writeToMemory(static_cast<void*>(data.get()));
ColorFilterTest.cpp 25 wb.writeToMemory(storage.get());
  /external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp 398 buffer.writeToMemory(dst);
605 if (this->needOpBytes(m.writeToMemory(NULL))) {
632 if (this->needOpBytes(matrix.writeToMemory(NULL))) {
670 if (this->needOpBytes(path.writeToMemory(NULL))) {
684 if (this->needOpBytes(region.writeToMemory(NULL))) {
769 if (this->needOpBytes(path.writeToMemory(NULL))) {
841 size_t opBytesNeeded = matrix.writeToMemory(NULL);
926 size_t size = 4 + SkAlign4(byteLength) + path.writeToMemory(NULL);
929 size += matrix->writeToMemory(NULL);
    [all...]
  /external/chromium_org/third_party/skia/tests/
SerializationTest.cpp 29 size_t bytesWrittenToMemory = testObj->writeToMemory(dataWritten);
144 writer.writeToMemory(dataWritten);
183 writer.writeToMemory(dataWritten);
221 writer.writeToMemory(dataWritten);
521 writer.writeToMemory(static_cast<void*>(data.get()));
ColorFilterTest.cpp 25 wb.writeToMemory(storage.get());
  /external/skia/src/pipe/
SkGPipeWrite.cpp 387 buffer.writeToMemory(dst);
592 if (this->needOpBytes(m.writeToMemory(NULL))) {
619 if (this->needOpBytes(matrix.writeToMemory(NULL))) {
657 if (this->needOpBytes(path.writeToMemory(NULL))) {
671 if (this->needOpBytes(region.writeToMemory(NULL))) {
756 if (this->needOpBytes(path.writeToMemory(NULL))) {
828 size_t opBytesNeeded = matrix.writeToMemory(NULL);
913 size_t size = 4 + SkAlign4(byteLength) + path.writeToMemory(NULL);
916 size += matrix->writeToMemory(NULL);
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_direct.cpp 21 size_t SkFontConfigInterface::FontIdentity::writeToMemory(void* addr) const {
75 size_t size0 = iden0.writeToMemory(NULL);
80 size_t size1 = iden0.writeToMemory(storage.get());
  /external/skia/src/ports/
SkFontConfigInterface_direct.cpp 21 size_t SkFontConfigInterface::FontIdentity::writeToMemory(void* addr) const {
75 size_t size0 = iden0.writeToMemory(NULL);
80 size_t size1 = iden0.writeToMemory(storage.get());
  /frameworks/base/core/jni/android/graphics/
Region.cpp 231 size_t size = region->writeToMemory(NULL);
233 region->writeToMemory(p->writeInplace(size));
  /external/chromium_org/third_party/skia/samplecode/
SampleRegion.cpp 276 SkDEBUGCODE(size_t size = ) tmp.writeToMemory(NULL);
278 SkDEBUGCODE(size_t size2 = ) tmp.writeToMemory(buffer);
  /external/skia/samplecode/
SampleRegion.cpp 276 SkDEBUGCODE(size_t size = ) tmp.writeToMemory(NULL);
278 SkDEBUGCODE(size_t size2 = ) tmp.writeToMemory(buffer);

Completed in 1276 milliseconds

1 2