HomeSort by relevance Sort by last modified time
    Searched refs:readFromMemory (Results 1 - 12 of 12) sorted by null

  /external/skia/include/core/
SkReader32.h 110 size_t size = path->readFromMemory(this->peek());
116 size_t size = matrix->readFromMemory(this->peek());
122 rrect->readFromMemory(this->skip(SkRRect::kSizeInMemory));
127 size_t size = rgn->readFromMemory(this->peek());
SkRRect.h 270 uint32_t readFromMemory(const void* buffer);
SkRegion.h 360 uint32_t readFromMemory(const void* buffer);
SkMatrix.h 527 // writeTo/readFromMemory will never return a value larger than this
533 uint32_t readFromMemory(const void* buffer);
SkPath.h     [all...]
  /external/skia/src/core/
SkRRect.cpp 262 uint32_t SkRRect::readFromMemory(const void* buffer) {
SkRegion.cpp     [all...]
SkMatrix.cpp     [all...]
SkPath.cpp     [all...]
  /frameworks/base/core/jni/android/graphics/
Region.cpp 180 region->readFromMemory(p->readInplace(size));
  /external/skia/tests/
MatrixTest.cpp 121 uint32_t size3 = m2.readFromMemory(buffer);
PathTest.cpp     [all...]

Completed in 227 milliseconds