Home
last modified time | relevance | path

Searched refs:bRotate (Results 1 – 25 of 49) sorted by relevance

12

/dports/graphics/freeimage/FreeImage/Wrapper/FreeImage.NET/cs/Samples/Sample 11 - Using the FreeImageBitmap class/
H A DMainForm.Designer.cs51 this.bRotate = new System.Windows.Forms.Button(); in InitializeComponent()
261 this.bRotate.Location = new System.Drawing.Point(564, 86); in InitializeComponent()
262 this.bRotate.Name = "bRotate"; in InitializeComponent()
263 this.bRotate.Size = new System.Drawing.Size(125, 28); in InitializeComponent()
264 this.bRotate.TabIndex = 21; in InitializeComponent()
265 this.bRotate.Text = "Rotate"; in InitializeComponent()
266 this.bRotate.UseVisualStyleBackColor = true; in InitializeComponent()
267 this.bRotate.Click += new System.EventHandler(this.bRotate_Click); in InitializeComponent()
317 this.Controls.Add(this.bRotate); in InitializeComponent()
375 private System.Windows.Forms.Button bRotate; field in Sample11.MainForm
/dports/multimedia/assimp/assimp-5.1.3/tools/assimp_view/
H A DRenderOptions.h65 bRotate (true), in RenderOptions()
94 bool bRotate; variable
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/tools/assimp_view/
H A DRenderOptions.h65 bRotate (true), in RenderOptions()
94 bool bRotate; variable
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/ui/forms/
H A Dqg_cadtoolbarmodify.cpp46 &bMove, &bRotate, &bScale, &bMirror, &bMoveRotate, &bRotate2, in addSubActions()
66 if ( bRotate ->isChecked() ) { in restoreAction()
177 bRotate->setChecked(true); in showCadToolBar()
H A Dqg_cadtoolbarmodify.h58 …QAction *bMove=nullptr, *bRotate=nullptr, *bScale=nullptr, *bMirror=nullptr, *bMoveRotate=nullptr,…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/misc/
H A Dtxtrange.cxx117 bool bRotate : 1; member in SvxBoundArgs
126 long A( const Point& rP ) const { return bRotate ? rP.Y() : rP.X(); } in A()
127 long B( const Point& rP ) const { return bRotate ? rP.X() : rP.Y(); } in B()
160 , bRotate(pRanger->IsVertical()) in SvxBoundArgs()
162 if( bRotate ) in SvxBoundArgs()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdedtv1.cxx507 …SdrCrookMode eMode, bool bVertical, bool bNoContortion, bool bRotate, const tools::Rectangle& rMar… in ImpCrookObj() argument
565 bRotOk = bRotate; in ImpCrookObj()
590 bool bRotate=bNoContortion && eMode==SdrCrookMode::Rotate && IsRotateAllowed(); in CrookMarkedObj() local
614 ImpCrookObj(pO,rRef,rRad,eMode,bVertical,bNoContortion,bRotate,aMarkRect); in CrookMarkedObj()
619 ImpCrookObj(pO1,rRef,rRad,eMode,bVertical,bNoContortion,bRotate,aMarkRect); in CrookMarkedObj()
1573 bool bRotate=false; in SetGeoAttrToMarked() local
1611 bRotate = (nRotateAngle != 0); in SetGeoAttrToMarked()
1617 bRotate = (nRotateAngle != 0); in SetGeoAttrToMarked()
1621 if(bRotate || SfxItemState::SET==rAttr.GetItemState(SID_ATTR_TRANSFORM_ROT_X, true ,&pPoolItem)) in SetGeoAttrToMarked()
1625 if(bRotate || SfxItemState::SET==rAttr.GetItemState(SID_ATTR_TRANSFORM_ROT_Y, true ,&pPoolItem)) in SetGeoAttrToMarked()
[all …]
H A Dsvddrgm1.hxx154 bool bRotate; member in SdrDragCrook
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/misc/
H A Dtxtrange.cxx117 bool bRotate : 1; member in __anonec9176c50111::SvxBoundArgs
126 tools::Long A( const Point& rP ) const { return bRotate ? rP.Y() : rP.X(); } in A()
127 tools::Long B( const Point& rP ) const { return bRotate ? rP.X() : rP.Y(); } in B()
162 , bRotate(pRanger->IsVertical()) in SvxBoundArgs()
164 if( bRotate ) in SvxBoundArgs()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdedtv1.cxx490 …SdrCrookMode eMode, bool bVertical, bool bNoContortion, bool bRotate, const tools::Rectangle& rMar… in ImpCrookObj() argument
549 bRotOk = bRotate; in ImpCrookObj()
573 bool bRotate=bNoContortion && eMode==SdrCrookMode::Rotate && IsRotateAllowed(); in CrookMarkedObj() local
597 ImpCrookObj(pO,rRef,rRad,eMode,bVertical,bNoContortion,bRotate,aMarkRect); in CrookMarkedObj()
602 ImpCrookObj(pO1,rRef,rRad,eMode,bVertical,bNoContortion,bRotate,aMarkRect); in CrookMarkedObj()
1572 bool bRotate=false; in SetGeoAttrToMarked() local
1610 bRotate = (nRotateAngle != 0_deg100); in SetGeoAttrToMarked()
1616 bRotate = (nRotateAngle != 0_deg100); in SetGeoAttrToMarked()
1620 if(bRotate || SfxItemState::SET==rAttr.GetItemState(SID_ATTR_TRANSFORM_ROT_X, true ,&pPoolItem)) in SetGeoAttrToMarked()
1624 if(bRotate || SfxItemState::SET==rAttr.GetItemState(SID_ATTR_TRANSFORM_ROT_Y, true ,&pPoolItem)) in SetGeoAttrToMarked()
[all …]
H A Dsvddrgm1.hxx154 bool bRotate; member in SdrDragCrook
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/
H A Dold_object.cpp635 m_objectPart[part].bRotate = true; in InitPart()
1314 m_objectPart[0].bRotate) in TransformCrashSphere()
1412 m_objectPart[0].bRotate = true; in SetCirVibration()
1430 m_objectPart[0].bRotate = true; in SetTilt()
1731 m_objectPart[0].bRotate ) in GetWorldMatrix()
1829 m_objectPart[part].bRotate = true; in UpdateTransformObject()
1834 !m_objectPart[part].bRotate ) return false; in UpdateTransformObject()
1846 m_objectPart[part].bRotate ) in UpdateTransformObject()
1856 if ( m_objectPart[part].bRotate ) in UpdateTransformObject()
1881 m_objectPart[part].bRotate ) in UpdateTransformObject()
[all …]
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/testing/mtest/3d/common/
H A DX11Renderer.h79 bool bRotate; variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/inc/
H A Doptsitem.hxx341 bool bRotate : 1; // Snap/Position/Rotating member in SdOptionsSnap
364 bool IsRotate() const { Init(); return bRotate; } in IsRotate()
375 void SetRotate( bool bOn ) { if( bRotate != bOn ) { OptionsChanged(); bRotate = bOn; } } in SetRotate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/inc/
H A Doptsitem.hxx341 bool bRotate : 1; // Snap/Position/Rotating member in SdOptionsSnap
364 bool IsRotate() const { Init(); return bRotate; } in IsRotate()
375 void SetRotate( bool bOn ) { if( bRotate != bOn ) { OptionsChanged(); bRotate = bOn; } } in SetRotate()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxpreprocess/
H A Deditconf.cpp689 gmx_bool bHaveV, bScale, bRho, bTranslate, bRotate, bCalcGeom, bCalcDiam; in gmx_editconf() local
724 bRotate = opt2parg_bSet("-rotate", NPA, pa); in gmx_editconf()
730 bCalcGeom = bCenter || bRotate || bOrient || bScale; in gmx_editconf()
1050 if (bRotate) in gmx_editconf()
1067 if (bScale || bOrient || bRotate) in gmx_editconf()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/draw/
H A Ddview.cxx822 bool bRotate(false); in CheckPossibilities() local
866 bRotate = true; in CheckPossibilities()
897 m_bRotateFreeAllowed |= bRotate && !bProtect; in CheckPossibilities()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/draw/
H A Ddview.cxx816 bool bRotate(false); in CheckPossibilities() local
860 bRotate = true; in CheckPossibilities()
891 m_bRotateFreeAllowed |= bRotate && !bProtect; in CheckPossibilities()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/add_curve_sapling/
H A Dutils.py1077 bRotate = oldRotate + uniform(-rotateV[n], rotateV[n])
1080 a1 = bRotate % tau
1092 vx = sin(bRotate)
1093 vy = cos(bRotate)
1173 bRotate = oldRotate + uniform(-rotateV[n], rotateV[n])
1176 bRotate = rot_a[i]
1178 rotMat = Matrix.Rotation(bRotate, 3, 'Z')
1187 edir = p.quat.to_euler('XYZ', Euler((0, 0, bRotate), 'XYZ'))
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dindextool.cpp816 bool bRotate = false; in main() local
853 OPT1 ( "--rotate" ) { bRotate = true; } in main()
1066 if ( bRotate ) in main()
1183 if ( bRotate ) in main()
H A Dindexer.cpp1316 …& hSrc, const char * sSrc, CSphVector<CSphFilterSettings> & tPurge, bool bRotate, bool bMergeKillL… in DoMerge() argument
1356 if ( !pSrc->Lock() && !bRotate ) in DoMerge()
1362 if ( !pDst->Lock() && !bRotate ) in DoMerge()
1391 if ( bRotate ) in DoMerge()
1416 if ( !bRotate ) in DoMerge()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/testing/mtest/3d/common/
H A DX11Renderer.cpp161 bRotate = false; in X11Renderer()
461 bRotate = !bRotate; in on_key_press()
/dports/misc/cloc/cloc-1.90/tests/inputs/dd/bb/ee/
H A DTeapotRenderer.cpp103 bool bRotate = false; in UpdateViewport() local
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dindexer.cpp1224 …& hSrc, const char * sSrc, CSphVector<CSphFilterSettings> & tPurge, bool bRotate, bool bMergeKillL… in DoMerge() argument
1267 if ( !pSrc->Lock() && !bRotate ) in DoMerge()
1273 if ( !pDst->Lock() && !bRotate ) in DoMerge()
1327 if ( !bRotate ) in DoMerge()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dsvdedtv.hxx150 bool bVertical, bool bNoContortion, bool bRotate, const tools::Rectangle& rMarkRect);

12