Searched refs:kIdentity_Constructor (Results 1 – 7 of 7) 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 …]
114 SkMatrix44 transform = SkMatrix44(SkMatrix44::kIdentity_Constructor);
144 kIdentity_Constructor enumerator166 constexpr SkMatrix44() : SkMatrix44{kIdentity_Constructor} {} in SkMatrix44()
85 SkMatrix44 proj(SkMatrix44::kIdentity_Constructor); in onDraw()
239 SkMatrix44 skMat = SkMatrix44::kIdentity_Constructor; in GlmMatToSkMat()
422 SkMatrix44 i = SkMatrix44::kIdentity_Constructor; in OnDrawFrame()429 SkMatrix44 i = SkMatrix44::kIdentity_Constructor; in OnDrawFrame()
194 static constexpr SkMatrix44 gIdentity44(kIdentity_Constructor); in I()