tiny.png.EncodeScratch
Defined in tiny.png.
API (5)
Actions
Public operations.
Types and contracts
Public types and contracts.
Fields and members
Public fields and members.
Source
Source: lib/png/src/encode/plan.zig:24
zig
pub const Scratch = struct { window: [flate.max_window_len]u8 = undefined, raw: [stream_bytes]u8 = undefined, count: [stream_bytes]u8 = undefined, pub const bytes: usize = flate.max_window_len + stream_bytes * 2; pub fn regions(self: *Scratch) ScratchRegions { return .{ .window = &self.window, .raw = &self.raw, .count = &self.count }; }};Source: lib/png/src/root.zig:20
zig
pub const EncodeScratch = encode.Scratch;Also reachable as
Audit
| Definitions | 3 |
|---|---|
| Public names | 6 |
| Members | 3 |
| Version | 26.7.0 |
| Revision | daab053ee433 |