Home
last modified time | relevance | path

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

/external/skia/bench/
DMatrix44Bench.cpp47 , 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()
287 , fMatrix(SkMatrix44::kIdentity_Constructor) in GetTypeMatrix44Bench()
/external/skia/tests/
DMatrix44Test.cpp69 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()
430 SkMatrix44 tinyScale(SkMatrix44::kIdentity_Constructor); in test_invert()
436 SkMatrix44 tinyScaleTranslate(SkMatrix44::kIdentity_Constructor); in test_invert()
446 SkMatrix44 tinyScalePerspective(SkMatrix44::kIdentity_Constructor); in test_invert()
[all …]
DColorSpaceTest.cpp266 SkMatrix44 toXYZ(SkMatrix44::kIdentity_Constructor); in DEF_TEST()
291 SkMatrix44 toXYZ(SkMatrix44::kIdentity_Constructor); in DEF_TEST()
DICCTest.cpp171 SkMatrix44(SkMatrix44::kIdentity_Constructor), nullptr))); in MakeICC()
/external/skia/gm/
Dpictureshadercache.cpp63 SkMatrix44 greenToYellow(SkMatrix44::kIdentity_Constructor); in onDraw()
/external/skia/include/core/
DSkMatrix44.h142 kIdentity_Constructor enumerator
/external/skia/src/core/
DSkMatrix44.cpp184 static constexpr SkMatrix44 gIdentity44(kIdentity_Constructor); in I()
DSkColorSpace_ICC.cpp1450 SkMatrix44 toXYZD50(SkMatrix44::kIdentity_Constructor); in make_gray()