Searched refs:IsIdentityMatrix (Results 1 – 6 of 6) sorted by relevance
49 EXPECT_TRUE(animatableMatrix4Obj1.IsIdentityMatrix());85 EXPECT_TRUE(animatableMatrix4Obj1.IsIdentityMatrix());
69 EXPECT_TRUE(matrix4Obj1.IsIdentityMatrix());80 EXPECT_FALSE(matrix4Obj2.IsIdentityMatrix());398 EXPECT_TRUE(matrix4Obj4.IsIdentityMatrix());
69 bool IsIdentityMatrix() const;
189 bool Matrix4::IsIdentityMatrix() const in IsIdentityMatrix() function in OHOS::Ace::Matrix4362 if (this->IsIdentityMatrix()) { in __anon4eeb3e6e0502()
126 if (!m.IsIdentityMatrix()) { in Matrix3D()508 if (!animationMatrix.IsIdentityMatrix()) { in UpdateWithEffectMatrix()
157 return previousTransformMatrix_.IsIdentityMatrix(); in HasEffectiveTransform()