-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
admin
authored and
admin
committed
Sep 22, 2023
1 parent
41230e8
commit 9326123
Showing
398 changed files
with
18,527 additions
and
15,703 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
LibRawFX/src/main/java/org/libraw/linuxosx/Constants$root.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
LibRawFX/src/main/java/org/libraw/linuxosx/constants$100.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
// Generated by jextract | ||
|
||
package org.libraw.linuxosx; | ||
|
||
import java.lang.invoke.MethodHandle; | ||
import java.lang.invoke.VarHandle; | ||
import java.nio.ByteOrder; | ||
import java.lang.foreign.*; | ||
import static java.lang.foreign.ValueLayout.*; | ||
final class constants$100 { | ||
|
||
// Suppresses default constructor, ensuring non-instantiability. | ||
private constants$100() {} | ||
static final VarHandle const$0 = constants$98.const$1.varHandle(MemoryLayout.PathElement.groupElement("cr3_ifd0_length")); | ||
static final VarHandle const$1 = constants$98.const$1.varHandle(MemoryLayout.PathElement.groupElement("thumb_misc")); | ||
static final VarHandle const$2 = constants$98.const$1.varHandle(MemoryLayout.PathElement.groupElement("fuji_layout")); | ||
static final VarHandle const$3 = constants$98.const$1.varHandle(MemoryLayout.PathElement.groupElement("tiff_samples")); | ||
static final VarHandle const$4 = constants$98.const$1.varHandle(MemoryLayout.PathElement.groupElement("tiff_bps")); | ||
static final VarHandle const$5 = constants$98.const$1.varHandle(MemoryLayout.PathElement.groupElement("tiff_compress")); | ||
} | ||
|
||
|
22 changes: 22 additions & 0 deletions
22
LibRawFX/src/main/java/org/libraw/linuxosx/constants$101.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
// Generated by jextract | ||
|
||
package org.libraw.linuxosx; | ||
|
||
import java.lang.invoke.MethodHandle; | ||
import java.lang.invoke.VarHandle; | ||
import java.nio.ByteOrder; | ||
import java.lang.foreign.*; | ||
import static java.lang.foreign.ValueLayout.*; | ||
final class constants$101 { | ||
|
||
// Suppresses default constructor, ensuring non-instantiability. | ||
private constants$101() {} | ||
static final VarHandle const$0 = constants$98.const$1.varHandle(MemoryLayout.PathElement.groupElement("tiff_sampleformat")); | ||
static final VarHandle const$1 = constants$98.const$1.varHandle(MemoryLayout.PathElement.groupElement("zero_after_ff")); | ||
static final VarHandle const$2 = constants$98.const$1.varHandle(MemoryLayout.PathElement.groupElement("tile_width")); | ||
static final VarHandle const$3 = constants$98.const$1.varHandle(MemoryLayout.PathElement.groupElement("tile_length")); | ||
static final VarHandle const$4 = constants$98.const$1.varHandle(MemoryLayout.PathElement.groupElement("load_flags")); | ||
static final VarHandle const$5 = constants$98.const$1.varHandle(MemoryLayout.PathElement.groupElement("data_error")); | ||
} | ||
|
||
|
Oops, something went wrong.