Home
last modified time | relevance | path

Searched refs:setMatrix (Results 176 – 200 of 2012) sorted by relevance

12345678910>>...81

/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Visualization/VTK/Widgets/
H A DctkVTKMatrixWidget.cpp24 void ctkVTKMatrixWidget::setMatrix(vtkMatrix4x4* _matrix) in setMatrix() function in ctkVTKMatrixWidget
H A DctkVTKMatrixWidget.h42 void setMatrix(vtkMatrix4x4* matrix);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/
H A Dglslang.y1039 $$.setMatrix(2, 2);
1043 $$.setMatrix(3, 3);
1047 $$.setMatrix(4, 4);
1051 $$.setMatrix(2, 3);
1055 $$.setMatrix(3, 2);
1059 $$.setMatrix(2, 4);
1063 $$.setMatrix(4, 2);
1067 $$.setMatrix(3, 4);
1071 $$.setMatrix(4, 3);
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/compiler/translator/
H A Dglslang.y1096 $$.setMatrix(2, 2);
1100 $$.setMatrix(3, 3);
1104 $$.setMatrix(4, 4);
1108 $$.setMatrix(2, 3);
1112 $$.setMatrix(3, 2);
1116 $$.setMatrix(2, 4);
1120 $$.setMatrix(4, 2);
1124 $$.setMatrix(3, 4);
1128 $$.setMatrix(4, 3);
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/
H A Dldl.hh106 setMatrix(matrix); in LDL()
122 setMatrix(matrix); in LDL()
188 void setMatrix(const Matrix& matrix) in setMatrix() function in Dune::LDL
/dports/x11-toolkits/qt5-quickcontrols2/kde-qtquickcontrols2-5.15.2p8/src/imports/controls/universal/
H A Dqquickuniversalprogressbar.cpp120 gridNode->setMatrix(matrix); in updateCurrentTime()
158 borderNode->setMatrix(matrix); in updateCurrentTime()
183 ellipseNode->setMatrix(matrix); in updateCurrentTime()
/dports/graphics/Coin/coin-Coin-4.0.0/src/vrml97/
H A DTransform.cpp338 this->setMatrix(tmp); in multLeft()
354 this->setMatrix(tmp); in multRight()
383 SoVRMLTransform::setMatrix(const SbMatrix & matrix) in setMatrix() function in SoVRMLTransform
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-core/src/components/
H A DTextComponent.cpp104 Renderer::setMatrix(trans); in render()
129 Renderer::setMatrix(trans); in render()
134 Renderer::setMatrix(trans); in render()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/asobj/flash/geom/
H A DTransform_as.cpp77 void setMatrix(const SWFMatrix& mat) { _movieClip.setMatrix(mat); } in setMatrix() function in gnash::Transform_as
322 relay->setMatrix(m); in transform_matrix()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osganimate/
H A Dosganimate.cpp149 positioned->setMatrix(osg::Matrix::translate(-bs.center())* in createMovingModel()
170 positioned->setMatrix(osg::Matrix::translate(-bs.center())* in createMovingModel()
243 rootnode->setMatrix(osg::Matrix::rotate(osg::inDegrees(30.0f),1.0f,0.0f,0.0f)); in main()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osganimate/
H A Dosganimate.cpp150 positioned ->setMatrix(osg::Matrix::translate(-bs.center())* in createMovingModel()
171 positioned->setMatrix(osg::Matrix::translate(-bs.center())* in createMovingModel()
248 rootnode->setMatrix(osg::Matrix::rotate(osg::inDegrees(30.0f),1.0f,0.0f,0.0f)); in main()
/dports/devel/love/love-11.3/src/libraries/glslang/glslang/MachineIndependent/
H A Dglslang_tab.cpp6914 (yyval.interm.type).setMatrix(2, 2); in yyparse()
6924 (yyval.interm.type).setMatrix(3, 3); in yyparse()
6934 (yyval.interm.type).setMatrix(4, 4); in yyparse()
6944 (yyval.interm.type).setMatrix(2, 2); in yyparse()
6954 (yyval.interm.type).setMatrix(2, 3); in yyparse()
6964 (yyval.interm.type).setMatrix(2, 4); in yyparse()
6974 (yyval.interm.type).setMatrix(3, 2); in yyparse()
6984 (yyval.interm.type).setMatrix(3, 3); in yyparse()
6994 (yyval.interm.type).setMatrix(3, 4); in yyparse()
7004 (yyval.interm.type).setMatrix(4, 2); in yyparse()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glslang/src/glslang/MachineIndependent/
H A Dglslang_tab.cpp6524 (yyval.interm.type).setMatrix(2, 2); in yyparse()
6534 (yyval.interm.type).setMatrix(3, 3); in yyparse()
6544 (yyval.interm.type).setMatrix(4, 4); in yyparse()
6554 (yyval.interm.type).setMatrix(2, 2); in yyparse()
6564 (yyval.interm.type).setMatrix(2, 3); in yyparse()
6574 (yyval.interm.type).setMatrix(2, 4); in yyparse()
6584 (yyval.interm.type).setMatrix(3, 2); in yyparse()
6594 (yyval.interm.type).setMatrix(3, 3); in yyparse()
6604 (yyval.interm.type).setMatrix(3, 4); in yyparse()
6614 (yyval.interm.type).setMatrix(4, 2); in yyparse()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/glslang/glslang/MachineIndependent/
H A Dglslang_tab.cpp6385 (yyval.interm.type).setMatrix(2, 2); in yyparse()
6395 (yyval.interm.type).setMatrix(3, 3); in yyparse()
6405 (yyval.interm.type).setMatrix(4, 4); in yyparse()
6415 (yyval.interm.type).setMatrix(2, 2); in yyparse()
6425 (yyval.interm.type).setMatrix(2, 3); in yyparse()
6435 (yyval.interm.type).setMatrix(2, 4); in yyparse()
6445 (yyval.interm.type).setMatrix(3, 2); in yyparse()
6455 (yyval.interm.type).setMatrix(3, 3); in yyparse()
6465 (yyval.interm.type).setMatrix(3, 4); in yyparse()
6475 (yyval.interm.type).setMatrix(4, 2); in yyparse()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/glslang/MachineIndependent/
H A Dglslang_tab.cpp6383 (yyval.interm.type).setMatrix(2, 2); in yyparse()
6393 (yyval.interm.type).setMatrix(3, 3); in yyparse()
6403 (yyval.interm.type).setMatrix(4, 4); in yyparse()
6413 (yyval.interm.type).setMatrix(2, 2); in yyparse()
6423 (yyval.interm.type).setMatrix(2, 3); in yyparse()
6433 (yyval.interm.type).setMatrix(2, 4); in yyparse()
6443 (yyval.interm.type).setMatrix(3, 2); in yyparse()
6453 (yyval.interm.type).setMatrix(3, 3); in yyparse()
6463 (yyval.interm.type).setMatrix(3, 4); in yyparse()
6473 (yyval.interm.type).setMatrix(4, 2); in yyparse()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/glslang/MachineIndependent/
H A Dglslang_tab.cpp6383 (yyval.interm.type).setMatrix(2, 2); in yyparse()
6393 (yyval.interm.type).setMatrix(3, 3); in yyparse()
6403 (yyval.interm.type).setMatrix(4, 4); in yyparse()
6413 (yyval.interm.type).setMatrix(2, 2); in yyparse()
6423 (yyval.interm.type).setMatrix(2, 3); in yyparse()
6433 (yyval.interm.type).setMatrix(2, 4); in yyparse()
6443 (yyval.interm.type).setMatrix(3, 2); in yyparse()
6453 (yyval.interm.type).setMatrix(3, 3); in yyparse()
6463 (yyval.interm.type).setMatrix(3, 4); in yyparse()
6473 (yyval.interm.type).setMatrix(4, 2); in yyparse()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osguniformbuffer/
H A Dosguniformbuffer.cpp178 group2->setMatrix(mat2); in main()
193 group3->setMatrix(mat3); in main()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osguniformbuffer/
H A Dosguniformbuffer.cpp176 group2->setMatrix(mat2); in main()
191 group3->setMatrix(mat3); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DQuickRejectTest.cpp88 canvas.setMatrix(m); in test_quick_reject()
111 canvas.setMatrix(matrix); in DEF_TEST()
/dports/graphics/cenon/Cenon/
H A DMoveCell.h41 - (void)setMatrix:(MoveMatrix *)anMatrix;
/dports/devel/gammaray/GammaRay-2.11.3/ui/propertyeditor/
H A Dpropertymatrixeditor.cpp43 dlg.setMatrix(value()); in showEditor()
/dports/biology/mothur/mothur-1.46.1/source/datastructures/
H A Dblastalign.hpp27 void setMatrix(int){}; in setMatrix() function in BlastAlignment
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/docs/examples/
H A DCanvas_setMatrix.cpp13 canvas->setMatrix(matrix); in draw()
/dports/graphics/ming/libming-ming-0_4_8/java_ext/
H A DSWFObjectI.java51 public void setMatrix (SWFMatrix mat); in setMatrix() method
/dports/graphics/p5-ming/libming-ming-0_4_8/java_ext/
H A DSWFObjectI.java51 public void setMatrix (SWFMatrix mat); in setMatrix() method

12345678910>>...81