Home
last modified time | relevance | path

Searched refs:ReadFromMemory (Results 1 - 3 of 3) sorted by relevance

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

Completed in 3 milliseconds