Searched refs:sizeInMemory (Results 1 – 2 of 2) sorted by relevance
1603 static const size_t sizeInMemory = 9 * sizeof(SkScalar); in writeToMemory() local1605 memcpy(buffer, fMat, sizeInMemory); in writeToMemory()1607 return sizeInMemory; in writeToMemory()1611 static const size_t sizeInMemory = 9 * sizeof(SkScalar); in readFromMemory() local1612 if (length < sizeInMemory) { in readFromMemory()1615 memcpy(fMat, buffer, sizeInMemory); in readFromMemory()1619 return sizeInMemory; in readFromMemory()
1605 static const size_t sizeInMemory = 9 * sizeof(SkScalar); in writeToMemory() local1607 memcpy(buffer, fMat, sizeInMemory); in writeToMemory()1609 return sizeInMemory; in writeToMemory()1613 static const size_t sizeInMemory = 9 * sizeof(SkScalar); in readFromMemory() local1614 if (length < sizeInMemory) { in readFromMemory()1617 memcpy(fMat, buffer, sizeInMemory); in readFromMemory()1619 return sizeInMemory; in readFromMemory()