Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkMatrix.cpp1603 static const size_t sizeInMemory = 9 * sizeof(SkScalar); in writeToMemory() local
1605 memcpy(buffer, fMat, sizeInMemory); in writeToMemory()
1607 return sizeInMemory; in writeToMemory()
1611 static const size_t sizeInMemory = 9 * sizeof(SkScalar); in readFromMemory() local
1612 if (length < sizeInMemory) { in readFromMemory()
1615 memcpy(fMat, buffer, sizeInMemory); in readFromMemory()
1619 return sizeInMemory; in readFromMemory()

Completed in 7 milliseconds