Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Zal0/ZGB
/ functions
Functions
326 in github.com/Zal0/ZGB
⨍
Functions
326
◇
Types & classes
56
↓ 2 callers
Function
color_tree_cleanup
tools/gbr2png/lodepng/lodepng.cpp:3120
↓ 2 callers
Function
color_tree_get
returns -1 if color not present, its index otherwise*/
tools/gbr2png/lodepng/lodepng.cpp:3131
↓ 2 callers
Function
countZeros
tools/gbr2png/lodepng/lodepng.cpp:1563
↓ 2 callers
Function
encodeLZ77
LZ77-encode the data. Return value is error code. The input are raw bytes, the output is in the form of unsigned integers with codes representing for
tools/gbr2png/lodepng/lodepng.cpp:1593
↓ 2 callers
Function
ensureBits17
See ensureBits documentation above. This one ensures up to 17 bits */
tools/gbr2png/lodepng/lodepng.cpp:510
↓ 2 callers
Function
ensureBits32
See ensureBits documentation above. This one ensures up to 32 bits */
tools/gbr2png/lodepng/lodepng.cpp:547
↓ 2 callers
Function
generateFixedDistanceTree
get the distance code tree of a deflated block with fixed tree, as specified in the deflate specification*/
tools/gbr2png/lodepng/lodepng.cpp:1080
↓ 2 callers
Function
generateFixedLitLenTree
get the literal and length code tree of a deflated block with fixed tree, as per the deflate specification*/
tools/gbr2png/lodepng/lodepng.cpp:1062
↓ 2 callers
Function
getHash
tools/gbr2png/lodepng/lodepng.cpp:1544
↓ 2 callers
Function
getNumColorChannels
tools/gbr2png/lodepng/lodepng.cpp:2648
↓ 2 callers
Function
isGrayICCProfile
tools/gbr2png/lodepng/lodepng.cpp:5826
↓ 2 callers
Function
isRGBICCProfile
tools/gbr2png/lodepng/lodepng.cpp:5840
↓ 2 callers
Function
lodepng_add_text
tools/gbr2png/lodepng/lodepng.cpp:2922
↓ 2 callers
Function
lodepng_add_text_sized
tools/gbr2png/lodepng/lodepng.cpp:2905
↓ 2 callers
Function
lodepng_assign_icc
same as set but does not delete */
tools/gbr2png/lodepng/lodepng.cpp:3002
↓ 2 callers
Function
lodepng_buffer_file
load file into buffer that already has the correct allocated size. Returns error code.*/
tools/gbr2png/lodepng/lodepng.cpp:365
↓ 2 callers
Function
lodepng_chunk_append
tools/gbr2png/lodepng/lodepng.cpp:2564
↓ 2 callers
Function
lodepng_chunk_check_crc
tools/gbr2png/lodepng/lodepng.cpp:2501
↓ 2 callers
Function
lodepng_chunk_data_const
tools/gbr2png/lodepng/lodepng.cpp:2497
↓ 2 callers
Function
lodepng_chunk_next
tools/gbr2png/lodepng/lodepng.cpp:2516
↓ 2 callers
Function
lodepng_chunk_next_const
tools/gbr2png/lodepng/lodepng.cpp:2532
↓ 2 callers
Function
lodepng_color_mode_alloc_palette
allocates palette memory if needed, and initializes all colors to black*/
tools/gbr2png/lodepng/lodepng.cpp:2677
↓ 2 callers
Function
lodepng_compute_color_stats
stats must already have been inited. */
tools/gbr2png/lodepng/lodepng.cpp:3692
↓ 2 callers
Function
lodepng_convert
tools/gbr2png/lodepng/lodepng.cpp:3524
↓ 2 callers
Function
lodepng_convert_rgb
Converts a single rgb color without alpha from one type to another, color bits truncated to their bitdepth. In case of single channel (gray or palette
tools/gbr2png/lodepng/lodepng.cpp:3605
↓ 2 callers
Function
lodepng_decode
tools/gbr2png/lodepng/lodepng.cpp:4984
↓ 2 callers
Function
lodepng_decode_file
tools/gbr2png/lodepng/lodepng.cpp:5047
↓ 2 callers
Function
lodepng_encode
tools/gbr2png/lodepng/lodepng.cpp:5847
↓ 2 callers
Function
lodepng_encode_file
tools/gbr2png/lodepng/lodepng.cpp:6132
↓ 2 callers
Function
lodepng_error_text
This returns the description of a numerical error code in English. This is also the documentation of all the error codes. */
tools/gbr2png/lodepng/lodepng.cpp:6172
↓ 2 callers
Function
lodepng_filesize
returns negative value on error. This should be pure C compatible, so no fstat. */
tools/gbr2png/lodepng/lodepng.cpp:345
↓ 2 callers
Function
lodepng_get_bpp_lct
tools/gbr2png/lodepng/lodepng.cpp:2660
↓ 2 callers
Function
lodepng_inflatev
tools/gbr2png/lodepng/lodepng.cpp:1388
↓ 2 callers
Function
lodepng_info_copy
tools/gbr2png/lodepng/lodepng.cpp:3070
↓ 2 callers
Function
lodepng_palette_clear
tools/gbr2png/lodepng/lodepng.cpp:2734
↓ 2 callers
Function
lodepng_save_file
write given buffer to the file, overwriting the file, it doesn't append to it.*/
tools/gbr2png/lodepng/lodepng.cpp:390
↓ 2 callers
Function
lodepng_state_copy
tools/gbr2png/lodepng/lodepng.cpp:5105
↓ 2 callers
Function
lodepng_zlib_decompressv
tools/gbr2png/lodepng/lodepng.cpp:2174
↓ 2 callers
Function
preProcessScanlines
out must be buffer big enough to contain uncompressed IDAT chunk data, and in must contain the full image. return value is error**/
tools/gbr2png/lodepng/lodepng.cpp:5742
↓ 2 callers
Function
readChunk_PLTE
tools/gbr2png/lodepng/lodepng.cpp:4382
↓ 2 callers
Function
readChunk_bKGD
background color chunk (bKGD)*/
tools/gbr2png/lodepng/lodepng.cpp:4432
↓ 2 callers
Function
readChunk_cHRM
tools/gbr2png/lodepng/lodepng.cpp:4671
↓ 2 callers
Function
readChunk_gAMA
tools/gbr2png/lodepng/lodepng.cpp:4662
↓ 2 callers
Function
readChunk_iCCP
tools/gbr2png/lodepng/lodepng.cpp:4696
↓ 2 callers
Function
readChunk_iTXt
international text chunk (iTXt)*/
tools/gbr2png/lodepng/lodepng.cpp:4551
↓ 2 callers
Function
readChunk_pHYs
tools/gbr2png/lodepng/lodepng.cpp:4651
↓ 2 callers
Function
readChunk_sRGB
tools/gbr2png/lodepng/lodepng.cpp:4687
↓ 2 callers
Function
readChunk_tEXt
text chunk (tEXt)*/
tools/gbr2png/lodepng/lodepng.cpp:4464
↓ 2 callers
Function
readChunk_tIME
tools/gbr2png/lodepng/lodepng.cpp:4637
↓ 2 callers
Function
readChunk_tRNS
tools/gbr2png/lodepng/lodepng.cpp:4402
↓ 2 callers
Function
readChunk_zTXt
compressed text chunk (zTXt)*/
tools/gbr2png/lodepng/lodepng.cpp:4504
↓ 2 callers
Function
removePaddingBits
tools/gbr2png/lodepng/lodepng.cpp:4312
↓ 2 callers
Function
reverseBits
tools/gbr2png/lodepng/lodepng.cpp:607
↓ 2 callers
Function
save_file
write given buffer to the file, overwriting the file, it doesn't append to it.*/
tools/gbr2png/lodepng/lodepng.cpp:6317
↓ 2 callers
Function
searchCodeIndex
search the index in the array, that has the largest value smaller than or equal to the given value, given array must be sorted (if no value is smaller
tools/gbr2png/lodepng/lodepng.cpp:1452
↓ 2 callers
Function
uivector_cleanup
tools/gbr2png/lodepng/lodepng.cpp:224
↓ 2 callers
Function
uivector_init
tools/gbr2png/lodepng/lodepng.cpp:246
↓ 2 callers
Function
updateHashChain
wpos = pos & (windowsize - 1)*/
tools/gbr2png/lodepng/lodepng.cpp:1574
↓ 2 callers
Function
writeLZ77data
write the lz77-encoded data, which has lit, len and dist codes, to compressed stream using huffman trees. tree_ll: the tree for lit and len codes. tre
tools/gbr2png/lodepng/lodepng.cpp:1782
↓ 1 callers
Function
Adam7_deinterlace
in: Adam7 interlaced image, with no padding bits between scanlines, but between reduced images so that each reduced image starts at a byte. out: the
tools/gbr2png/lodepng/lodepng.cpp:4272
↓ 1 callers
Function
Adam7_interlace
in: non-interlaced image with size w*h out: the same pixels, but re-ordered according to PNG's Adam7 interlacing, with no padding bits between scanli
tools/gbr2png/lodepng/lodepng.cpp:5701
↓ 1 callers
Function
CheckSRAMIntegrity
common/src/SRAM.c:9
↓ 1 callers
Function
ClearOAMs
common/src/OAMManager.c:48
↓ 1 callers
Function
DrawSprite
common/src/Sprite.c:88
↓ 1 callers
Function
FadeIn
common/src/Fade.c:7
↓ 1 callers
Function
FadeInCOLOR
common/src/Fade_b.c:67
↓ 1 callers
Function
FadeInDMG
common/src/Fade_b.c:40
↓ 1 callers
Function
FadeIn_b
common/src/Fade_b.c:74
↓ 1 callers
Function
FadeOut
common/src/Fade.c:11
↓ 1 callers
Function
FadeOutColor
common/src/Fade_b.c:87
↓ 1 callers
Function
FadeOutDMG
common/src/Fade_b.c:83
↓ 1 callers
Function
FadeOut_b
common/src/Fade_b.c:94
↓ 1 callers
Function
GetGBRPath
tools/gbm2c/gbm2c.cpp:86
↓ 1 callers
Function
GetScrollTilePtr
common/src/Scroll.c:475
↓ 1 callers
Function
HuffmanTree_makeTable
make table for huffman decoding */
tools/gbr2png/lodepng/lodepng.cpp:690
↓ 1 callers
Function
InitScrollWithTiles
common/src/Scroll.c:291
↓ 1 callers
Function
InitSprite
common/src/Sprite.c:16
↓ 1 callers
Function
InitSprites
common/src/ZGBMain_Init.c:49
↓ 1 callers
Function
InitStates
common/src/ZGBMain_Init.c:16
↓ 1 callers
Function
LodePNGBitWriter_init
tools/gbr2png/lodepng/lodepng.cpp:415
↓ 1 callers
Function
LodePNGIText_copy
tools/gbr2png/lodepng/lodepng.cpp:2954
↓ 1 callers
Function
LodePNGIText_init
tools/gbr2png/lodepng/lodepng.cpp:2932
↓ 1 callers
Function
LodePNGText_copy
tools/gbr2png/lodepng/lodepng.cpp:2894
↓ 1 callers
Function
LodePNGText_init
tools/gbr2png/lodepng/lodepng.cpp:2878
↓ 1 callers
Function
LodePNGUnknownChunks_copy
tools/gbr2png/lodepng/lodepng.cpp:2858
↓ 1 callers
Function
MoveScroll
common/src/Scroll.c:435
↓ 1 callers
Function
ReadHeader
tools/gbm2c/gbm2c.cpp:37
↓ 1 callers
Function
RefreshScroll
common/src/Scroll.c:421
↓ 1 callers
Function
ScrollSetMap
common/src/Scroll.c:257
↓ 1 callers
Function
ScrollUpdateRow
common/src/Scroll.c:351
↓ 1 callers
Function
SetBank
common/src/SpriteManager.c:164
↓ 1 callers
Function
SetTile
common/src/Scroll.c:66
↓ 1 callers
Function
SpriteManagerAdd
This has to be declared outside because of an LCC bug (easy to see with the Princess' Axe)
common/src/SpriteManager.c:95
↓ 1 callers
Function
SpriteManagerFlushRemove
common/src/SpriteManager.c:148
↓ 1 callers
Function
SpriteManagerLoad
common/src/SpriteManager.c:52
↓ 1 callers
Function
SpriteManagerReset
common/src/SpriteManager.c:22
↓ 1 callers
Function
SpriteManagerUpdate
common/src/SpriteManager.c:182
↓ 1 callers
Function
SwapOAMs
common/src/OAMManager.c:21
↓ 1 callers
Function
VectorAdd
common/src/Vector.c:5
↓ 1 callers
Function
VectorRemovePos
common/src/Vector.c:9
← previous
next →
101–200 of 326, ranked by callers