Searched refs:isIdentity (Results 1 - 25 of 36) sorted by path

12

/frameworks/base/config/
H A Dboot-image-profile.txt[all...]
/frameworks/base/core/java/android/transition/
H A DChangeImageTransform.java102 if (!matrix.isIdentity()) {
H A DChangeTransform.java195 if (matrix == null || matrix.isIdentity()) {
/frameworks/base/core/java/android/view/
H A DView.java16517 if (!getMatrix().isIdentity()) {
[all...]
H A DViewGroup.java5857 child.getAnimation() == null && childMatrix.isIdentity();
5870 if (!childMatrix.isIdentity() ||
5881 if (!childMatrix.isIdentity()) {
5927 if (!m.isIdentity()) {
/frameworks/base/core/java/android/widget/
H A DImageView.java858 if (matrix != null && matrix.isIdentity()) {
863 if (matrix == null && !mMatrix.isIdentity() ||
1234 if (mMatrix.isIdentity()) {
H A DTextView.java11008 if (!view.getMatrix().isIdentity()) {
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java8712 if (childMatrix != null && !childMatrix.isIdentity()) {
/frameworks/base/core/jni/android/graphics/
H A DMatrix.cpp143 static jboolean isIdentity(jlong objHandle) { function in class:android::SkMatrixGlue
145 return obj->isIdentity() ? JNI_TRUE : JNI_FALSE;
349 {"nIsIdentity","(J)Z", (void*) SkMatrixGlue::isIdentity},
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java812 height == source.getHeight() && (m == null || m.isIdentity())) {
854 if (m == null || m.isIdentity()) {
H A DMatrix.java257 public boolean isIdentity() { method in class:Matrix
H A DShader.java99 if (localM == null || localM.isIdentity()) {
/frameworks/base/libs/hwui/
H A DDamageAccumulator.cpp144 if (transform && !transform->isIdentity()) {
H A DFrameBuilder.cpp775 if (!layer->getTransform().isIdentity()) {
H A DMatrix.cpp142 bool Matrix4::isIdentity() const { function in class:android::uirenderer::Matrix4
454 if (isIdentity()) return;
H A DMatrix.h131 if (!v.isIdentity()) {
188 bool isIdentity() const;
H A DRecordingCanvas.cpp441 if (matrix.isIdentity()) {
H A DRenderProperties.h449 return getTransformMatrix() && !getTransformMatrix()->isIdentity();
H A DUvMapper.h51 bool isIdentity() const { return mIdentity; } function in class:android::uirenderer::UvMapper
/frameworks/base/libs/hwui/font/
H A DFont.cpp484 font->mIdentityTransform = matrix.isIdentity();
/frameworks/base/libs/hwui/pipeline/skia/
H A DLayerDrawable.cpp92 const bool nonIdentityMatrix = !matrix.isIdentity();
/frameworks/base/libs/hwui/tests/unit/
H A DFrameBuilderTests.cpp864 EXPECT_TRUE(state.computedState.transform.isIdentity());
907 EXPECT_TRUE(state.computedState.transform.isIdentity());
1048 EXPECT_TRUE(state.computedState.transform.isIdentity());
1060 EXPECT_TRUE(state.computedState.transform.isIdentity());
1066 EXPECT_TRUE(state.computedState.transform.isIdentity());
1316 EXPECT_TRUE(state.computedState.transform.isIdentity())
1488 EXPECT_TRUE(state.computedState.transform.isIdentity())
1806 EXPECT_TRUE(state.computedState.transform.isIdentity());
1813 EXPECT_TRUE(state.computedState.transform.isIdentity());
H A DRecordingCanvasTests.cpp186 EXPECT_TRUE(op.localMatrix.isIdentity());
337 ASSERT_TRUE(op.localMatrix.isIdentity()) << "Op must not apply matrix at record time.";
355 EXPECT_TRUE(op.localMatrix.isIdentity());
433 EXPECT_TRUE(op.localMatrix.isIdentity());
439 EXPECT_TRUE(op.localMatrix.isIdentity());
813 EXPECT_TRUE(op.localMatrix.isIdentity());
H A DRenderNodeDrawableTests.cpp196 EXPECT_TRUE(getRecorderMatrix(recorder).isIdentity());
201 EXPECT_TRUE(getRecorderMatrix(recorder).isIdentity());
211 EXPECT_TRUE(getRecorderMatrix(recorder).isIdentity());
568 EXPECT_TRUE(getTotalMatrix().isIdentity());
573 EXPECT_TRUE(getTotalMatrix().isIdentity());
H A DSkiaCanvasTests.cpp137 ASSERT_TRUE(newCanvas->getTotalMatrix().isIdentity());

Completed in 582 milliseconds

12