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

1 2

  /external/chromium_org/third_party/skia/src/core/
SkFlattenableSerialization.cpp 21 writer.writeToMemory(data);
SkOrderedWriteBuffer.h 39 // (You may be able to use this to avoid a call to writeToMemory.)
42 void writeToMemory(void* dst) { fWriter.flatten(dst); }
SkPictureFlat.cpp 131 buffer.writeToMemory(result->data());
SkRRect.cpp 283 uint32_t SkRRect::writeToMemory(void* buffer) const {
  /external/skia/src/core/
SkFlattenableSerialization.cpp 21 writer.writeToMemory(data);
SkOrderedWriteBuffer.h 39 // (You may be able to use this to avoid a call to writeToMemory.)
42 void writeToMemory(void* dst) { fWriter.flatten(dst); }
SkPictureFlat.cpp 131 buffer.writeToMemory(result->data());
  /external/chromium_org/third_party/skia/include/core/
SkWriter32.h 122 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));
SkRRect.h 271 uint32_t writeToMemory(void* buffer) const;
SkRegion.h 364 uint32_t writeToMemory(void* buffer) const;
SkMatrix.h 537 uint32_t writeToMemory(void* buffer) const;
SkPath.h     [all...]
  /external/skia/include/core/
SkWriter32.h 122 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));
SkRRect.h 271 uint32_t writeToMemory(void* buffer) const;
SkRegion.h 364 uint32_t writeToMemory(void* buffer) const;
  /external/chromium_org/third_party/skia/include/ports/
SkFontConfigInterface.h 65 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 17 writer.writeToMemory(bytes.get());
ColorFilterTest.cpp 23 wb.writeToMemory(storage.get());
MatrixTest.cpp 116 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/
SkGPipeWrite.cpp 355 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);
    [all...]
  /external/skia/src/pipe/
SkGPipeWrite.cpp 355 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);
    [all...]
  /frameworks/base/core/jni/android/graphics/
Region.cpp 193 size_t size = region->writeToMemory(NULL);
195 region->writeToMemory(p->writeInplace(size));
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_direct.cpp 20 size_t SkFontConfigInterface::FontIdentity::writeToMemory(void* addr) const {
71 size_t size0 = iden0.writeToMemory(NULL);
76 size_t size1 = iden0.writeToMemory(storage.get());
  /external/skia/src/ports/
SkFontConfigInterface_direct.cpp 20 size_t SkFontConfigInterface::FontIdentity::writeToMemory(void* addr) const {
71 size_t size0 = iden0.writeToMemory(NULL);
76 size_t size1 = iden0.writeToMemory(storage.get());

Completed in 1133 milliseconds

1 2