Home
last modified time | relevance | path

Searched refs:getMatrix (Results 101 – 125 of 1879) sorted by relevance

12345678910>>...76

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/color/
H A DICC_ProfileRGBTest.java122 float[][] matrix = rgb.getMatrix(); // current implementation in test()
123 float[][] old = getMatrix(rgb); // old implementation in test()
134 private static float[][] getMatrix(ICC_ProfileRGB profile) { in getMatrix() method in ICC_ProfileRGBTest
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/color/
H A DICC_ProfileRGBTest.java122 float[][] matrix = rgb.getMatrix(); // current implementation in test()
123 float[][] old = getMatrix(rgb); // old implementation in test()
134 private static float[][] getMatrix(ICC_ProfileRGB profile) { in getMatrix() method in ICC_ProfileRGBTest
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/fx/
H A DParticleScene.cpp192 MatrixFP m1 =cam.getMatrix(), m2 = particleFX->getMatrix(); in update()
200 m2 = particleFun->getMatrix(); in update()
/dports/biology/jalview/jalview/test/jalview/analysis/scoremodels/
H A DScoreMatrixTest.java41 assertArrayEquals(scores, sm.getMatrix()); in testConstructor()
154 float[][] m = sm.getMatrix(); in testGetMatrix()
158 float[][] m2 = sm.getMatrix(); in testGetMatrix()
186 assertEquals(sm.getMatrix().length, sm.getSize()); in testGetSize()
267 sm.getSymbols().toCharArray(), sm.getMatrix()); in testEqualsAndHashCode()
414 float[][] m = sm.getMatrix(); in verifySymmetric()
566 assertArrayEquals(scores, sm.getMatrix()); in testConstructor_gapDash()
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/common/nodes/
H A DPane.cpp.in282 SoGuiPane::getMatrix(SoGetMatrixAction * action) function in SoGuiPane
284 SoDebugError::postInfo("SoGuiPane::getMatrix", "invoked");
290 action->getMatrix().multLeft(matrix);
292 inherited::getMatrix(action);
338 action->getMatrix() = PRIVATE(this)->modelmatrix;
341 action->getMatrix().multLeft(matrix);
361 action->getMatrix() = PRIVATE(this)->modelmatrix;
365 action->getMatrix().multLeft(matrix);
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/animation/
H A DRotate3DAnimation.java82 final Matrix matrix = t.getMatrix(); in applyTransformation()
91 camera.getMatrix(matrix); in applyTransformation()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/animation/
H A DRotate3DAnimation.java82 final Matrix matrix = t.getMatrix(); in applyTransformation()
91 camera.getMatrix(matrix); in applyTransformation()
/dports/devel/love/love-11.3/src/modules/math/
H A Dwrap_Transform.cpp63 luax_pushboolean(L, t->getMatrix().isAffine2DTransform()); in w_Transform_isAffine2DTransform()
247 const float *elements = t->getMatrix().getElements(); in w_Transform_getMatrix()
288 Transform *t3 = new Transform(t1->getMatrix() * t2->getMatrix()); in w_Transform__mul()
/dports/science/cdk/cdk-cdk-2.3/base/test-standard/src/test/java/org/openscience/cdk/graph/matrix/
H A DConnectionMatrixTest.java46 double[][] matrix = ConnectionMatrix.getMatrix(container); in testGetMatrix_IAtomContainer()
59 double[][] matrix = ConnectionMatrix.getMatrix(container); in testLonePairs()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/wechat_qrcode/src/zxing/common/
H A Dgreyscale_rotated_luminance_source.cpp52 ArrayRef<char> GreyscaleRotatedLuminanceSource::getMatrix() const { in getMatrix() function in GreyscaleRotatedLuminanceSource
66 return Ref<ByteMatrix>(new ByteMatrix(getWidth(), getHeight(), getMatrix())); in getByteMatrix()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/
H A DTexMat.cpp39 Matrix& matrix = texmat.getMatrix(); in TexMat_readLocalData()
79 const Matrix& matrix = texmat.getMatrix(); in TexMat_writeLocalData()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osg/
H A DTexMat.cpp39 Matrix& matrix = texmat.getMatrix(); in TexGenNode_readLocalData()
79 const Matrix& matrix = texmat.getMatrix();
/dports/graphics/Coin/coin-Coin-4.0.0/src/nodes/
H A DSoSurroundScale.cpp350 SoSurroundScale::getMatrix(SoGetMatrixAction * action) in getMatrix() function in SoSurroundScale
360 action->getMatrix().multLeft(m); in getMatrix()
368 action->getMatrix().multLeft(m); in getMatrix()
H A DSoResetTransform.cpp174 SoResetTransform::getMatrix(SoGetMatrixAction *action) in getMatrix() function in SoResetTransform
178 action->getMatrix().makeIdentity(); in getMatrix()
H A DSoRotationXYZ.cpp150 SoRotationXYZ::getMatrix(SoGetMatrixAction * action) in getMatrix() function in SoRotationXYZ
156 action->getMatrix().multLeft(m); in getMatrix()
/dports/science/hypre/hypre-2.23.0/src/FEI_mv/femli/
H A Dmli_solver_amg.cxx49 hypreA = (hypre_ParCSRMatrix *) Amat_->getMatrix(); in setup()
86 HYPRE_ParCSRMatrix hypreA = (HYPRE_ParCSRMatrix) Amat_->getMatrix(); in solve()
/dports/cad/ldview/ldview-4.4/LDLoader/
H A DLDLModelLine.h19 TCFloat *getMatrix(void) { return m_matrix; } in getMatrix() function
20 const TCFloat *getMatrix(void) const { return m_matrix; } in getMatrix() function
/dports/games/scummvm/scummvm-2.5.1/backends/platform/3ds/
H A Dosystem-graphics.cpp441 C3D_FVUnifMtx4x4(GPU_VERTEX_SHADER, _modelviewLocation, _gameTopTexture.getMatrix()); in updateScreen()
445 C3D_FVUnifMtx4x4(GPU_VERTEX_SHADER, _modelviewLocation, _overlay.getMatrix()); in updateScreen()
450 C3D_FVUnifMtx4x4(GPU_VERTEX_SHADER, _modelviewLocation, _activityIcon.getMatrix()); in updateScreen()
455 C3D_FVUnifMtx4x4(GPU_VERTEX_SHADER, _modelviewLocation, _osdMessage.getMatrix()); in updateScreen()
459 C3D_FVUnifMtx4x4(GPU_VERTEX_SHADER, _modelviewLocation, _cursorTexture.getMatrix()); in updateScreen()
470 C3D_FVUnifMtx4x4(GPU_VERTEX_SHADER, _modelviewLocation, _gameBottomTexture.getMatrix()); in updateScreen()
474 C3D_FVUnifMtx4x4(GPU_VERTEX_SHADER, _modelviewLocation, _overlay.getMatrix()); in updateScreen()
479 C3D_FVUnifMtx4x4(GPU_VERTEX_SHADER, _modelviewLocation, _activityIcon.getMatrix()); in updateScreen()
484 C3D_FVUnifMtx4x4(GPU_VERTEX_SHADER, _modelviewLocation, _osdMessage.getMatrix()); in updateScreen()
488 C3D_FVUnifMtx4x4(GPU_VERTEX_SHADER, _modelviewLocation, _cursorTexture.getMatrix()); in updateScreen()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/PardisoSupport/
H A DPardisoSupport.h267 derived().getMatrix(a);
288 derived().getMatrix(a);
308 derived().getMatrix(a);
414 void getMatrix(const MatrixType& matrix)
472 void getMatrix(const MatrixType& matrix)
533 void getMatrix(const MatrixType& matrix)
/dports/math/pdal/PDAL-2.3.0/vendor/eigen/Eigen/src/PardisoSupport/
H A DPardisoSupport.h267 derived().getMatrix(a);
288 derived().getMatrix(a);
308 derived().getMatrix(a);
414 void getMatrix(const MatrixType& matrix)
472 void getMatrix(const MatrixType& matrix)
533 void getMatrix(const MatrixType& matrix)
/dports/graphics/blender/blender-2.91.0/extern/Eigen3/Eigen/src/PardisoSupport/
H A DPardisoSupport.h266 derived().getMatrix(a);
287 derived().getMatrix(a);
307 derived().getMatrix(a);
412 void getMatrix(const MatrixType& matrix)
470 void getMatrix(const MatrixType& matrix)
531 void getMatrix(const MatrixType& matrix)
/dports/math/eigen3/eigen-3.3.9/Eigen/src/PardisoSupport/
H A DPardisoSupport.h267 derived().getMatrix(a);
288 derived().getMatrix(a);
308 derived().getMatrix(a);
413 void getMatrix(const MatrixType& matrix)
471 void getMatrix(const MatrixType& matrix)
532 void getMatrix(const MatrixType& matrix)
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/thirdparty/bcd/ext/eigen/Eigen/src/PardisoSupport/
H A DPardisoSupport.h266 derived().getMatrix(a);
287 derived().getMatrix(a);
307 derived().getMatrix(a);
412 void getMatrix(const MatrixType& matrix)
470 void getMatrix(const MatrixType& matrix)
531 void getMatrix(const MatrixType& matrix)
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/Eigen/src/PardisoSupport/
H A DPardisoSupport.h267 derived().getMatrix(a);
288 derived().getMatrix(a);
308 derived().getMatrix(a);
413 void getMatrix(const MatrixType& matrix)
471 void getMatrix(const MatrixType& matrix)
532 void getMatrix(const MatrixType& matrix)
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/Eigen3/src/itkeigen/Eigen/src/PardisoSupport/
H A DPardisoSupport.h266 derived().getMatrix(a);
287 derived().getMatrix(a);
307 derived().getMatrix(a);
412 void getMatrix(const MatrixType& matrix)
470 void getMatrix(const MatrixType& matrix)
531 void getMatrix(const MatrixType& matrix)

12345678910>>...76