Home
last modified time | relevance | path

Searched refs:oldMatrix (Results 1 – 25 of 128) sorted by relevance

123456

/dports/math/clp/Clp-1.17.3/Clp/examples/
H A DtestGub.cpp268 ClpDynamicMatrix * oldMatrix = in main() local
270 assert(oldMatrix); in main()
277 oldMatrix->gubRowStatus(), oldMatrix->dynamicStatus()); in main()
285 ClpDynamicExampleMatrix * oldMatrix = in main() local
287 assert(oldMatrix); in main()
294 oldMatrix->gubRowStatus(), oldMatrix->dynamicStatus(), in main()
295 oldMatrix->numberGubColumns(), oldMatrix->idGen()); in main()
/dports/math/vtk9/VTK-9.1.0/Rendering/VR/
H A DvtkVRPanelRepresentation.cxx256 vtkMatrix4x4* oldMatrix = this->TempMatrix; in UpdatePose() local
257 this->TextActor->GetMatrix(oldMatrix); in UpdatePose()
261 newTransform->Concatenate(oldMatrix); in UpdatePose()
315 vtkMatrix4x4* oldMatrix = this->TempMatrix; in UpdatePose() local
316 this->TextActor->GetMatrix(oldMatrix); in UpdatePose()
320 newTransform->Concatenate(oldMatrix); in UpdatePose()
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenVR/
H A DvtkOpenVRPanelRepresentation.cxx273 vtkMatrix4x4 *oldMatrix = this->TempMatrix; in UpdatePose() local
274 this->TextActor->GetMatrix(oldMatrix); in UpdatePose()
278 newTransform->Concatenate(oldMatrix); in UpdatePose()
334 vtkMatrix4x4 *oldMatrix = this->TempMatrix; in UpdatePose() local
335 this->TextActor->GetMatrix(oldMatrix); in UpdatePose()
339 newTransform->Concatenate(oldMatrix); in UpdatePose()
/dports/graphics/graphviz/graphviz-2.44.1/windows/
H A DScrollableImageControl.cs119 Matrix oldMatrix = pe.Graphics.Transform; in OnPaint()
131 pe.Graphics.Transform = oldMatrix; in OnPaint()
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxDrawable.cpp209 gfxMatrix oldMatrix = mPattern->GetMatrix(); in Draw() local
210 mPattern->SetMatrix(aTransform * oldMatrix); in Draw()
214 mPattern->SetMatrix(oldMatrix); in Draw()
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxDrawable.cpp208 gfxMatrix oldMatrix = mPattern->GetMatrix(); in Draw() local
209 mPattern->SetMatrix(aTransform * oldMatrix); in Draw()
213 mPattern->SetMatrix(oldMatrix); in Draw()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxDrawable.cpp209 gfxMatrix oldMatrix = mPattern->GetMatrix(); in Draw() local
210 mPattern->SetMatrix(aTransform * oldMatrix); in Draw()
214 mPattern->SetMatrix(oldMatrix); in Draw()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxDrawable.cpp247 gfxMatrix oldMatrix = mPattern->GetMatrix(); in Draw() local
248 mPattern->SetMatrix(aTransform * oldMatrix); in Draw()
252 mPattern->SetMatrix(oldMatrix); in Draw()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxDrawable.cpp206 gfxMatrix oldMatrix = mPattern->GetMatrix(); in Draw() local
207 mPattern->SetMatrix(aTransform * oldMatrix); in Draw()
211 mPattern->SetMatrix(oldMatrix); in Draw()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxDrawable.cpp209 gfxMatrix oldMatrix = mPattern->GetMatrix(); in Draw() local
210 mPattern->SetMatrix(aTransform * oldMatrix); in Draw()
214 mPattern->SetMatrix(oldMatrix); in Draw()
/dports/math/vtk8/VTK-8.2.0/Interaction/Style/
H A DvtkInteractorStyleJoystickActor.cxx571 vtkMatrix4x4 *oldMatrix = vtkMatrix4x4::New(); in Prop3DTransform() local
572 prop3D->GetMatrix(oldMatrix); in Prop3DTransform()
585 newTransform->SetMatrix(oldMatrix); in Prop3DTransform()
618 oldMatrix->Delete(); in Prop3DTransform()
H A DvtkInteractorStyleTrackballActor.cxx563 vtkMatrix4x4 *oldMatrix = vtkMatrix4x4::New(); in Prop3DTransform() local
564 prop3D->GetMatrix(oldMatrix); in Prop3DTransform()
577 newTransform->SetMatrix(oldMatrix); in Prop3DTransform()
610 oldMatrix->Delete(); in Prop3DTransform()
/dports/math/vtk9/VTK-9.1.0/Interaction/Style/
H A DvtkInteractorStyleJoystickActor.cxx537 vtkMatrix4x4* oldMatrix = vtkMatrix4x4::New(); in Prop3DTransform() local
538 prop3D->GetMatrix(oldMatrix); in Prop3DTransform()
551 newTransform->SetMatrix(oldMatrix); in Prop3DTransform()
583 oldMatrix->Delete(); in Prop3DTransform()
H A DvtkInteractorStyleTrackballActor.cxx534 vtkMatrix4x4* oldMatrix = vtkMatrix4x4::New(); in Prop3DTransform() local
535 prop3D->GetMatrix(oldMatrix); in Prop3DTransform()
548 newTransform->SetMatrix(oldMatrix); in Prop3DTransform()
580 oldMatrix->Delete(); in Prop3DTransform()
/dports/math/vtk6/VTK-6.2.0/Interaction/Style/
H A DvtkInteractorStyleJoystickActor.cxx571 vtkMatrix4x4 *oldMatrix = vtkMatrix4x4::New(); in Prop3DTransform() local
572 prop3D->GetMatrix(oldMatrix); in Prop3DTransform()
585 newTransform->SetMatrix(oldMatrix); in Prop3DTransform()
618 oldMatrix->Delete(); in Prop3DTransform()
H A DvtkInteractorStyleTrackballActor.cxx563 vtkMatrix4x4 *oldMatrix = vtkMatrix4x4::New(); in Prop3DTransform() local
564 prop3D->GetMatrix(oldMatrix); in Prop3DTransform()
577 newTransform->SetMatrix(oldMatrix); in Prop3DTransform()
610 oldMatrix->Delete(); in Prop3DTransform()
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkInteractorStyle3D.cxx171 vtkMatrix4x4 *oldMatrix = this->TempMatrix4; in Prop3DTransform() local
172 prop3D->GetMatrix(oldMatrix); in Prop3DTransform()
185 newTransform->SetMatrix(oldMatrix); in Prop3DTransform()
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/
H A DvtkInteractorStyle3D.cxx173 vtkMatrix4x4* oldMatrix = this->TempMatrix4; in Prop3DTransform() local
174 prop3D->GetMatrix(oldMatrix); in Prop3DTransform()
188 newTransform->Concatenate(oldMatrix); in Prop3DTransform()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/ml/clustering/
H A DFuzzyKMeansClusterer.java285 final double[][] oldMatrix = new double[size][k]; in cluster() local
305 saveMembershipMatrix(oldMatrix); in cluster()
308 difference = calculateMaxMembershipChange(oldMatrix); in cluster()
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkWidgetRepresentation.cxx316 vtkMatrix4x4 *oldMatrix = this->TempMatrix; in UpdatePropPose() local
317 prop3D->GetMatrix(oldMatrix); in UpdatePropPose()
330 newTransform->Concatenate(oldMatrix); in UpdatePropPose()
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkWidgetRepresentation.cxx318 vtkMatrix4x4* oldMatrix = this->TempMatrix; in UpdatePropPose() local
319 prop3D->GetMatrix(oldMatrix); in UpdatePropPose()
332 newTransform->Concatenate(oldMatrix); in UpdatePropPose()
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwrender/
H A Dobjectpaging.cpp216 const osg::Matrix& oldMatrix = matrixTransform->getMatrix(); in handleBillboard() local
219 …mag[i] = std::sqrt(oldMatrix(0,i) * oldMatrix(0,i) + oldMatrix(1,i) * oldMatrix(1,i) + oldMatrix(2… in handleBillboard()
225 newMatrix.setTrans(oldMatrix.getTrans()); in handleBillboard()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/operator/matrix/
H A Distlmatrix.hh186 void setup(ThisType& oldMatrix, const HangingNodesType& hangingNodes) in setup() argument
196 auto rowend = oldMatrix.end(); in setup()
197 for(auto it = oldMatrix.begin(); it != rowend; ++it) in setup()
242 auto rowit = oldMatrix.begin(); in setup()
247 assert( rowit != oldMatrix.end() ); in setup()
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/client/
H A DClientLayerManager.cpp610 gfx::Matrix oldMatrix = dt->GetTransform(); in MakeSnapshotIfRequired() local
611 dt->SetTransform(rotate * oldMatrix); in MakeSnapshotIfRequired()
614 dt->SetTransform(oldMatrix); in MakeSnapshotIfRequired()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/client/
H A DClientLayerManager.cpp623 gfx::Matrix oldMatrix = dt->GetTransform(); in MakeSnapshotIfRequired() local
624 dt->SetTransform(rotate * oldMatrix); in MakeSnapshotIfRequired()
627 dt->SetTransform(oldMatrix); in MakeSnapshotIfRequired()

123456