Lines Matching refs:kIdentity_Constructor
70 SkMatrix44 identity(SkMatrix44::kIdentity_Constructor); in is_identity()
104 testMatrix = new(placeholderMatrix) SkMatrix44(SkMatrix44::kIdentity_Constructor); in test_constructor()
222 SkMatrix44 matrix(SkMatrix44::kIdentity_Constructor); in test_gettype()
307 SkMatrix44 a(SkMatrix44::kIdentity_Constructor); in test_determinant()
335 SkMatrix44 identity(SkMatrix44::kIdentity_Constructor); in test_invert()
400 SkMatrix44 perspective(SkMatrix44::kIdentity_Constructor); in test_invert()
411 SkMatrix44 affineAndPerspective(SkMatrix44::kIdentity_Constructor); in test_invert()
424 SkMatrix44 tinyScale(SkMatrix44::kIdentity_Constructor); in test_invert()
430 SkMatrix44 tinyScaleTranslate(SkMatrix44::kIdentity_Constructor); in test_invert()
440 SkMatrix44 tinyScalePerspective(SkMatrix44::kIdentity_Constructor); in test_invert()
567 SkMatrix44 transform(SkMatrix44::kIdentity_Constructor); in test_has_perspective()