Home
last modified time | relevance | path

Searched refs:IsSolid (Results 76 – 100 of 213) sorted by relevance

123456789

/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Process/Transform/
H A DSortUsesData.pas261 if (not lbHasSolid) and pcToken.IsSolid then
432 if lcNextToken.IsSolid then
/dports/editors/lazarus/lazarus/components/jcf2/Process/Indent/
H A DIndenter.pas87 Result := lcTest.IsSolid;
104 if TSourceToken(lcParent.ChildNodes[liLoop]).IsSolid then
180 while (lcExprStart <> nil) and ( not lcExprStart.IsSolid) do
/dports/editors/lazarus-qt5/lazarus/components/jcf2/Process/Indent/
H A DIndenter.pas87 Result := lcTest.IsSolid;
104 if TSourceToken(lcParent.ChildNodes[liLoop]).IsSolid then
180 while (lcExprStart <> nil) and ( not lcExprStart.IsSolid) do
/dports/games/openspades/openspades-0.1.3/Sources/Draw/
H A DGLMapChunk.h76 bool IsSolid(int x, int y, int z);
H A DGLMapShadowRenderer.cpp201 if (map->IsSolid(x, y, z) && z < 63) { in GeneratePixel()
211 if (map->IsSolid(x, y, z) && z < 63) { in GeneratePixel()
H A DSWFlatMapRenderer.cpp97 if (map->IsSolid(x, y, z)) { in GeneratePixel()
H A DGLFlatMapRenderer.cpp66 if (map->IsSolid(px, py, z)) { in GenerateBitmap()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/Rar/
H A DRarItem.h47 bool IsSolid() const { return (Flags & NHeader::NFile::kSolid) != 0; } in IsSolid() function
H A DRarIn.h43 bool IsSolid() const { return (Flags & NHeader::NArchive::kSolid) != 0; } in IsSolid() function
/dports/games/meritous/meritous_v12_src/src/
H A Dlevelblit.h43 int IsSolid(unsigned char tile);
/dports/cad/horizon-eda/horizon-2.1.0/3rd_party/router/include/geometry/
H A Dshape_arc.h81 bool IsSolid() const override in IsSolid() function
H A Dshape_rect.h140 bool IsSolid() const override in IsSolid() function
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/
H A Dcolour.h208 virtual bool IsSolid() const;
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/Rar/
H A DRarItem.h48 bool IsSolid() const { return (Flags & NHeader::NFile::kSolid) != 0; } in IsSolid() function
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/Rar/
H A DRarItem.h48 bool IsSolid() const { return (Flags & NHeader::NFile::kSolid) != 0; } in IsSolid() function
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/libs/kimath/src/geometry/
H A Dshape_compound.cpp111 bool SHAPE_COMPOUND::IsSolid() const in IsSolid() function in SHAPE_COMPOUND
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/libs/kimath/include/geometry/
H A Dshape_simple.h168 bool IsSolid() const override in IsSolid() function
H A Dshape_circle.h134 bool IsSolid() const override in IsSolid() function
H A Dshape_compound.h112 bool IsSolid() const override;
H A Dshape_rect.h165 bool IsSolid() const override in IsSolid() function
H A Dshape.h229 virtual bool IsSolid() const = 0;
H A Dshape_segment.h141 bool IsSolid() const override in IsSolid() function
H A Dshape_arc.h161 bool IsSolid() const override in IsSolid() function
/dports/games/openspades/openspades-0.1.3/Sources/Core/
H A DVoxelModel.h82 bool IsSolid(int x, int y, int z) const { in IsSolid() function
/dports/games/openspades/openspades-0.1.3/Sources/Client/
H A DWorld.cpp110 if (map && map->IsSolid(block.x, block.y, block.z)) { in Advance()
285 if (map->IsSolid(pos.x, pos.y, pos.z)) { in ApplyBlockActions()
296 if (!map->IsSolid(cell.x, cell.y, cell.z)) in ApplyBlockActions()

123456789