dplug v4.2.2 (2017-05-30T16:49:02Z)
Home
Dub
Repo
zbuf
dplug
graphics
pngload
Undocumented in source.
nothrow @
nogc
struct
zbuf {
const
(
ubyte
)*
zbuffer
;
const
(
ubyte
)*
zbuffer_end
;
int
num_bits
;
uint
code_buffer
;
ubyte
*
zout
;
ubyte
*
zout_start
;
ubyte
*
zout_end
;
int
z_expandable
;
zhuffman
z_length
;
zhuffman
z_distance
;
}
Members
Variables
code_buffer
uint
code_buffer
;
Undocumented in source.
num_bits
int
num_bits
;
z_distance
zhuffman
z_distance
;
Undocumented in source.
z_expandable
int
z_expandable
;
Undocumented in source.
z_length
zhuffman
z_length
;
Undocumented in source.
zbuffer
const
(
ubyte
)*
zbuffer
;
Undocumented in source.
zbuffer_end
const
(
ubyte
)*
zbuffer_end
;
Undocumented in source.
zout
ubyte
*
zout
;
Undocumented in source.
zout_end
ubyte
*
zout_end
;
Undocumented in source.
zout_start
ubyte
*
zout_start
;
Undocumented in source.
Meta
Source
See Implementation
dplug
graphics
pngload
enums
F_none
SCAN_load
STBI_default
functions
PNG_TYPE
at_eof
bit_reverse
bitreverse16
compute_huffman_codes
compute_y
convert_format
create_png_image
do_png
do_zlib
expand
expand_palette
fill_bits
get16
get16le
get32
get32le
get8
get8u
get_chunk_header
getn
init_defaults
parse_huffman_block
parse_png_file
parse_uncompressed_block
parse_zlib
parse_zlib_header
skip
start_mem
stbi_load_png_from_memory
stbi_png_load
stbi_zlib_decode_buffer
stbi_zlib_decode_malloc
stbi_zlib_decode_malloc_guesssize
stbi_zlib_decode_malloc_guesssize_headerflag
stbi_zlib_decode_noheader_buffer
stbi_zlib_decode_noheader_malloc
zbuild_huffman
zget8
zhuffman_decode
zreceive
manifest constants
STBI_VERSION
ZFAST_BITS
ZFAST_MASK
static functions
check_png_header
compute_transparency
create_png_image_raw
paeth
static variables
default_distance
default_length
dist_base
dist_extra
first_row_filter
length_base
length_extra
stbi_png_partial
structs
chunk
png
stbi
zbuf
zhuffman