Searched refs:kIdentity_Constructor (Results 1 – 4 of 4) sorted by relevance
47 , fM0(SkMatrix44::kIdentity_Constructor) in EqualsMatrix44Bench()48 , fM1(SkMatrix44::kIdentity_Constructor) in EqualsMatrix44Bench()49 , fM2(SkMatrix44::kIdentity_Constructor) in EqualsMatrix44Bench()71 , mat(SkMatrix44::kIdentity_Constructor) in SetIdentityMatrix44Bench()151 , fM0(SkMatrix44::kIdentity_Constructor) in InvertAffineMatrix44Bench()183 , fM0(SkMatrix44::kIdentity_Constructor) in InvertScaleTranslateMatrix44Bench()210 , fM0(SkMatrix44::kIdentity_Constructor) in InvertTranslateMatrix44Bench()278 , fMatrix(SkMatrix44::kIdentity_Constructor) in GetTypeMatrix44Bench()
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()533 SkMatrix44 transform(SkMatrix44::kIdentity_Constructor); in test_has_perspective()
136 kIdentity_Constructor enumerator
178 static const SkMatrix44 gIdentity44(kIdentity_Constructor); in I()