Lines Matching refs:kIdentity_Constructor
69 SkMatrix44 identity(SkMatrix44::kIdentity_Constructor); in is_identity()
103 testMatrix = new(placeholderMatrix) SkMatrix44(SkMatrix44::kIdentity_Constructor); in test_constructor()
225 SkMatrix44 matrix(SkMatrix44::kIdentity_Constructor); in test_gettype()
313 SkMatrix44 a(SkMatrix44::kIdentity_Constructor); in test_determinant()
341 SkMatrix44 identity(SkMatrix44::kIdentity_Constructor); in test_invert()
406 SkMatrix44 perspective(SkMatrix44::kIdentity_Constructor); in test_invert()
417 SkMatrix44 affineAndPerspective(SkMatrix44::kIdentity_Constructor); in test_invert()
430 SkMatrix44 tinyScale(SkMatrix44::kIdentity_Constructor); in test_invert()
436 SkMatrix44 tinyScaleTranslate(SkMatrix44::kIdentity_Constructor); in test_invert()
446 SkMatrix44 tinyScalePerspective(SkMatrix44::kIdentity_Constructor); in test_invert()
575 SkMatrix44 transform(SkMatrix44::kIdentity_Constructor); in test_has_perspective()