Home
last modified time | relevance | path

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

/third_party/flutter/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 …]
/third_party/flutter/engine/flutter/lib/ui/semantics/
Dsemantics_node.h114 SkMatrix44 transform = SkMatrix44(SkMatrix44::kIdentity_Constructor);
/third_party/flutter/skia/include/core/
DSkMatrix44.h144 kIdentity_Constructor enumerator
166 constexpr SkMatrix44() : SkMatrix44{kIdentity_Constructor} {} in SkMatrix44()
/third_party/flutter/skia/gm/
Dpostercircle.cpp85 SkMatrix44 proj(SkMatrix44::kIdentity_Constructor); in onDraw()
/third_party/flutter/skia/platform_tools/android/apps/arcore/src/main/cpp/
Dutil.cc239 SkMatrix44 skMat = SkMatrix44::kIdentity_Constructor; in GlmMatToSkMat()
Dhello_ar_application.cc422 SkMatrix44 i = SkMatrix44::kIdentity_Constructor; in OnDrawFrame()
429 SkMatrix44 i = SkMatrix44::kIdentity_Constructor; in OnDrawFrame()
/third_party/flutter/skia/src/core/
DSkMatrix44.cpp194 static constexpr SkMatrix44 gIdentity44(kIdentity_Constructor); in I()