Home
last modified time | relevance | path

Searched refs:IsSolid (Results 101 – 125 of 213) sorted by relevance

123456789

/dports/games/openspades/openspades-0.1.3/Sources/Client/
H A DGameMap.h58 inline bool IsSolid(int x, int y, int z) { in IsSolid() function
H A DPlayer.cpp668 SPAssert(map->IsSolid(x, y, z)); in FireWeapon()
685 if (map->IsSolid(x, y, z)) in FireWeapon()
836 SPAssert(map->IsSolid(outBlockCoord.x, outBlockCoord.y, outBlockCoord.z)); in DigWithSpade()
913 SPAssert(map->IsSolid(x, y, z)); in UseSpade()
929 if (map->IsSolid(x, y, z)) in UseSpade()
/dports/games/openspades/openspades-0.1.3/Resources/Scripts/Reference/API/
H A DVoxelModel.as40 bool IsSolid(int x, int y, int z) {}
H A DGameMap.as40 bool IsSolid(int x, int y, int z) {}
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dcolour.h128 virtual bool IsSolid() const in DECLARE_VARIANT_OBJECT_EXPORTED()
/dports/editors/libreoffice/libreoffice-7.2.6.2/lotuswordpro/source/filter/xfilter/
H A Dxfdrawstyle.cxx175 if( !m_pLineStyle->IsSolid() ) in ToXml()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/lotuswordpro/source/filter/xfilter/
H A Dxfdrawstyle.cxx174 if( !m_pLineStyle->IsSolid() ) in ToXml()
/dports/games/openspades/openspades-0.1.3/Sources/Draw/
H A DSWModel.cpp69 if (m->IsSolid(x + cx, y + cy, z + cz)) { in SWModel()
/dports/editors/lazarus-qt5/lazarus/components/jcf2/Parse/
H A DSourceTokenList.pas241 if (lcTestToken <> nil) and lcTestToken.IsSolid then
H A DTokenUtils.pas511 Result := pt.IsSolid and (pt.SolidTokenOnLineIndex = 0);
660 if TSourceToken(lcChild).IsSolid then
/dports/editors/lazarus/lazarus/components/jcf2/Parse/
H A DSourceTokenList.pas241 if (lcTestToken <> nil) and lcTestToken.IsSolid then
H A DTokenUtils.pas511 Result := pt.IsSolid and (pt.SolidTokenOnLineIndex = 0);
660 if TSourceToken(lcChild).IsSolid then
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/Wim/
H A DWimIn.cpp159 if (!resource.IsCompressed() && !resource.IsSolid()) in Unpack2()
185 if (resource.IsSolid()) in Unpack2()
1016 if (s.Resource.IsSolid()) in ReadStreams()
1031 if (s.Resource.IsSolid()) in ReadStreams()
1254 if (!r.IsSolid()) in FillAndCheck()
1270 if (!r.IsSolid()) in FillAndCheck()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/Wim/
H A DWimIn.cpp157 if (!resource.IsCompressed() && !resource.IsSolid()) in Unpack2()
183 if (resource.IsSolid()) in Unpack2()
1004 if (s.Resource.IsSolid()) in ReadStreams()
1019 if (s.Resource.IsSolid()) in ReadStreams()
1242 if (!r.IsSolid()) in FillAndCheck()
1258 if (!r.IsSolid()) in FillAndCheck()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/7z/
H A D7zItem.h237 bool IsSolid() const in IsSolid() function
/dports/sysutils/squashfs-tools/CPP/7zip/Archive/7z/
H A D7zItem.h247 bool IsSolid() const in IsSolid() function
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/3rdparty/opennurbs/
H A Dopennurbs_beam.h403 bool IsSolid() const;
H A Dopennurbs_surface.h377 bool IsSolid() const;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Parse/
H A DTokenUtils.pas520 Result := pt.IsSolid and (pt.SolidTokenOnLineIndex = 0);
672 if TSourceToken(lcChild).IsSolid then
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/libs/kimath/include/geometry/
H A Dshape_poly_set.h90 virtual bool IsSolid() const override { return true; } in IsSolid() function
1071 bool IsSolid() const override in IsSolid() function
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Parse/
H A DTokenUtils.pas520 Result := pt.IsSolid and (pt.SolidTokenOnLineIndex = 0);
672 if TSourceToken(lcChild).IsSolid then
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_beam.h480 bool IsSolid() const;
H A Dopennurbs_surface.h375 bool IsSolid() const;
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dcolourcmn.cpp223 if ( IsSolid() ) in GetAsString()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/Nsis/
H A DNsisIn.cpp5035 if (!IsSolid) in SortItems()
5229 if (IsSolid) in Parse()
5698 IsSolid = true; in Open2()
5728 IsSolid = false; in Open2()
5735 IsSolid = false; in Open2()
5748 if (IsSolid) in Open2()
5768 Decoder.Solid = IsSolid; in Open2()
5779 if (IsSolid) in Open2()
5797 if (IsSolid) in Open2()

123456789