Home
last modified time | relevance | path

Searched refs:m_pos2 (Results 1 – 25 of 35) sorted by relevance

12

/dports/science/chrono/chrono-7.0.1/src/chrono/physics/
H A DChLinkRevoluteSpherical.cpp27 m_pos2(ChVector<>(0, 0, 0)), in CH_FACTORY_REGISTER()
42 m_pos2 = other.m_pos2; in ChLinkRevoluteSpherical()
100 m_pos2 = pos2; in Initialize()
103 pos2_abs = Body2->TransformPointLocalToParent(m_pos2); in Initialize()
110 m_pos2 = Body2->TransformPointParentToLocal(pos2_abs); in Initialize()
128 ChVector<> u = (m_pos2 - pos1).GetNormalized(); in GetLinkRelativeCoords()
145 ChVector<> pos2_abs = Body2->TransformPointLocalToParent(m_pos2); in Update()
180 ChVector<> Phi_pi2 = -Vcross(u12_loc2, m_pos2); in Update()
209 ChVector<> Phi_pi2 = -Vcross(dir1_loc2, m_pos2); in Update()
426 marchive << CHNVP(m_pos2); in ArchiveOUT()
[all …]
H A DChLinkRevoluteSpherical.h50 const ChVector<>& GetPoint2Rel() const { return m_pos2; } in GetPoint2Rel()
62 ChVector<> GetPoint2Abs() const { return Body2->TransformPointLocalToParent(m_pos2); } in GetPoint2Abs()
166 ChVector<> m_pos2; ///< point on second frame (in local frame) variable
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfl_SelectionPreserver.cpp42 m_pView->cmdSelect (m_docRange.m_pos1, m_docRange.m_pos2); in ~FL_SelectionPreserver()
49 m_docRange.m_pos2 += count; in cmdCharInsert()
54 m_docRange.m_pos2 -= m_pView->getSelectionLength(); in cmdCharInsert()
H A Dfv_Selection.cpp185 if(pR->m_pos1 == pR->m_pos2) in pasteRowOrCol()
196 DocRange.m_pos2 = posCell; in pasteRowOrCol()
304 return pDocRange->m_pos2; in getSelectionRightAnchor()
346 …xxx_UT_DEBUGMSG(("Looking at pos %d low %d high %d \n",pos, pDocRange->m_pos1,pDocRange->m_pos2 )); in isPosSelected()
347 if ((pos >= pDocRange->m_pos1) && (pos <= pDocRange->m_pos2+1)) in isPosSelected()
407 pDocRange->m_pos2++; in addCellToSelection()
413 pDocRange->m_pos2--; in addCellToSelection()
/dports/editors/abiword/abiword-3.0.5/src/text/ptbl/xp/
H A Dpt_Types.h47 : m_pDoc(NULL), m_pos1(0), m_pos2(0) in PD_DocumentRange()
53 : m_pDoc(pDoc), m_pos1(k1), m_pos2(k2) in PD_DocumentRange()
62 m_pos2 = k2; in set()
70 PT_DocPosition m_pos2; variable
H A Dpt_PT_Listener.cpp477 pDocRange->m_pos2 ); in tellListenerSubset()
518 pDocRange->m_pos2 ); in tellListenerSubset()
528 pDocRange, pDocRange->m_pos1, pDocRange->m_pos2 ); in tellListenerSubset()
539 pDocRange, pDocRange->m_pos2, 0, in tellListenerSubset()
570 if (pDocRange->m_pos2 < sum+pf->getLength()) in tellListenerSubset()
571 endOffset = (pDocRange->m_pos2 - sum); in tellListenerSubset()
646 if (sum >= pDocRange->m_pos2) in tellListenerSubset()
/dports/multimedia/qpwgraph/qpwgraph-71edb283e7b5d4429d5ef9951de6b740afb07790/src/
H A Dqpwgraph_command.cpp130 m_pos1(pos1), m_pos2(pos2), m_nexec(0) in qpwgraph_move_command()
160 const QPointF delta = (m_pos2 - m_pos1); in execute()
169 QPointF pos2 = m_pos2; in execute()
170 m_pos2 = m_pos1; in execute()
H A Dqpwgraph_command.h174 QPointF m_pos2; variable
/dports/audio/qjackctl/qjackctl-qjackctl_0_9_5/src/
H A DqjackctlGraphCommand.cpp129 m_pos1(pos1), m_pos2(pos2), m_nexec(0) in qjackctlGraphMoveCommand()
159 const QPointF delta = (m_pos2 - m_pos1); in execute()
168 QPointF pos2 = m_pos2; in execute()
169 m_pos2 = m_pos1; in execute()
H A DqjackctlGraphCommand.h173 QPointF m_pos2; variable
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libavoid/
H A Dgraph.cpp195 m_pos2 = m_vert2->orthogVisList.insert(m_vert2->orthogVisList.begin(), this); in makeActive()
205 m_pos2 = m_vert2->visList.insert(m_vert2->visList.begin(), this); in makeActive()
213 m_pos2 = m_vert2->invisList.insert(m_vert2->invisList.begin(), this); in makeActive()
231 m_vert2->orthogVisList.erase(m_pos2); in makeInactive()
241 m_vert2->visList.erase(m_pos2); in makeInactive()
249 m_vert2->invisList.erase(m_pos2); in makeInactive()
H A Dgraph.h102 EdgeInfList::iterator m_pos2; variable
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/modelinglib/qmt/stereotype/
H A Dshapes.h45 m_pos2(pos2) in LineShape()
50 ShapePointF pos2() const { return m_pos2; } in pos2()
58 ShapePointF m_pos2; variable
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_Dialog_Spell.cpp154 m_pEndBlock = m_pView->getBlockAtPosition(range.m_pos2); in runModal()
156 m_iEndLength = range.m_pos2 - m_pEndBlock->getPosition(); in runModal()
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/cocoa/
H A Dap_CocoaApp.cpp871 m_cacheDocumentRangeOfSelection.m_pos2)); in cacheCurrentSelection()
917 …MSG(("Clipboard::getCurrentSelection: *using cached values* [range %d %d]\n",dr.m_pos1,dr.m_pos2)); in getCurrentSelection()
926 …DEBUGMSG(("Clipboard::getCurrentSelection: [view %p][range %d %d]\n",pFVView,dr.m_pos1,dr.m_pos2)); in getCurrentSelection()
/dports/editors/abiword/abiword-3.0.5/plugins/goffice/unix/
H A Die_imp_GOChart.cpp204 UT_return_val_if_fail(pDocRange->m_pos1 == pDocRange->m_pos2,false); in pasteFromBuffer()
H A Die_imp_GOComponent.cpp241 UT_return_val_if_fail(pDocRange->m_pos1 == pDocRange->m_pos2,false); in pasteFromBuffer()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dvectortapetool.cpp46 int m_pos1, m_pos2; member in __anone6f513bd0111::UndoAutoclose
69 , m_pos2(pos2) in UndoAutoclose()
114 image->insertStrokeAt(cloneVIStroke(m_oldStroke2), m_pos2); in undo()
/dports/editors/abiword/abiword-3.0.5/plugins/clarisworks/xp/
H A Die_imp_ClarisWorks.cpp347 UT_ASSERT(pDocRange->m_pos1 == pDocRange->m_pos2);
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_imp_RDF.cpp227 UT_return_val_if_fail(pDocRange->m_pos1 == pDocRange->m_pos2,false); in pasteFromBuffer()
/dports/editors/abiword/abiword-3.0.5/plugins/mathview/xp/
H A Die_imp_MathML.cpp388 UT_return_val_if_fail(pDocRange->m_pos1 == pDocRange->m_pos2,false); in pasteFromBuffer()
/dports/editors/abiword/abiword-3.0.5/plugins/opendocument/exp/xp/
H A Die_exp_OpenDocument.cpp124 UT_DEBUGMSG(("DocumentRange low %d High %d \n",pDocRange->m_pos1,pDocRange->m_pos2)); in copyToBuffer()
/dports/editors/abiword/abiword-3.0.5/plugins/epub/imp/xp/
H A Die_imp_EPUB.cpp38 UT_return_val_if_fail(pDocRange->m_pos1 == pDocRange->m_pos2,false); in pasteFromBuffer()
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/win/
H A Dap_Win32App.cpp554 …DocRange.m_pos2 = DocRange.m_pDoc->getLastFrag()->getPos() + DocRange.m_pDoc->getLastFrag()->getLe… in copyFmtToClipboardOnDemand()
586 …DocRange.m_pos2 = DocRange.m_pDoc->getLastFrag()->getPos() + DocRange.m_pDoc->getLastFrag()->getLe… in copyAllFmtsToClipboardOnDemand()
/dports/editors/abiword/abiword-3.0.5/plugins/opendocument/imp/xp/
H A Die_imp_OpenDocument.cpp96 UT_return_val_if_fail(pDocRange->m_pos1 == pDocRange->m_pos2,false); in pasteFromBuffer()

12