MCPcopy Create free account

hub / github.com/Zal0/ZGB / functions

Functions326 in github.com/Zal0/ZGB

↓ 1 callersFunctionaddChunk_IDAT
tools/gbr2png/lodepng/lodepng.cpp:5205
↓ 1 callersFunctionaddChunk_IEND
tools/gbr2png/lodepng/lodepng.cpp:5219
↓ 1 callersFunctionaddChunk_IHDR
tools/gbr2png/lodepng/lodepng.cpp:5132
↓ 1 callersFunctionaddChunk_bKGD
tools/gbr2png/lodepng/lodepng.cpp:5310
↓ 1 callersFunctionaddChunk_cHRM
tools/gbr2png/lodepng/lodepng.cpp:5364
↓ 1 callersFunctionaddChunk_gAMA
tools/gbr2png/lodepng/lodepng.cpp:5356
↓ 1 callersFunctionaddChunk_iCCP
tools/gbr2png/lodepng/lodepng.cpp:5384
↓ 1 callersFunctionaddChunk_iTXt
tools/gbr2png/lodepng/lodepng.cpp:5266
↓ 1 callersFunctionaddChunk_pHYs
tools/gbr2png/lodepng/lodepng.cpp:5346
↓ 1 callersFunctionaddChunk_sRGB
tools/gbr2png/lodepng/lodepng.cpp:5379
↓ 1 callersFunctionaddChunk_tIME
tools/gbr2png/lodepng/lodepng.cpp:5332
↓ 1 callersFunctionaddChunk_tRNS
tools/gbr2png/lodepng/lodepng.cpp:5168
↓ 1 callersFunctionaddChunk_zTXt
tools/gbr2png/lodepng/lodepng.cpp:5238
↓ 1 callersFunctionaddLengthDistance
tools/gbr2png/lodepng/lodepng.cpp:1466
↓ 1 callersFunctionauto_choose_color
Computes a minimal PNG color model that can contain all colors as indicated by the stats. The stats should be computed with lodepng_compute_color_stat
tools/gbr2png/lodepng/lodepng.cpp:3902
↓ 1 callersFunctionboundaryPM
Boundary Package Merge step, numpresent is the amount of leaves, and c is the current chain.*/
tools/gbr2png/lodepng/lodepng.cpp:942
↓ 1 callersFunctionbpmnode_sort
sort the leaves with stable mergesort*/
tools/gbr2png/lodepng/lodepng.cpp:919
↓ 1 callersFunctioncolor_tree_has
tools/gbr2png/lodepng/lodepng.cpp:3142
↓ 1 callersFunctiondecodeGeneric
read a PNG, the result will be in the same color type as the PNG (hence "generic")*/
tools/gbr2png/lodepng/lodepng.cpp:4790
↓ 1 callersFunctiondeflate
tools/gbr2png/lodepng/lodepng.cpp:2125
↓ 1 callersFunctiondeflateDynamic
Deflate for a block of type "dynamic", that is, with freely, optimally, created huffman trees*/
tools/gbr2png/lodepng/lodepng.cpp:1807
↓ 1 callersFunctiondeflateFixed
tools/gbr2png/lodepng/lodepng.cpp:2029
↓ 1 callersFunctiondeflateNoCompression
tools/gbr2png/lodepng/lodepng.cpp:1744
↓ 1 callersFunctionencode
tools/gbr2png/lodepng/lodepng.cpp:6438
↓ 1 callersFunctiongetPixelColorsRGB8
Similar to getPixelColorsRGBA8, but with 3-channel RGB output.*/
tools/gbr2png/lodepng/lodepng.cpp:3424
↓ 1 callersFunctiongetPixelColorsRGBA8
Similar to getPixelColorRGBA8, but with all the for loops inside of the color mode test cases, optimized to convert the colors much faster, when conve
tools/gbr2png/lodepng/lodepng.cpp:3328
↓ 1 callersFunctiongetTreeInflateDynamic
get the tree of a deflated block with dynamic tree, the tree itself is also Huffman compressed with a known tree*/
tools/gbr2png/lodepng/lodepng.cpp:1130
↓ 1 callersFunctiongetTreeInflateFixed
get the tree of a deflated block with fixed tree, as specified in the deflate specification Returns error code.*/
tools/gbr2png/lodepng/lodepng.cpp:1123
↓ 1 callersFunctiongetValueRequiredBits
Returns how many bits needed to represent given value (max 8 bit)*/
tools/gbr2png/lodepng/lodepng.cpp:3684
↓ 1 callersFunctionhash_cleanup
tools/gbr2png/lodepng/lodepng.cpp:1532
↓ 1 callersFunctionhash_init
tools/gbr2png/lodepng/lodepng.cpp:1507
↓ 1 callersFunctionilog2
integer binary logarithm, max return value is 31 */
tools/gbr2png/lodepng/lodepng.cpp:5457
↓ 1 callersFunctionilog2i
integer approximation for i * log2(i), helper function for LFS_ENTROPY */
tools/gbr2png/lodepng/lodepng.cpp:5468
↓ 1 callersFunctioninflateHuffmanBlock
inflate a block with dynamic of fixed Huffman tree. btype must be 1 or 2.*/
tools/gbr2png/lodepng/lodepng.cpp:1263
↓ 1 callersFunctioninflateNoCompression
tools/gbr2png/lodepng/lodepng.cpp:1356
↓ 1 callersFunctioninflatev
tools/gbr2png/lodepng/lodepng.cpp:1423
↓ 1 callersFunctionload_file
tools/gbr2png/lodepng/lodepng.cpp:6309
↓ 1 callersFunctionlodepng_add_itext
tools/gbr2png/lodepng/lodepng.cpp:2996
↓ 1 callersFunctionlodepng_can_have_alpha
tools/gbr2png/lodepng/lodepng.cpp:2786
↓ 1 callersFunctionlodepng_chunk_ancillary
tools/gbr2png/lodepng/lodepng.cpp:2481
↓ 1 callersFunctionlodepng_color_mode_make
tools/gbr2png/lodepng/lodepng.cpp:2709
↓ 1 callersFunctionlodepng_color_stats_add
Adds a single color to the color stats. The stats must already have been inited. The color must be given as 16-bit (with 2 bytes repeating for 8-bit a
tools/gbr2png/lodepng/lodepng.cpp:3879
↓ 1 callersFunctionlodepng_color_stats_init
tools/gbr2png/lodepng/lodepng.cpp:3657
↓ 1 callersFunctionlodepng_compress_settings_init
tools/gbr2png/lodepng/lodepng.cpp:2333
↓ 1 callersFunctionlodepng_decoder_settings_init
tools/gbr2png/lodepng/lodepng.cpp:5070
↓ 1 callersFunctionlodepng_decompress_settings_init
tools/gbr2png/lodepng/lodepng.cpp:2354
↓ 1 callersFunctionlodepng_deflate
tools/gbr2png/lodepng/lodepng.cpp:2115
↓ 1 callersFunctionlodepng_deflatev
tools/gbr2png/lodepng/lodepng.cpp:2074
↓ 1 callersFunctionlodepng_encoder_settings_init
tools/gbr2png/lodepng/lodepng.cpp:6151
↓ 1 callersFunctionlodepng_gtofl
Safely check if a + b > c, even if overflow could happen. */
tools/gbr2png/lodepng/lodepng.cpp:164
↓ 1 callersFunctionlodepng_has_palette_alpha
tools/gbr2png/lodepng/lodepng.cpp:2778
↓ 1 callersFunctionlodepng_huffman_code_lengths
tools/gbr2png/lodepng/lodepng.cpp:967
↓ 1 callersFunctionlodepng_inspect
read the information from the header and store it in the LodePNGInfo. return value is error*/
tools/gbr2png/lodepng/lodepng.cpp:4037
↓ 1 callersFunctionlodepng_is_alpha_type
tools/gbr2png/lodepng/lodepng.cpp:2770
↓ 1 callersFunctionlodepng_is_greyscale_type
tools/gbr2png/lodepng/lodepng.cpp:2766
↓ 1 callersFunctionlodepng_load_file
tools/gbr2png/lodepng/lodepng.cpp:378
↓ 1 callersFunctionlodepng_palette_add
tools/gbr2png/lodepng/lodepng.cpp:2740
↓ 1 callersFunctionlodepng_pixel_overflow
Safely checks whether size_t overflow can be caused due to amount of pixels. This check is overcautious rather than precise. If this check indicates n
tools/gbr2png/lodepng/lodepng.cpp:2824
↓ 1 callersFunctionlodepng_zlib_compress
tools/gbr2png/lodepng/lodepng.cpp:2255
↓ 1 callersFunctionpostProcessScanlines
out must be buffer big enough to contain full image, and in must contain the full decompressed data from the IDAT chunks (with filter index bytes and
tools/gbr2png/lodepng/lodepng.cpp:4339
↓ 1 callersFunctionrgba16ToPixel
put a pixel, given its RGBA16 color, into image of any color 16-bitdepth type*/
tools/gbr2png/lodepng/lodepng.cpp:3221
↓ 1 callersFunctionrgba8ToPixel
put a pixel, given its RGBA color, into image of any color type*/
tools/gbr2png/lodepng/lodepng.cpp:3167
↓ 1 callersFunctionset_sgb_border
common/src/SGB.c:18
↓ 1 callersFunctionunfilterScanline
tools/gbr2png/lodepng/lodepng.cpp:4101
↓ 1 callersFunctionupdate_adler32
tools/gbr2png/lodepng/lodepng.cpp:2143
↓ 1 callersFunctionupdate_attr
common/src/Sprite.c:53
↓ 1 callersFunctionwriteSignature
tools/gbr2png/lodepng/lodepng.cpp:5123
FunctionCheckCollision
common/src/Sprite.c:283
FunctionGetBank
tools/gbr2c/gbrParser .cpp:21
FunctionGetMapSize
common/src/Scroll.c:490
FunctionGetScrollTile
common/src/Scroll.c:482
FunctionInitScroll
common/src/Scroll.c:278
FunctionLCD_isr
common/src/main.c:69
FunctionLoadMap
common/src/Scroll.c:210
FunctionLoadSGBBorder
common/src/SGB.c:73
FunctionMusicCallback
common/src/Music.c:8
FunctionPlayFx
common/src/Sound.c:13
FunctionPopBank
common/src/BankManager.c:28
FunctionPrintf
common/src/Print.c:13
FunctionPushBank
common/src/BankManager.c:7
FunctionScrollFindTile
common/src/Scroll.c:498
FunctionScrollUpdateColumn
common/src/Scroll.c:400
FunctionSetSpriteAnim
common/src/Sprite.c:43
FunctionSetState
common/src/main.c:26
FunctionSetWindowY
common/src/main.c:83
FunctionSpriteManagerRemoveSprite
common/src/SpriteManager.c:136
MethodState
tools/gbr2png/lodepng/lodepng.cpp:6365
FunctionTranslateSprite
common/src/Sprite.c:144
Function__PlayMusic
common/src/Music.c:40
Functioncompress
tools/gbr2png/lodepng/lodepng.cpp:6343
Functiondecode
tools/gbr2png/lodepng/lodepng.cpp:6385
Functiondecompress
tools/gbr2png/lodepng/lodepng.cpp:6324
Functionempty
common/src/BankManager.c:5
FunctionhUGE_mute
common/src/Music.c:18
FunctionhUGE_reset_wave
common/include/hUGEDriver.h:138
Functionif
common/src/main.c:141
Functionlode_png_test_bitreader
Public for testing only. steps and result must have numsteps values. */
tools/gbr2png/lodepng/lodepng.cpp:587
Functionlodepng_chunk_create
tools/gbr2png/lodepng/lodepng.cpp:2620
Functionlodepng_chunk_data
tools/gbr2png/lodepng/lodepng.cpp:2493
Functionlodepng_chunk_find
tools/gbr2png/lodepng/lodepng.cpp:2548
← previousnext →201–300 of 326, ranked by callers