Searched refs:sizeInMemory (Results 1 – 1 of 1) sorted by relevance
1576 static const size_t sizeInMemory = 9 * sizeof(SkScalar); in writeToMemory() local1578 memcpy(buffer, fMat, sizeInMemory); in writeToMemory()1580 return sizeInMemory; in writeToMemory()1584 static const size_t sizeInMemory = 9 * sizeof(SkScalar); in readFromMemory() local1585 if (length < sizeInMemory) { in readFromMemory()1589 memcpy(fMat, buffer, sizeInMemory); in readFromMemory()1592 return sizeInMemory; in readFromMemory()