MCPcopy Create free account

hub / github.com/GRAnimated/MinecraftLCE / functions

Functions4,322 in github.com/GRAnimated/MinecraftLCE

↓ 2 callersFunctionpng_cache_unknown_chunk
Utility function for png_handle_unknown; set up png_ptr::unknown_chunk */
lib/libpng/pngrutil.c:2690
↓ 2 callersFunctionpng_check_chunk_name
lib/libpng/pngrutil.c:2962
↓ 2 callersFunctionpng_chunk_unknown_handling
lib/libpng/png.c:859
↓ 2 callersFunctionpng_colorspace_check_gamma
always set if COLORSPACE */
lib/libpng/png.c:970
↓ 2 callersFunctionpng_colorspace_check_xy
Added in libpng-1.6.0, a different check for the validity of a set of cHRM * chunk chromaticities. Earlier checks used to simply look for the overfl
lib/libpng/png.c:1490
↓ 2 callersFunctionpng_colorspace_set_chromaticities
lib/libpng/png.c:1586
↓ 2 callersFunctionpng_colorspace_set_gamma
lib/libpng/png.c:1014
↓ 2 callersFunctionpng_colorspace_set_xy_and_XYZ
lib/libpng/png.c:1540
↓ 2 callersFunctionpng_decompress_chunk
* Decompress trailing data in a chunk. The assumption is that read_buffer * points at an allocated area holding the contents of a chunk with a * tr
lib/libpng/pngrutil.c:550
↓ 2 callersFunctionpng_deflate_claim
Initialize the compressor for the appropriate type of compression. */
lib/libpng/pngwutil.c:294
↓ 2 callersFunctionpng_destroy_gamma_table
Used from png_read_destroy and below to release the memory used by the gamma * tables. */
lib/libpng/png.c:3829
↓ 2 callersFunctionpng_destroy_png_struct
Free a png_struct */
lib/libpng/pngmem.c:24
↓ 2 callersFunctionpng_destroy_read_struct
Free all memory used by the read */
lib/libpng/pngread.c:896
↓ 2 callersFunctionpng_destroy_write_struct
Free all memory used by the write. * In libpng 1.6.0 this API changed quietly to no longer accept a NULL value for * *png_ptr_ptr. Prior to 1.6.0 i
lib/libpng/pngwrite.c:900
↓ 2 callersFunctionpng_do_bgr
Swaps red and blue bytes within a pixel */
lib/libpng/pngtrans.c:594
↓ 2 callersFunctionpng_do_check_palette_indexes
Added at libpng-1.5.10 */
lib/libpng/pngtrans.c:674
↓ 2 callersFunctionpng_do_expand
If the bit depth < 8, it is expanded to 8. Also, if the already * expanded transparency value is supplied, an alpha channel is built. */
lib/libpng/pngrtran.c:4686
↓ 2 callersFunctionpng_do_gray_to_rgb
Expand grayscale files to RGB, with or without alpha */
lib/libpng/pngrtran.c:3127
↓ 2 callersFunctionpng_do_invert
Invert monochrome grayscale data */
lib/libpng/pngtrans.c:258
↓ 2 callersFunctionpng_do_packswap
Swaps pixel packing order within bytes */
lib/libpng/pngtrans.c:444
↓ 2 callersFunctionpng_do_read_interlace
lib/libpng/pngrutil.c:3469
↓ 2 callersFunctionpng_do_swap
Swaps byte order on 16 bit depth images */
lib/libpng/pngtrans.c:315
↓ 2 callersFunctionpng_exp
lib/libpng/png.c:3533
↓ 2 callersFunctionpng_fixed_inches_from_microns
lib/libpng/pngget.c:337
↓ 2 callersFunctionpng_flush
lib/libpng/pngwio.c:70
↓ 2 callersFunctionpng_format_buffer
lib/libpng/pngerror.c:420
↓ 2 callersFunctionpng_gamma_not_sRGB
Is the given gamma significantly different from sRGB? The test is the same * one used in pngrtran.c when deciding whether to do gamma correction. T
lib/libpng/pngread.c:1255
↓ 2 callersFunctionpng_get_valid
lib/libpng/pngget.c:19
↓ 2 callersFunctionpng_get_x_offset_microns
lib/libpng/pngget.c:221
↓ 2 callersFunctionpng_get_y_offset_microns
lib/libpng/pngget.c:237
↓ 2 callersFunctionpng_handle_as_unknown
lib/libpng/png.c:825
↓ 2 callersFunctionpng_icc_check_header
lib/libpng/png.c:1851
↓ 2 callersFunctionpng_icc_check_length
lib/libpng/png.c:1836
↓ 2 callersFunctionpng_icc_check_tag_table
lib/libpng/png.c:2029
↓ 2 callersFunctionpng_icc_set_sRGB
lib/libpng/png.c:2251
↓ 2 callersFunctionpng_image_format
Utility to find the base format of a PNG file from a png_struct. */
lib/libpng/pngread.c:1222
↓ 2 callersFunctionpng_inflate
png_inflate now returns zlib error codes including Z_OK and Z_STREAM_END to * allow the caller to do multiple calls if required. If the 'finish' fla
lib/libpng/pngrutil.c:425
↓ 2 callersFunctionpng_init_filter_heuristics
lib/libpng/pngwrite.c:1090
↓ 2 callersFunctionpng_malloc_array_checked
This is really here only to work round a spurious warning in GCC 4.6 and 4.7 * that arises because of the checks in png_realloc_array that are repeat
lib/libpng/pngmem.c:102
↓ 2 callersFunctionpng_pow10
Utility used below - a simple accurate power of ten from an integral * exponent. */
lib/libpng/png.c:2656
↓ 2 callersFunctionpng_process_IDAT_data
lib/libpng/pngpread.c:827
↓ 2 callersFunctionpng_product2
A local convenience routine. */
lib/libpng/png.c:3271
↓ 2 callersFunctionpng_read_IDAT_data
lib/libpng/pngrutil.c:3922
↓ 2 callersFunctionpng_read_filter_row
lib/libpng/pngrutil.c:3907
↓ 2 callersFunctionpng_read_finish_IDAT
lib/libpng/pngrutil.c:4051
↓ 2 callersFunctionpng_read_info
Read the information before the actual image data. This has been * changed in v0.90 to allow reading a file that already has the magic * bytes read
lib/libpng/pngread.c:91
↓ 2 callersFunctionpng_reset_filter_heuristics
GRR 970116 */ Convenience reset API. */
lib/libpng/pngwrite.c:1057
↓ 2 callersFunctionpng_set_PLTE
lib/libpng/pngset.c:510
↓ 2 callersFunctionpng_set_benign_errors
lib/libpng/pngset.c:1564
↓ 2 callersFunctionpng_set_cHRM_fixed
lib/libpng/pngset.c:39
↓ 2 callersFunctionpng_set_expand
Expand paletted images to RGB, expand grayscale images of * less than 8-bit depth to 8-bit depth, and expand tRNS chunks * to alpha channels. */
lib/libpng/pngrtran.c:853
↓ 2 callersFunctionpng_set_expand_16
Expand to 16-bit channels, expand the tRNS chunk too (because otherwise * it may not work correctly.) */
lib/libpng/pngrtran.c:923
↓ 2 callersFunctionpng_set_gray_to_rgb
lib/libpng/pngrtran.c:936
↓ 2 callersFunctionpng_set_invert_alpha
lib/libpng/pngtrans.c:233
↓ 2 callersFunctionpng_set_invert_mono
lib/libpng/pngtrans.c:246
↓ 2 callersFunctionpng_set_keep_unknown_chunks
lib/libpng/pngset.c:1281
↓ 2 callersFunctionpng_set_packswap
Turn on packed pixel swapping */
lib/libpng/pngtrans.c:67
↓ 2 callersFunctionpng_set_read_fn
This function allows the application to supply a new input function * for libpng if standard C streams aren't being used. * * This function takes a
lib/libpng/pngrio.c:86
↓ 2 callersFunctionpng_set_shift
lib/libpng/pngtrans.c:81
↓ 2 callersFunctionpng_set_strip_alpha
lib/libpng/pngrtran.c:196
↓ 2 callersFunctionpng_set_tRNS
lib/libpng/pngset.c:920
↓ 2 callersFunctionpng_warning_parameter
These functions support 'formatted' warning messages with up to * PNG_WARNING_PARAMETER_COUNT parameters. In the format string the parameter * is i
lib/libpng/pngerror.c:246
↓ 2 callersFunctionpng_write_end
Writes the end of the PNG file. If you don't want to write comments or * time information, you can pass NULL for info. If you already wrote these
lib/libpng/pngwrite.c:344
↓ 2 callersFunctionpng_write_iTXt
Write an iTXt chunk */
lib/libpng/pngwutil.c:1672
↓ 2 callersFunctionpng_write_info
lib/libpng/pngwrite.c:190
↓ 2 callersFunctionpng_write_tIME
Write the tIME chunk. Use either png_convert_from_struct_tm() * or png_convert_from_time_t(), or fill in the structure yourself. */
lib/libpng/pngwutil.c:1911
↓ 2 callersFunctionpng_write_zTXt
Write a compressed text chunk */
lib/libpng/pngwutil.c:1620
↓ 2 callersFunctionpng_xy_from_XYZ
Added at libpng-1.5.5 to support read and write of true CIEXYZ values for * cHRM, as opposed to using chromaticities. These internal APIs return *
lib/libpng/png.c:1132
↓ 2 callersFunctionpqdownheap
=========================================================================== * Restore the heap property by moving down the tree starting at node k,
lib/zlib/trees.c:453
↓ 2 callersMethodread_bool
(self)
tools/parse_languages_loc.py:27
↓ 2 callersMethodremove
src/Minecraft.World/net/minecraft/world/entity/Entity.cpp:204
↓ 2 callersMethodreplaceable
src/Minecraft.World/net/minecraft/world/level/material/Material.cpp:99
↓ 2 callersMethodreset
src/Minecraft.World/net/minecraft/world/level/chunk/Chunk.cpp:91
↓ 2 callersFunctionrun_clang_format
(file_path, version)
tools/lint.py:330
↓ 2 callersFunctionscan_tree
=========================================================================== * Scan a literal or distance tree to determine the frequencies of the cod
lib/zlib/trees.c:705
↓ 2 callersFunctionsend_tree
=========================================================================== * Send a literal or distance tree in compressed form, using the codes in
lib/zlib/trees.c:750
↓ 2 callersMethodsetBlockAndUpdate
src/Minecraft.World/net/minecraft/world/level/Level.cpp:202
↓ 2 callersMethodsetCategory
src/Minecraft.Client/net/minecraft/client/gui/MenuBuilder.h:20
↓ 2 callersMethodsetEnabled
src/Minecraft.Client/net/minecraft/client/renderer/platform/GlStateManager.cpp:54
↓ 2 callersMethodsetIndestructible
src/Minecraft.World/net/minecraft/world/level/block/Block.cpp:451
↓ 2 callersMethodsetInitialized
src/Minecraft.World/net/minecraft/world/level/storage/LevelData.cpp:338
↓ 2 callersMethodsetResolution
src/4JLibraries_Source/fui/fui.cpp:44
↓ 2 callersMethodsetScreenSize
void fui::removeEventListenerForNode(FJ_FuiNode*) { // STUB }
src/4JLibraries_Source/fui/fui.cpp:19
↓ 2 callersMethodsetSettedUp
src/Minecraft.Client/net/minecraft/client/ui/scene/control/UIControl.h:28
↓ 2 callersMethodsetVisibility
src/4JLibraries_Source/fui/fuiRenderNode.cpp:135
↓ 2 callersMethodsetVisible
src/4JLibraries_Source/fui/node/FJ_FuiNode.cpp:43
↓ 2 callersFunctionset_file_encoding
Utility functions to make particular color-maps */
lib/libpng/pngread.c:1524
↓ 2 callersMethodtoString
src/Minecraft.World/net/minecraft/world/level/block/state/properties/AbstractProperty.h:102
↓ 2 callersFunctionuncompress
=========================================================================== Decompresses the source buffer into the destination buffer. sourceLe
lib/zlib/uncompr.c:24
↓ 2 callersMethodupdateSize
src/Minecraft.World/net/minecraft/world/entity/mob/AgableMob.cpp:163
↓ 2 callersFunctionupdatewindow
Update the window with the last wsize (normally 32K) bytes written before returning. If window does not exist yet, create it. This is only calle
lib/zlib/inflate.c:379
↓ 2 callersMethodwaterColor
src/Minecraft.World/net/minecraft/world/level/biome/Biome.cpp:84
↓ 2 callersFunctionwrite_fixes
(file_path, modified_content)
tools/lint.py:413
↓ 2 callersFunctionwrite_table
(out, table)
lib/zlib/crc32.c:167
↓ 2 callersFunctionzmemzero
(dest, len)
lib/zlib/zutil.c:176
↓ 1 callersMethodCheckThermalAreas
NON_MATCHING: Various issues, https://decomp.me/scratch/bm1rV
src/Minecraft.World/net/minecraft/world/entity/LivingEntity.cpp:298
↓ 1 callersMethodClearParticles
src/Minecraft.Client/net/minecraft/client/particle/ParticleEngine.cpp:18
↓ 1 callersMethodCloseFile
src/4JLibraries_Source/NX/Render/TextureUtil.h:50
↓ 1 callersMethodCreateFile
those 4 names are completly made-up; I don't even know if they should be part of StbiFile
src/4JLibraries_Source/NX/Render/TextureUtil.h:42
↓ 1 callersFunctionDefineActions
src/4JLibraries_Source/NX/Program/PRO_Main.cpp:51
← previousnext →501–600 of 4,322, ranked by callers