Home
last modified time | relevance | path

Searched refs:kIdentity_Constructor (Results 1 – 10 of 10) sorted by relevance

/external/skqp/tests/
DMatrix44Test.cpp70 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 …]
/external/skia/tests/
DMatrix44Test.cpp70 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 …]
/external/skqp/include/core/
DSkMatrix44.h145 kIdentity_Constructor enumerator
158 constexpr SkMatrix44() : SkMatrix44{kIdentity_Constructor} {} in SkMatrix44()
/external/skia/include/core/
DSkMatrix44.h145 kIdentity_Constructor enumerator
158 constexpr SkMatrix44() : SkMatrix44{kIdentity_Constructor} {} in SkMatrix44()
/external/skqp/platform_tools/android/apps/arcore/src/main/cpp/
Dutil.cc239 SkMatrix44 skMat = SkMatrix44::kIdentity_Constructor; in GlmMatToSkMat()
Dhello_ar_application.cc423 SkMatrix44 i = SkMatrix44::kIdentity_Constructor; in OnDrawFrame()
430 SkMatrix44 i = SkMatrix44::kIdentity_Constructor; in OnDrawFrame()
/external/skia/platform_tools/android/apps/arcore/src/main/cpp/
Dutil.cc239 SkMatrix44 skMat = SkMatrix44::kIdentity_Constructor; in GlmMatToSkMat()
Dhello_ar_application.cc423 SkMatrix44 i = SkMatrix44::kIdentity_Constructor; in OnDrawFrame()
430 SkMatrix44 i = SkMatrix44::kIdentity_Constructor; in OnDrawFrame()
/external/skia/src/core/
DSkMatrix44.cpp185 static constexpr SkMatrix44 gIdentity44(kIdentity_Constructor); in I()
/external/skqp/src/core/
DSkMatrix44.cpp185 static constexpr SkMatrix44 gIdentity44(kIdentity_Constructor); in I()