Searched refs:PODMatrix (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkMatrix.cpp | 1559 struct PODMatrix { struct 1565 SK_COMPILE_ASSERT(sizeof(PODMatrix) == sizeof(SkMatrix), PODMatrixSizeMismatch); 1570 SK_COMPILE_ASSERT(offsetof(SkMatrix, fMat) == offsetof(PODMatrix, matrix), BadfMat); in I() 1571 SK_COMPILE_ASSERT(offsetof(SkMatrix, fTypeMask) == offsetof(PODMatrix, typemask), BadfTypeMask); in I() 1573 static const PODMatrix identity = { {SK_Scalar1, 0, 0, in I() 1582 SK_COMPILE_ASSERT(offsetof(SkMatrix, fMat) == offsetof(PODMatrix, matrix), BadfMat); in InvalidMatrix() 1583 SK_COMPILE_ASSERT(offsetof(SkMatrix, fTypeMask) == offsetof(PODMatrix, typemask), BadfTypeMask); in InvalidMatrix() 1585 static const PODMatrix invalid = in InvalidMatrix()
|