/external/skia/src/gpu/ |
D | GrFPArgs.h | 55 if (!lm.isIdentity()) { in WithPreLocalMatrix() 58 fPreLocalMatrix = fStorage.isIdentity() ? nullptr : &fStorage; in WithPreLocalMatrix() 77 if (!lm.isIdentity()) { in WithPostLocalMatrix() 80 fPostLocalMatrix = fStorage.isIdentity() ? nullptr : &fStorage; in WithPostLocalMatrix()
|
D | GrQuad.cpp | 217 if (matrix.isIdentity()) { in MakeFromSkQuad() 253 if (matrix.isIdentity()) { in MakeFromSkQuad()
|
D | GrDefaultGeoProcFactory.cpp | 185 if (!dgp.viewMatrix().isIdentity() && !fViewMatrix.cheapEqualTo(dgp.viewMatrix())) { in setData() 352 if (!viewMatrix.isIdentity() && !viewMatrix.invert(&invert)) { in MakeForDeviceSpace()
|
/external/skqp/src/gpu/ |
D | GrFPArgs.h | 52 if (!lm.isIdentity()) { in WithPreLocalMatrix() 55 fPreLocalMatrix = fStorage.isIdentity() ? nullptr : &fStorage; in WithPreLocalMatrix() 74 if (!lm.isIdentity()) { in WithPostLocalMatrix() 77 fPostLocalMatrix = fStorage.isIdentity() ? nullptr : &fStorage; in WithPostLocalMatrix()
|
D | GrImageTextureMaker.cpp | 99 if (!textureMatrix.isIdentity() || kNo_FilterConstraint != filterConstraint || in createFragmentProcessor()
|
/external/eigen/doc/snippets/ |
D | MatrixBase_isIdentity.cpp | 4 cout << "m.isIdentity() returns: " << m.isIdentity() << endl; 5 cout << "m.isIdentity(1e-3) returns: " << m.isIdentity(1e-3) << endl;
|
/external/eigen/test/ |
D | permutationmatrices.cpp | 59 VERIFY((lp*lp.inverse()).toDenseMatrix().isIdentity()); in permutationmatrices() 60 VERIFY((lv.asPermutation()*lv.asPermutation().inverse()).toDenseMatrix().isIdentity()); in permutationmatrices() 61 …erm(lv.data(),lv.size())*MapLeftPerm(lv.data(),lv.size()).inverse()).toDenseMatrix().isIdentity()); in permutationmatrices()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowMatrixTest.java | 112 assertThat(matrix.isIdentity()) in testIsIdentity() 116 assertThat(matrix.isIdentity()) in testIsIdentity() 190 assertThat(matrix2.isIdentity()) in testSet() 201 assertThat(matrix.isIdentity()) in testReset() 540 assertThat(matrix.isIdentity()) in checkInverse()
|
/external/skia/modules/sksg/src/ |
D | SkSGInvalidationController.cpp | 24 if (!ctm.isIdentity()) { in inval()
|
/external/skqp/modules/sksg/src/ |
D | SkSGInvalidationController.cpp | 24 if (!ctm.isIdentity()) { in inval()
|
/external/skia/tests/ |
D | Matrix44Test.cpp | 95 REPORTER_ASSERT(reporter, !testMatrix->isIdentity()); in test_constructor() 106 REPORTER_ASSERT(reporter, testMatrix->isIdentity()); in test_constructor() 114 REPORTER_ASSERT(reporter, testMatrix->isIdentity()); in test_constructor() 224 REPORTER_ASSERT(reporter, matrix.isIdentity()); in test_gettype() 249 REPORTER_ASSERT(reporter, matrix.isIdentity()); in test_gettype() 251 REPORTER_ASSERT(reporter, matrix.isIdentity()); in test_gettype() 253 REPORTER_ASSERT(reporter, matrix.isIdentity()); in test_gettype()
|
/external/skqp/tests/ |
D | Matrix44Test.cpp | 95 REPORTER_ASSERT(reporter, !testMatrix->isIdentity()); in test_constructor() 106 REPORTER_ASSERT(reporter, testMatrix->isIdentity()); in test_constructor() 114 REPORTER_ASSERT(reporter, testMatrix->isIdentity()); in test_constructor() 224 REPORTER_ASSERT(reporter, matrix.isIdentity()); in test_gettype() 249 REPORTER_ASSERT(reporter, matrix.isIdentity()); in test_gettype() 251 REPORTER_ASSERT(reporter, matrix.isIdentity()); in test_gettype() 253 REPORTER_ASSERT(reporter, matrix.isIdentity()); in test_gettype()
|
/external/skqp/experimental/svg/model/ |
D | SkSVGTransformableNode.cpp | 19 if (!fTransform.value().isIdentity()) { in onPrepareToRender()
|
D | SkSVGSVG.cpp | 35 if (!contentMatrix.isIdentity()) { in onPrepareToRender()
|
/external/skia/experimental/svg/model/ |
D | SkSVGTransformableNode.cpp | 19 if (!fTransform.value().isIdentity()) { in onPrepareToRender()
|
D | SkSVGSVG.cpp | 35 if (!contentMatrix.isIdentity()) { in onPrepareToRender()
|
/external/skqp/src/pdf/ |
D | SkPDFFormXObject.cpp | 21 if (!inverseTransform.isIdentity()) { in SkPDFMakeFormXObject()
|
/external/swiftshader/src/OpenGL/common/ |
D | MatrixStack.hpp | 50 bool isIdentity() const;
|
/external/skia/src/pdf/ |
D | SkPDFFormXObject.cpp | 21 if (!inverseTransform.isIdentity()) { in SkPDFMakeFormXObject()
|
/external/skqp/src/gpu/glsl/ |
D | GrGLSLGeometryProcessor.h | 73 if (mat.isIdentity()) { in ComputePosKey()
|
/external/skia/src/gpu/glsl/ |
D | GrGLSLGeometryProcessor.h | 73 if (mat.isIdentity()) { in ComputePosKey()
|
/external/skqp/src/core/ |
D | SkLocalMatrixImageFilter.cpp | 23 if (localM.isIdentity()) { in Make()
|
/external/skia/src/core/ |
D | SkLocalMatrixImageFilter.cpp | 23 if (localM.isIdentity()) { in Make()
|
/external/skia/src/shaders/ |
D | SkLocalMatrixShader.cpp | 77 if (localMatrix.isIdentity()) { in makeWithLocalMatrix()
|
/external/skqp/src/shaders/ |
D | SkLocalMatrixShader.cpp | 77 if (localMatrix.isIdentity()) { in makeWithLocalMatrix()
|