MCPcopy Create free account

hub / github.com/CRVI/OpenCLIPP / functions

Functions972 in github.com/CRVI/OpenCLIPP

↓ 1 callersFunctionadd_coins
Test-OpenCLIPP/png/lodepng.c:699
↓ 1 callersFunctionadd_coins
Demo/png/lodepng.cpp:699
↓ 1 callersFunctioncoin_cleanup
argument c is void* so that this dtor can be given as function pointer to the vector resize function*/
Test-OpenCLIPP/png/lodepng.c:688
↓ 1 callersFunctioncoin_cleanup
argument c is void* so that this dtor can be given as function pointer to the vector resize function*/
Demo/png/lodepng.cpp:688
↓ 1 callersFunctioncoin_copy
Test-OpenCLIPP/png/lodepng.c:693
↓ 1 callersFunctioncoin_copy
Demo/png/lodepng.cpp:693
↓ 1 callersFunctioncoin_init
Test-OpenCLIPP/png/lodepng.c:682
↓ 1 callersFunctioncoin_init
Demo/png/lodepng.cpp:682
↓ 1 callersFunctioncolor_profile_cleanup
Test-OpenCLIPP/png/lodepng.c:3541
↓ 1 callersFunctioncolor_profile_cleanup
Demo/png/lodepng.cpp:3541
↓ 1 callersFunctioncolor_profile_init
Test-OpenCLIPP/png/lodepng.c:3514
↓ 1 callersFunctioncolor_profile_init
Demo/png/lodepng.cpp:3514
↓ 1 callersFunctiondecode
Demo/png/lodepng.cpp:6161
↓ 1 callersFunctiondecodeGeneric
read a PNG, the result will be in the same color type as the PNG (hence "generic")*/
Test-OpenCLIPP/png/lodepng.c:4587
↓ 1 callersFunctiondecodeGeneric
read a PNG, the result will be in the same color type as the PNG (hence "generic")*/
Demo/png/lodepng.cpp:4587
↓ 1 callersFunctiondeflate
Test-OpenCLIPP/png/lodepng.c:2046
↓ 1 callersFunctiondeflate
Demo/png/lodepng.cpp:2046
↓ 1 callersFunctiondeflateDynamic
Deflate for a block of type "dynamic", that is, with freely, optimally, created huffman trees*/
Test-OpenCLIPP/png/lodepng.c:1701
↓ 1 callersFunctiondeflateDynamic
Deflate for a block of type "dynamic", that is, with freely, optimally, created huffman trees*/
Demo/png/lodepng.cpp:1701
↓ 1 callersFunctiondeflateFixed
Test-OpenCLIPP/png/lodepng.c:1946
↓ 1 callersFunctiondeflateFixed
Demo/png/lodepng.cpp:1946
↓ 1 callersFunctiondeflateNoCompression
Test-OpenCLIPP/png/lodepng.c:1630
↓ 1 callersFunctiondeflateNoCompression
Demo/png/lodepng.cpp:1630
↓ 1 callersFunctionencode
Demo/png/lodepng.cpp:6218
↓ 1 callersFunctionfindPlatform
C++/OpenCL.cpp:274
↓ 1 callersFunctionfind_lanczos_buffer_size
C++/programs/Transform.cpp:133
↓ 1 callersFunctionflog2
log2 approximation. A slight bit faster than std::log. */
Test-OpenCLIPP/png/lodepng.c:5250
↓ 1 callersFunctionflog2
log2 approximation. A slight bit faster than std::log. */
Demo/png/lodepng.cpp:5250
↓ 1 callersFunctiongetPaletteTranslucency
palette must have 4 * palettesize bytes allocated, and given in format RGBARGBARGBARGBA... returns 0 if the palette is opaque, returns 1 if the palett
Test-OpenCLIPP/png/lodepng.c:5655
↓ 1 callersFunctiongetPaletteTranslucency
palette must have 4 * palettesize bytes allocated, and given in format RGBARGBARGBARGBA... returns 0 if the palette is opaque, returns 1 if the palett
Demo/png/lodepng.cpp:5655
↓ 1 callersFunctiongetTreeInflateDynamic
get the tree of a deflated block with dynamic tree, the tree itself is also Huffman compressed with a known tree*/
Test-OpenCLIPP/png/lodepng.c:986
↓ 1 callersFunctiongetTreeInflateDynamic
get the tree of a deflated block with dynamic tree, the tree itself is also Huffman compressed with a known tree*/
Demo/png/lodepng.cpp:986
↓ 1 callersFunctiongetTreeInflateFixed
get the tree of a deflated block with fixed tree, as specified in the deflate specification*/
Test-OpenCLIPP/png/lodepng.c:978
↓ 1 callersFunctiongetTreeInflateFixed
get the tree of a deflated block with fixed tree, as specified in the deflate specification*/
Demo/png/lodepng.cpp:978
↓ 1 callersFunctionget_color_profile
profile must already have been inited with mode. It's ok to set some parameters of profile to done already.*/
Test-OpenCLIPP/png/lodepng.c:3578
↓ 1 callersFunctionget_color_profile
profile must already have been inited with mode. It's ok to set some parameters of profile to done already.*/
Demo/png/lodepng.cpp:3578
↓ 1 callersFunctionhash_cleanup
Test-OpenCLIPP/png/lodepng.c:1425
↓ 1 callersFunctionhash_cleanup
Demo/png/lodepng.cpp:1425
↓ 1 callersFunctionhash_init
Test-OpenCLIPP/png/lodepng.c:1407
↓ 1 callersFunctionhash_init
Demo/png/lodepng.cpp:1407
↓ 1 callersFunctioninflate
Test-OpenCLIPP/png/lodepng.c:1311
↓ 1 callersFunctioninflate
Demo/png/lodepng.cpp:1311
↓ 1 callersFunctioninflateHuffmanBlock
inflate a block with dynamic of fixed Huffman tree*/
Test-OpenCLIPP/png/lodepng.c:1134
↓ 1 callersFunctioninflateHuffmanBlock
inflate a block with dynamic of fixed Huffman tree*/
Demo/png/lodepng.cpp:1134
↓ 1 callersFunctioninflateNoCompression
Test-OpenCLIPP/png/lodepng.c:1234
↓ 1 callersFunctioninflateNoCompression
Demo/png/lodepng.cpp:1234
↓ 1 callersFunctionload_file
Test-OpenCLIPP/png/lodepng.c:6066
↓ 1 callersFunctionload_file
Demo/png/lodepng.cpp:6066
↓ 1 callersFunctionlodepng_auto_choose_color
updates values of mode with a potentially smaller color model. mode_out should contain the user chosen color model, but will be overwritten with the n
Test-OpenCLIPP/png/lodepng.c:3782
↓ 1 callersFunctionlodepng_auto_choose_color
updates values of mode with a potentially smaller color model. mode_out should contain the user chosen color model, but will be overwritten with the n
Demo/png/lodepng.cpp:3782
↓ 1 callersFunctionlodepng_can_have_alpha
Test-OpenCLIPP/png/lodepng.c:2663
↓ 1 callersFunctionlodepng_can_have_alpha
Demo/png/lodepng.cpp:2663
↓ 1 callersFunctionlodepng_chunk_ancillary
Test-OpenCLIPP/png/lodepng.c:2406
↓ 1 callersFunctionlodepng_chunk_ancillary
Demo/png/lodepng.cpp:2406
↓ 1 callersFunctionlodepng_chunk_check_crc
Test-OpenCLIPP/png/lodepng.c:2431
↓ 1 callersFunctionlodepng_chunk_check_crc
Demo/png/lodepng.cpp:2431
↓ 1 callersFunctionlodepng_chunk_create
Test-OpenCLIPP/png/lodepng.c:2479
↓ 1 callersFunctionlodepng_chunk_create
Demo/png/lodepng.cpp:2479
↓ 1 callersFunctionlodepng_chunk_data_const
Test-OpenCLIPP/png/lodepng.c:2426
↓ 1 callersFunctionlodepng_chunk_data_const
Demo/png/lodepng.cpp:2426
↓ 1 callersFunctionlodepng_chunk_generate_crc
Test-OpenCLIPP/png/lodepng.c:2441
↓ 1 callersFunctionlodepng_chunk_generate_crc
Demo/png/lodepng.cpp:2441
↓ 1 callersFunctionlodepng_chunk_next
Test-OpenCLIPP/png/lodepng.c:2448
↓ 1 callersFunctionlodepng_chunk_next
Demo/png/lodepng.cpp:2448
↓ 1 callersFunctionlodepng_chunk_next_const
Test-OpenCLIPP/png/lodepng.c:2454
↓ 1 callersFunctionlodepng_chunk_next_const
Demo/png/lodepng.cpp:2454
↓ 1 callersFunctionlodepng_compress_settings_init
Test-OpenCLIPP/png/lodepng.c:2245
↓ 1 callersFunctionlodepng_compress_settings_init
Demo/png/lodepng.cpp:2245
↓ 1 callersFunctionlodepng_decode24_file
Test-OpenCLIPP/png/lodepng.c:4849
↓ 1 callersFunctionlodepng_decoder_settings_init
Test-OpenCLIPP/png/lodepng.c:4855
↓ 1 callersFunctionlodepng_decoder_settings_init
Demo/png/lodepng.cpp:4855
↓ 1 callersFunctionlodepng_decompress_settings_init
Test-OpenCLIPP/png/lodepng.c:2267
↓ 1 callersFunctionlodepng_decompress_settings_init
Demo/png/lodepng.cpp:2267
↓ 1 callersFunctionlodepng_deflate
Test-OpenCLIPP/png/lodepng.c:2033
↓ 1 callersFunctionlodepng_deflate
Demo/png/lodepng.cpp:2033
↓ 1 callersFunctionlodepng_deflatev
Test-OpenCLIPP/png/lodepng.c:1994
↓ 1 callersFunctionlodepng_deflatev
Demo/png/lodepng.cpp:1994
↓ 1 callersFunctionlodepng_encode24_file
Test-OpenCLIPP/png/lodepng.c:5924
↓ 1 callersFunctionlodepng_encoder_settings_init
Test-OpenCLIPP/png/lodepng.c:5930
↓ 1 callersFunctionlodepng_encoder_settings_init
Demo/png/lodepng.cpp:5930
↓ 1 callersFunctionlodepng_has_palette_alpha
Test-OpenCLIPP/png/lodepng.c:2653
↓ 1 callersFunctionlodepng_has_palette_alpha
Demo/png/lodepng.cpp:2653
↓ 1 callersFunctionlodepng_huffman_code_lengths
Test-OpenCLIPP/png/lodepng.c:762
↓ 1 callersFunctionlodepng_huffman_code_lengths
Demo/png/lodepng.cpp:762
↓ 1 callersFunctionlodepng_inflate
Test-OpenCLIPP/png/lodepng.c:1298
↓ 1 callersFunctionlodepng_inflate
Demo/png/lodepng.cpp:1298
↓ 1 callersFunctionlodepng_inflatev
Test-OpenCLIPP/png/lodepng.c:1264
↓ 1 callersFunctionlodepng_inflatev
Demo/png/lodepng.cpp:1264
↓ 1 callersFunctionlodepng_inspect
read the information from the header and store it in the LodePNGInfo. return value is error*/
Test-OpenCLIPP/png/lodepng.c:3976
↓ 1 callersFunctionlodepng_inspect
read the information from the header and store it in the LodePNGInfo. return value is error*/
Demo/png/lodepng.cpp:3976
↓ 1 callersFunctionlodepng_is_alpha_type
Test-OpenCLIPP/png/lodepng.c:2643
↓ 1 callersFunctionlodepng_is_alpha_type
Demo/png/lodepng.cpp:2643
↓ 1 callersFunctionlodepng_is_greyscale_type
Test-OpenCLIPP/png/lodepng.c:2638
↓ 1 callersFunctionlodepng_is_greyscale_type
Demo/png/lodepng.cpp:2638
↓ 1 callersFunctionlodepng_load_file
Test-OpenCLIPP/png/lodepng.c:375
↓ 1 callersFunctionlodepng_load_file
Demo/png/lodepng.cpp:375
↓ 1 callersFunctionlodepng_palette_add
Test-OpenCLIPP/png/lodepng.c:2606
↓ 1 callersFunctionlodepng_palette_add
Demo/png/lodepng.cpp:2606
↓ 1 callersFunctionlodepng_save_file
write given buffer to the file, overwriting the file, it doesn't append to it.*/
Test-OpenCLIPP/png/lodepng.c:403
↓ 1 callersFunctionlodepng_save_file
write given buffer to the file, overwriting the file, it doesn't append to it.*/
Demo/png/lodepng.cpp:403
← previousnext →401–500 of 972, ranked by callers