Searched refs:readFromMemory (Results 1 - 11 of 11) sorted by relevance

/external/skia/include/core/
H A DSkReader32.h110 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());
H A DSkRRect.h270 uint32_t readFromMemory(const void* buffer);
H A DSkRegion.h360 uint32_t readFromMemory(const void* buffer);
H A DSkMatrix.h527 // writeTo/readFromMemory will never return a value larger than this
533 uint32_t readFromMemory(const void* buffer);
H A DSkPath.h905 uint32_t readFromMemory(const void* buffer);
/external/skia/src/core/
H A DSkRRect.cpp262 uint32_t SkRRect::readFromMemory(const void* buffer) { function in class:SkRRect
H A DSkRegion.cpp1126 uint32_t SkRegion::readFromMemory(const void* storage) { function in class:SkRegion
H A DSkMatrix.cpp1857 uint32_t SkMatrix::readFromMemory(const void* buffer) { function in class:SkMatrix
H A DSkPath.cpp2081 uint32_t SkPath::readFromMemory(const void* storage) { function in class:SkPath
/external/skia/tests/
H A DMatrixTest.cpp121 uint32_t size3 = m2.readFromMemory(buffer);
H A DPathTest.cpp1528 uint32_t size3 = p2.readFromMemory(buffer);

Completed in 190 milliseconds