Functions | |
| absl::StatusOr< std::vector< uint8_t > > | ReadBinaryFileAtPath (const fs::path &path) |
| bool | PathStartsWith (const fs::path &path, const fs::path &root) |
| bool | IsPortableAssetComponent (std::string_view component) |
| std::vector< CustomObject::TileMapEntry > | VisibleRuntimeTiles (const CustomObject &object) |
Variables | |
| constexpr int | kBufferStrideBytes = 128 |
| constexpr int | kBufferWidthTiles = kBufferStrideBytes / 2 |
| constexpr int | kBufferHeightTiles = 64 |
| constexpr int | kBufferSizeBytes = kBufferStrideBytes * kBufferHeightTiles |
| constexpr int | kMaxSegmentTiles = 0x20 |
| const core::SourceArtifactPublisherLabels | kCustomObjectPublisherLabels |
| absl::StatusOr< std::vector< uint8_t > > yaze::zelda3::anonymous_namespace{custom_object.cc}::ReadBinaryFileAtPath | ( | const fs::path & | path | ) |
Definition at line 39 of file custom_object.cc.
References ReadBinaryFileAtPath().
Referenced by ReadBinaryFileAtPath().

| bool yaze::zelda3::anonymous_namespace{custom_object.cc}::PathStartsWith | ( | const fs::path & | path, |
| const fs::path & | root ) |
Definition at line 55 of file custom_object.cc.
References PathStartsWith().
Referenced by PathStartsWith().

| bool yaze::zelda3::anonymous_namespace{custom_object.cc}::IsPortableAssetComponent | ( | std::string_view | component | ) |
Definition at line 66 of file custom_object.cc.
References IsPortableAssetComponent().
Referenced by IsPortableAssetComponent().

| std::vector< CustomObject::TileMapEntry > yaze::zelda3::anonymous_namespace{custom_object.cc}::VisibleRuntimeTiles | ( | const CustomObject & | object | ) |
Definition at line 94 of file custom_object.cc.
References VisibleRuntimeTiles().
Referenced by VisibleRuntimeTiles().

|
constexpr |
Definition at line 28 of file custom_object.cc.
|
constexpr |
Definition at line 29 of file custom_object.cc.
|
constexpr |
Definition at line 30 of file custom_object.cc.
|
constexpr |
Definition at line 31 of file custom_object.cc.
|
constexpr |
Definition at line 32 of file custom_object.cc.
| const core::SourceArtifactPublisherLabels yaze::zelda3::anonymous_namespace{custom_object.cc}::kCustomObjectPublisherLabels |
Definition at line 34 of file custom_object.cc.