Searched refs:kIdentity_Constructor (Results 1 – 10 of 10) sorted by relevance
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()[all …]
145 kIdentity_Constructor enumerator158 constexpr SkMatrix44() : SkMatrix44{kIdentity_Constructor} {} in SkMatrix44()
239 SkMatrix44 skMat = SkMatrix44::kIdentity_Constructor; in GlmMatToSkMat()
423 SkMatrix44 i = SkMatrix44::kIdentity_Constructor; in OnDrawFrame()430 SkMatrix44 i = SkMatrix44::kIdentity_Constructor; in OnDrawFrame()
185 static constexpr SkMatrix44 gIdentity44(kIdentity_Constructor); in I()