Home
last modified time | relevance | path

Searched refs:IsIdentityMatrix (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/base/
H A Danimatable_matrix4_test.cpp49 EXPECT_TRUE(animatableMatrix4Obj1.IsIdentityMatrix());
85 EXPECT_TRUE(animatableMatrix4Obj1.IsIdentityMatrix());
H A Dmatrix4_test.cpp69 EXPECT_TRUE(matrix4Obj1.IsIdentityMatrix());
80 EXPECT_FALSE(matrix4Obj2.IsIdentityMatrix());
398 EXPECT_TRUE(matrix4Obj4.IsIdentityMatrix());
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dmatrix4.h69 bool IsIdentityMatrix() const;
H A Dmatrix4.cpp189 bool Matrix4::IsIdentityMatrix() const in IsIdentityMatrix() function in OHOS::Ace::Matrix4
362 if (this->IsIdentityMatrix()) { in __anon4eeb3e6e0502()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Drender_transform.cpp126 if (!m.IsIdentityMatrix()) { in Matrix3D()
508 if (!animationMatrix.IsIdentityMatrix()) { in UpdateWithEffectMatrix()
H A Drosen_render_transform.cpp157 return previousTransformMatrix_.IsIdentityMatrix(); in HasEffectiveTransform()