Home
last modified time | relevance | path

Searched refs:pAtom (Results 1 – 25 of 105) sorted by relevance

12345

/dports/audio/aacgain/aacgain-1.8/mpeg4ip/lib/mp4v2/
H A Dmp4atom.cpp74 MP4Atom* pAtom = NULL; in CreateAtom() local
220 pAtom->SetType("skip"); in CreateAtom()
283 if (pAtom == NULL) { in CreateAtom()
288 ASSERT(pAtom); in CreateAtom()
289 return pAtom; in CreateAtom()
385 pAtom->SetFile(pFile); in ReadAtom()
386 pAtom->SetStart(pos); in ReadAtom()
402 pAtom->AddProperty( in ReadAtom()
409 pAtom->Read(); in ReadAtom()
411 return pAtom; in ReadAtom()
[all …]
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gcu/
H A Dchain.cc41 if (pAtom) in Chain()
54 if (pAtom) { in Chain()
55 FindCycles (pAtom); in Chain()
97 pCycle->m_Bonds[pAtom].rev= m_Bonds[pAtom].rev; in FindCycle()
184 pAtom = (Atom*) m_Bonds[pAtom].fwd->GetAtom (pAtom0 = pAtom); in Erase()
196 m_Bonds[pAtom] = chain.m_Bonds[pAtom]; in Insert()
197 pAtom = (Atom*) m_Bonds[pAtom].fwd->GetAtom (pAtom); in Insert()
214 chain.m_Bonds[pAtom] = m_Bonds[pAtom]; in Extract()
217 pAtom = (Atom*)m_Bonds[pAtom].fwd->GetAtom (pAtom); in Extract()
252 if ((m_Bonds[pAtom].fwd == NULL) && (m_Bonds[pAtom].rev == NULL)) { in Contains()
[all …]
H A Dcycle.cc89 while (pAtom != pAtom1) { in Simplify()
90 if (pAtom->IsInCycle (pCycle)) in Simplify()
92 pAtom = (Atom*) m_Bonds[pAtom].fwd->GetAtom (pAtom); in Simplify()
94 if (pAtom != pAtom1) { in Simplify()
139 while (pAtom != pAtom2) { in Erase()
140 m_Bonds[pAtom].fwd->RemoveCycle (this); in Erase()
141 pAtom = (Atom*)m_Bonds[pAtom].fwd->GetAtom (pAtom0 = pAtom); in Erase()
157 while (pAtom != pAtom2) { in Insert()
158 m_Bonds[pAtom] = ((Cycle&) chain).m_Bonds[pAtom]; in Insert()
159 m_Bonds[pAtom].fwd->AddCycle (this); in Insert()
[all …]
H A Dchain.h72 Chain (Bond* pBond, Atom* pAtom = NULL, TypeId Type = ChainType);
90 Chain (Molecule* molecule, Atom* pAtom, TypeId Type = ChainType);
102 void FindCycles (Atom* pAtom);
112 bool FindCycle (Atom* pAtom, Bond* pBond);
161 bool Contains (Atom* pAtom);
184 Atom* GetNextAtom (Atom* pAtom);
H A Dbond.cc75 Atom* Bond::GetAtom(Atom* pAtom, G_GNUC_UNUSED int which) const in GetAtom() argument
77 return (pAtom == m_Begin)? m_End: (pAtom == m_End)? m_Begin: NULL; in GetAtom()
80 Atom const * Bond::GetAtom (Atom const * pAtom, G_GNUC_UNUSED int which) const in GetAtom() argument
82 return (pAtom == m_Begin)? m_End: (pAtom == m_End)? m_Begin: NULL; in GetAtom()
295 double Bond::GetAngle2DRad (Atom* pAtom) in GetAngle2DRad() argument
307 if (pAtom == m_Begin) in GetAngle2DRad()
309 else if (pAtom == m_End) in GetAngle2DRad()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/diagram/
H A Dlayoutnodecontext.cxx45 const ConditionAtomPtr& pAtom ) in IfContext() argument
46 : LayoutNodeContext( rParent, rAttribs, pAtom ) in IfContext()
144 : LayoutNodeContext( rParent, rAttribs, pAtom ) in ForEachContext()
150 rLayoutAtomMap[pAtom->getName()] = pAtom; in ForEachContext()
181 , mpNode( pAtom ) in LayoutNodeContext()
183 assert( pAtom && "Node must NOT be NULL" ); in LayoutNodeContext()
208 for (LayoutAtomPtr pAtom = mpNode; pAtom; pAtom = pAtom->getParent()) in onCreateContext() local
247 LayoutAtom::connect(mpNode, pAtom); in onCreateContext()
256 LayoutAtom::connect(mpNode, pAtom); in onCreateContext()
263 LayoutAtom::connect(mpNode, pAtom); in onCreateContext()
[all …]
H A Dlayoutatomvisitorbase.cxx31 for (const auto& pAtom : rAtom.getChildren()) in defaultVisit() local
32 pAtom->accept(*this); in defaultVisit()
79 for (const auto& pAtom : rAtom.getChildren()) in visit() local
80 pAtom->accept(aVisitor); in visit()
97 for (const auto& pAtom : rAtom.getChildren()) in visit() local
98 pAtom->accept(*this); in visit()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/filter/ppt/
H A Dpptinanimations.hxx53 …int importTimeContainer( const Atom* pAtom, const css::uno::Reference< css::animations::XAnimatio…
58 …void importAnimateContainer( const Atom* pAtom, const css::uno::Reference< css::animations::XAnima…
64 …int importAudioContainer( const Atom* pAtom, const css::uno::Reference< css::animations::XAnimati…
66 …void importAnimationEvents( const Atom* pAtom, const css::uno::Reference< css::animations::XAnimat…
72 void importPropertySetContainer( const Atom* pAtom,PropertySet& rSet );
73 bool importAttributeValue( const Atom* pAtom, css::uno::Any& rAny );
74 void importAttributeNamesContainer( const Atom* pAtom, OUString& rAttributeNames );
75 …void importTargetElementContainer( const Atom* pAtom, css::uno::Any& rTarget, sal_Int16& nSubType …
94 …void dump_anim_group( const Atom* pAtom, const AnimationNode& rNode, const PropertySet& rSet, bool…
99 static void dump_atom_header( const Atom* pAtom, bool bOpen, bool bAppend );
[all …]
H A Dpptinanimations.cxx142 if( pAtom ) in import()
890 if( pAtom && xNode.is() ) in importTimeContainer()
1156 if( pAtom ) in importAnimateAttributeTargetContainer()
1998 if( pAtom ) in importAttributeNamesContainer()
2032 if( !pAtom ) in importAnimationValues()
2232 if( pAtom && pAtom->seekToContent() ) in importAttributeValue()
2419 if( !pAtom ) in importAnimationActions()
2458 if( !pAtom ) in importTargetElementContainer()
2577 if( !pAtom ) in importPropertySetContainer()
2601 if( pAtom ) in dump_atom_header()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/filter/ppt/
H A Dpptinanimations.hxx54 …int importTimeContainer( const Atom* pAtom, const css::uno::Reference< css::animations::XAnimatio…
59 …void importAnimateContainer( const Atom* pAtom, const css::uno::Reference< css::animations::XAnima…
65 …int importAudioContainer( const Atom* pAtom, const css::uno::Reference< css::animations::XAnimati…
67 …void importAnimationEvents( const Atom* pAtom, const css::uno::Reference< css::animations::XAnimat…
73 void importPropertySetContainer( const Atom* pAtom,PropertySet& rSet );
74 bool importAttributeValue( const Atom* pAtom, css::uno::Any& rAny );
75 void importAttributeNamesContainer( const Atom* pAtom, OUString& rAttributeNames );
76 …void importTargetElementContainer( const Atom* pAtom, css::uno::Any& rTarget, sal_Int16& nSubType …
95 …void dump_anim_group( const Atom* pAtom, const AnimationNode& rNode, const PropertySet& rSet, bool…
100 static void dump_atom_header( const Atom* pAtom, bool bOpen, bool bAppend );
[all …]
H A Dpptinanimations.cxx140 if( pAtom ) in import()
888 if( pAtom && xNode.is() ) in importTimeContainer()
1154 if( pAtom ) in importAnimateAttributeTargetContainer()
1996 if( pAtom ) in importAttributeNamesContainer()
2030 if( !pAtom ) in importAnimationValues()
2226 if( pAtom && pAtom->seekToContent() ) in importAttributeValue()
2413 if( !pAtom ) in importAnimationActions()
2452 if( !pAtom ) in importTargetElementContainer()
2569 if( !pAtom ) in importPropertySetContainer()
2593 if( pAtom ) in dump_atom_header()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/diagram/
H A Dlayoutnodecontext.cxx43 const ConditionAtomPtr& pAtom ) in IfContext() argument
44 : LayoutNodeContext( rParent, rAttribs, pAtom ) in IfContext()
142 : LayoutNodeContext( rParent, rAttribs, pAtom ) in ForEachContext()
148 rLayoutAtomMap[pAtom->getName()] = pAtom; in ForEachContext()
177 , mpNode( pAtom ) in LayoutNodeContext()
179 assert( pAtom && "Node must NOT be NULL" ); in LayoutNodeContext()
226 LayoutAtom::connect(mpNode, pAtom); in onCreateContext()
235 LayoutAtom::connect(mpNode, pAtom); in onCreateContext()
242 LayoutAtom::connect(mpNode, pAtom); in onCreateContext()
243 return new ChooseContext( *this, rAttribs, pAtom ); in onCreateContext()
[all …]
H A Dlayoutatomvisitorbase.cxx31 for (const auto& pAtom : rAtom.getChildren()) in defaultVisit() local
32 pAtom->accept(*this); in defaultVisit()
79 for (const auto& pAtom : rAtom.getChildren()) in visit() local
80 pAtom->accept(aVisitor); in visit()
97 for (const auto& pAtom : rAtom.getChildren()) in visit() local
98 pAtom->accept(*this); in visit()
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/plugins/paint/cycles/
H A Dcycletool.cc122 m_End = pAtom; in OnClicked()
127 m_Start = pAtom; in OnClicked()
505 pAtom[i] = NULL; in OnRelease()
517 if (pAtom[i]) { in OnRelease()
543 pBond = (gcp::Bond*) pAtom[i]->GetBond (pAtom[i - 1]); in OnRelease()
545 pBond = new gcp::Bond (pAtom[i - 1], pAtom[i], 1); in OnRelease()
550 pBond = (gcp::Bond*) pAtom[m_size - 1]->GetBond (pAtom[0]); in OnRelease()
552 pBond = new gcp::Bond (pAtom[m_size - 1], pAtom[0], 1); in OnRelease()
666 if (!pAtom[i]) in CheckIfAllowed()
676 if (!pAtom[i]->GetBond (pAtom[(i)? i - 1: m_size -1])) in CheckIfAllowed()
[all …]
/dports/science/jmol/jmol-14.32.7/src/org/jmol/smiles/
H A DSmilesStereo.java605 int order = (pAtom.stereo == null ? 0 : pAtom.stereo.chiralOrder); in checkStereoForAtom()
606 int chiralClass = (pAtom.stereo == null ? POLYHEDRAL : pAtom.stereo.chiralClass); in checkStereoForAtom()
616 if (pAtom.bondCount == 0) { in checkStereoForAtom()
630 if (pAtom.stereo.isNot) in checkStereoForAtom()
715 if (pAtom.isFirst) { in checkStereoForAtom()
758 pAtom1 = pAtom.getBond(0).getOtherAtom(pAtom); in getAlleneAtoms()
759 SmilesAtom pAtom2 = pAtom.getBond(1).getOtherAtom(pAtom); in getAlleneAtoms()
761 pAtom2 = pAtom.getBond(0).getOtherAtom(pAtom); in getAlleneAtoms()
765 SmilesAtom pAtom1a = pAtom; in getAlleneAtoms()
766 SmilesAtom pAtom2a = pAtom; in getAlleneAtoms()
[all …]
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/plugins/paint/atoms/
H A Dchargetool.cc61 gcp::Atom* pAtom = static_cast <gcp::Atom*> (m_pObject); in OnClicked() local
64 if (!pAtom->AcceptCharge (m_Charge)) in OnClicked()
67 pAtom->GetCoords (&m_x0, &m_y0); in OnClicked()
74 gccv::Item *item = pAtom->GetChargeItem (); in OnClicked()
152 gcp::Atom* pAtom = static_cast <gcp::Atom*> (m_pObject); in OnDrag() local
153 gccv::Item *item = pAtom->GetChargeItem (); in OnDrag()
269 gccv::Item *item = pAtom->GetChargeItem (); in OnRelease()
274 pAtom->SetCharge (m_Charge); in OnRelease()
278 pAtom->GetChargePosition (m_DefaultPos, 0., x, y); in OnRelease()
286 pAtom->Update (); in OnRelease()
[all …]
H A Delementtool.cc106 gcp::Atom* pAtom = ((gcp::Fragment*) parent)->GetAtom (); in OnRelease() local
108 gcp::Bond *pBond = (gcp::Bond*) pAtom->GetFirstBond (i); in OnRelease()
110 pAtom->GetCoords (&x, &y); in OnRelease()
116 pNewAtom->SetId ((gchar*) pAtom->GetId ()); in OnRelease()
118 pBond->ReplaceAtom (pAtom, pNewAtom); in OnRelease()
127 gcp::Atom* pAtom = static_cast <gcp::Atom *> (m_pObject); in OnRelease() local
128 pAtom->SetZ (CurZ); in OnRelease()
131 gcp::Bond *pBond = (gcp::Bond*) pAtom->GetFirstBond (i); in OnRelease()
135 pBond = (gcp::Bond*) pAtom->GetNextBond (i); in OnRelease()
142 pDoc->AddAtom (pAtom); in OnRelease()
[all …]
H A Delectrontool.cc67 gcp::Atom *pAtom = (gcp::Atom*) m_pObject; in OnClicked() local
69 if (!pAtom->HasImplicitElectronPairs ()) in OnClicked()
72 if (!pAtom->MayHaveImplicitUnpairedElectrons ()) in OnClicked()
75 pAtom->GetCoords (&m_x0, &m_y0); in OnClicked()
76 m_Pos = pAtom->GetAvailablePosition (x, y); in OnClicked()
183 gcp::Atom *pAtom = (gcp::Atom*) m_pObject; in OnDrag() local
187 } else if (pAtom->GetPosition (Angle * 180. / M_PI, x, y)) { in OnDrag()
235 gcp::Atom *pAtom = (gcp::Atom*) m_pObject; in OnRelease() local
240 gcp::Electron *electron = new gcp::Electron (pAtom, m_bIsPair); in OnRelease()
249 m_pView->Update (pAtom); in OnRelease()
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gcp/
H A Dmolecule.cc158 Molecule::Molecule (Atom* pAtom): gcugtk::Molecule (pAtom, gcu::ContentType2D) in Molecule() argument
193 if (!pAtom->GetZ ()) in AddAtom()
228 Atom *pAtom; member
235 Atom* pAtom; in Merge() local
254 if (pAtom) { in Merge()
265 ma->pAtom = pAtom; in Merge()
268 if ((b1 = (Bond*) pAtom->GetBond ((*j).second->pAtom))) { in Merge()
333 pAtom->RemoveBond (b1); in Merge()
336 pAtom->RemoveBond (b1); in Merge()
354 delete (*j).second->pAtom; in Merge()
[all …]
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/plugins/paint/text/
H A Dfragmenttool.cc92 if (pAtom->GetTotalBondsNumber () > 1) in OnClicked()
95 pAtom->GetCoords (&x, &y); in OnClicked()
106 electron = pAtom->GetNextChild (ie); in OnClicked()
108 pMol->Remove (pAtom); in OnClicked()
109 pAtom->SetParent (NULL); in OnClicked()
114 pOp->AddObject (pAtom, 0); in OnClicked()
117 m_pView->Remove (pAtom); in OnClicked()
118 pFragAtom->SetZ (pAtom->GetZ ()); in OnClicked()
121 int n = pAtom->GetAttachedHydrogens (); in OnClicked()
128 start = ((pAtom->GetBestSide ())? strlen (pAtom->GetSymbol ()): 0); in OnClicked()
[all …]
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/plugins/paint/bonds/
H A Dbondtool.cc299 pAtom->Update (); in OnRelease()
300 m_pView->Update (pAtom); in OnRelease()
302 pAtom->Update (); in OnRelease()
303 m_pView->Update (pAtom); in OnRelease()
328 gcp::Atom* pAtom; in OnRelease() local
333 pDoc->AddAtom (pAtom); in OnRelease()
334 m_pObject = pAtom; in OnRelease()
350 pAtom = m_pAtom; in OnRelease()
353 pDoc->AddAtom (pAtom); in OnRelease()
365 pAtom->Update (); in OnRelease()
[all …]
/dports/multimedia/mp4v2/mp4v2-2.0.0/src/
H A Dmp4atom.cpp170 pAtom->SetStart(pos); in ReadAtom()
172 pAtom->SetLargesizeMode(largesizeMode); in ReadAtom()
173 pAtom->SetSize(dataSize); in ReadAtom()
177 if (pAtom->IsUnknownType()) { in ReadAtom()
187 pAtom->AddProperty( in ReadAtom()
192 pAtom->SetParentAtom(pParentAtom); in ReadAtom()
195 pAtom->Read(); in ReadAtom()
199 delete pAtom; in ReadAtom()
204 return pAtom; in ReadAtom()
688 MP4Atom *pAtom = this; in GetDepth() local
[all …]
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMp4v2/libmp4v2/src/
H A Dmp4atom.cpp170 pAtom->SetStart(pos); in ReadAtom()
172 pAtom->SetLargesizeMode(largesizeMode); in ReadAtom()
173 pAtom->SetSize(dataSize); in ReadAtom()
177 if (pAtom->IsUnknownType()) { in ReadAtom()
187 pAtom->AddProperty( in ReadAtom()
192 pAtom->SetParentAtom(pParentAtom); in ReadAtom()
195 pAtom->Read(); in ReadAtom()
199 delete pAtom; in ReadAtom()
204 return pAtom; in ReadAtom()
688 MP4Atom *pAtom = this; in GetDepth() local
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMp4v2/libmp4v2/src/
H A Dmp4atom.cpp170 pAtom->SetStart(pos); in ReadAtom()
172 pAtom->SetLargesizeMode(largesizeMode); in ReadAtom()
173 pAtom->SetSize(dataSize); in ReadAtom()
177 if (pAtom->IsUnknownType()) { in ReadAtom()
187 pAtom->AddProperty( in ReadAtom()
192 pAtom->SetParentAtom(pParentAtom); in ReadAtom()
195 pAtom->Read(); in ReadAtom()
199 delete pAtom; in ReadAtom()
204 return pAtom; in ReadAtom()
688 MP4Atom *pAtom = this; in GetDepth() local
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMp4v2/libmp4v2/src/
H A Dmp4atom.cpp170 pAtom->SetStart(pos); in ReadAtom()
172 pAtom->SetLargesizeMode(largesizeMode); in ReadAtom()
173 pAtom->SetSize(dataSize); in ReadAtom()
177 if (pAtom->IsUnknownType()) { in ReadAtom()
187 pAtom->AddProperty( in ReadAtom()
192 pAtom->SetParentAtom(pParentAtom); in ReadAtom()
195 pAtom->Read(); in ReadAtom()
199 delete pAtom; in ReadAtom()
204 return pAtom; in ReadAtom()
688 MP4Atom *pAtom = this; in GetDepth() local
[all …]

12345