Home
last modified time | relevance | path

Searched refs:ReadFromMemory (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/core/
DSkMatrixPriv.h27 static size_t ReadFromMemory(SkMatrix* matrix, const void* buffer, size_t length) { in ReadFromMemory() function
DSkReadBuffer.cpp184 size = SkMatrixPriv::ReadFromMemory(matrix, fReader.peek(), fReader.available()); in readMatrix()
/third_party/skia/src/core/
DSkMatrixPriv.h27 static size_t ReadFromMemory(SkMatrix* matrix, const void* buffer, size_t length) { in ReadFromMemory() function
DSkReadBuffer.cpp183 size = SkMatrixPriv::ReadFromMemory(matrix, fCurr, this->available()); in readMatrix()
/third_party/skia/tests/
DMatrixTest.cpp168 size_t size3 = SkMatrixPriv::ReadFromMemory(&m2, buffer, kBufferSize); in test_flatten()
/third_party/flutter/skia/tests/
DMatrixTest.cpp158 size_t size3 = SkMatrixPriv::ReadFromMemory(&m2, buffer, kBufferSize); in test_flatten()