Home
last modified time | relevance | path

Searched refs:IsSolid (Results 26 – 50 of 213) sorted by relevance

123456789

/dports/devel/love07/love-HEAD/src/modules/physics/box2d/Source/Dynamics/Contacts/
H A Db2Contact.h99 bool IsSolid() const;
163 inline bool b2Contact::IsSolid() const in IsSolid() function
/dports/devel/love5/love-0.5-0/src/box2d/Source/Dynamics/Contacts/
H A Db2Contact.h99 bool IsSolid() const;
163 inline bool b2Contact::IsSolid() const in IsSolid() function
/dports/games/numptyphysics/numptyphysics/Box2D/Source/Dynamics/Contacts/
H A Db2Contact.h99 bool IsSolid() const;
163 inline bool b2Contact::IsSolid() const in IsSolid() function
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/Rar/
H A DRarHandler.cpp100 case kpidSolid: prop = _archiveInfo.IsSolid(); break; in GetArchiveProperty()
110 if (!IsSolid(i)) in GetArchiveProperty()
180 case kpidSolid: prop = IsSolid(index); break; in GetProperty()
503 if(!IsSolid(j)) in Extract()
577 if (!IsSolid(index)) in Extract()
592 mustBeProcessedAnywhere = IsSolid(importantIndexes[i + 1]); in Extract()
773 Byte isSolid = (Byte)((IsSolid(index) || item.IsSplitBefore()) ? 1: 0); in Extract()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/Nsis/
H A DNsisIn.cpp1163 if (Items[i].Pos == Items[i + 1].Pos && (IsSolid || sameName)) in ReadEntries()
1174 if (!IsSolid) in ReadEntries()
1300 IsSolid = true; in Open2()
1308 IsSolid = false; in Open2()
1317 IsSolid = false; in Open2()
1322 IsSolid = false; in Open2()
1331 if (!IsSolid) in Open2()
1352 if (IsSolid) in Open2()
H A DNsisIn.h148 bool IsSolid; variable
156 UInt32 GetOffset() const { return IsSolid ? 4 : 0; } in GetOffset()
/dports/games/openspades/openspades-0.1.3/Sources/ScriptBindings/
H A DGameMap.cpp65 static bool IsSolid(int x, int y, int z, in IsSolid() function in spades::client::GameMapRegistrar
72 return m->IsSolid(x, y, z); in IsSolid()
157 asFUNCTION(IsSolid), in Register()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/Wim/
H A DWimIn.h177 bool IsSolid() const { return (Flags & NResourceFlags::kSolid) != 0; } in IsSolid() function
178 bool IsSolidBig() const { return IsSolid() && UnpackSize == k_SolidBig_Resource_Marker; } in IsSolidBig()
179 bool IsSolidSmall() const { return IsSolid() && UnpackSize == 0; } in IsSolidSmall()
486 if (!r.IsSolid()) in Get_UnpackSize_of_Resource()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/Wim/
H A DWimIn.h177 bool IsSolid() const { return (Flags & NResourceFlags::kSolid) != 0; } in IsSolid() function
178 bool IsSolidBig() const { return IsSolid() && UnpackSize == k_SolidBig_Resource_Marker; } in IsSolidBig()
179 bool IsSolidSmall() const { return IsSolid() && UnpackSize == 0; } in IsSolidSmall()
486 if (!r.IsSolid()) in Get_UnpackSize_of_Resource()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/Rar/
H A DRarHandler.cpp808 bool CHandler::IsSolid(unsigned refIndex) const in IsSolid() function in NArchive::NRar::CHandler
813 if (_arcInfo.IsSolid()) in IsSolid()
817 return item.IsSolid(); in IsSolid()
827 case kpidSolid: prop = _arcInfo.IsSolid(); break; in GetArchiveProperty()
870 if (!IsSolid(i)) in GetArchiveProperty()
994 case kpidSolid: prop = IsSolid(index); break; in GetProperty()
1421 if (!IsSolid(j)) in Extract()
1515 if (!IsSolid(index)) in Extract()
1530 mustBeProcessedAnywhere = IsSolid(importantIndexes[i + 1]); in Extract()
1712 Byte isSolid = (Byte)((IsSolid(index) || item.IsSplitBefore()) ? 1: 0); in Extract()
H A DRar5Handler.cpp1231 if (item.IsSolid()) in DecodeToBuf()
1471 if (!_items[_refs[i].Item].IsSolid()) in GetArchiveProperty()
1793 case kpidSolid: prop = item.IsSolid(); break; in GetProperty()
2620 if (item.IsSolid()) in Extract()
2640 if (!item2.IsSolid()) in Extract()
2667 if (item.IsSolid()) in Extract()
2688 if (!item2.IsSolid()) in Extract()
2784 isSolid = (item->IsSolid() && !needClearSolid); in Extract()
2787 needClearSolid = !item->IsSolid(); in Extract()
2806 if (!item2.IsSolid()) in Extract()
[all …]
H A DRar5Handler.h233 bool IsSolid() const { return ((UInt32)Method & NMethodFlags::kSolid) != 0; } in IsSolid() function
354 bool IsSolid() const { return (Flags & NArcFlags::kSolid) != 0; } in IsSolid() function
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/Rar/
H A DRarHandler.cpp819 bool CHandler::IsSolid(unsigned refIndex) const in IsSolid() function in NArchive::NRar::CHandler
824 if (_arcInfo.IsSolid()) in IsSolid()
828 return item.IsSolid(); in IsSolid()
838 case kpidSolid: prop = _arcInfo.IsSolid(); break; in GetArchiveProperty()
881 if (!IsSolid(i)) in GetArchiveProperty()
1005 case kpidSolid: prop = IsSolid(index); break; in GetProperty()
1438 if (!IsSolid(j)) in Extract()
1532 if (!IsSolid(index)) in Extract()
1547 mustBeProcessedAnywhere = IsSolid(importantIndexes[i + 1]); in Extract()
1730 Byte isSolid = (Byte)((IsSolid(index) || item.IsSplitBefore()) ? 1: 0); in Extract()
H A DRar5Handler.h233 bool IsSolid() const { return ((UInt32)Method & NMethodFlags::kSolid) != 0; } in IsSolid() function
354 bool IsSolid() const { return (Flags & NArcFlags::kSolid) != 0; } in IsSolid() function
H A DRar5Handler.cpp1201 if (item.IsSolid()) in DecodeToBuf()
1443 if (!_items[_refs[i].Item].IsSolid()) in GetArchiveProperty()
1764 case kpidSolid: prop = item.IsSolid(); break; in GetProperty()
2592 if (linkItem.IsSolid()) in Extract()
2614 if (item.IsSolid()) in Extract()
2634 if (!item2.IsSolid()) in Extract()
2667 if (item.IsSolid()) in Extract()
2688 if (!item2.IsSolid()) in Extract()
2789 if (item->IsSolid()) in Extract()
2810 if (!item2.IsSolid()) in Extract()
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Parse/
H A DSourceTokenList.pas241 if (lcTestToken <> nil) and lcTestToken.IsSolid then
268 if (lcTestToken <> nil) and lcTestToken.IsSolid then
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/osx/core/
H A Dcolour.cpp191 bool wxColour::IsSolid() const in IsSolid() function in wxColour
195 return M_COLDATA->IsSolid(); in IsSolid()
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Parse/
H A DSourceTokenList.pas241 if (lcTestToken <> nil) and lcTestToken.IsSolid then
268 if (lcTestToken <> nil) and lcTestToken.IsSolid then
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/libs/kimath/include/geometry/
H A Dshape_null.h74 bool IsSolid() const override in IsSolid() function
/dports/editors/lazarus/lazarus/components/jcf2/Process/Transform/
H A DAddBeginEnd.pas79 if (lcLeaf = nil) or lcLeaf.IsSolid then
234 if (lcPrior <> nil) and lcPrior.IsSolid then
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Process/Transform/
H A DAddBeginEnd.pas79 if (lcLeaf = nil) or lcLeaf.IsSolid then
234 if (lcPrior <> nil) and lcPrior.IsSolid then
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/osx/cocoa/
H A Dcolour.mm31 virtual bool IsSolid() const wxOVERRIDE;
153 bool wxNSColorRefData::IsSolid() const function
/dports/editors/lazarus-qt5/lazarus/components/jcf2/Process/Transform/
H A DAddBeginEnd.pas79 if (lcLeaf = nil) or lcLeaf.IsSolid then
234 if (lcPrior <> nil) and lcPrior.IsSolid then
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Process/Transform/
H A DAddBeginEnd.pas79 if (lcLeaf = nil) or lcLeaf.IsSolid then
234 if (lcPrior <> nil) and lcPrior.IsSolid then
/dports/editors/lazarus/lazarus/components/jcf2/Process/
H A DVisitSetXY.pas98 else if lcToken.IsSolid then

123456789