MCPcopy Create free account

hub / github.com/amakaseev/sprite-sheet-packer / functions

Functions1,945 in github.com/amakaseev/sprite-sheet-packer

↓ 2 callersFunctionforeach
SpriteSheetPacker/SpritePackerProjectFile.cpp:277
↓ 2 callersFunctiongen_codes
=========================================================================== * Generate the codes for a given tree and bit counts (which need not be
SpriteSheetPacker/3rdparty/optipng/zlib/trees.c:575
↓ 2 callersFunctiongenerateFixedDistanceTree
get the distance code tree of a deflated block with fixed tree, as specified in the deflate specification*/
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:902
↓ 2 callersFunctiongenerateFixedLitLenTree
get the literal and length code tree of a deflated block with fixed tree, as per the deflate specification*/
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:883
↓ 2 callersFunctiongetHash
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:1400
↓ 2 callersFunctiongetNumColorChannels
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:2539
↓ 2 callersFunctiongetPixelColorRGBA8
Get RGBA8 color of pixel with index i (y * width + x) from the raw image with given color type.*/
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:3149
↓ 2 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
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:3259
↓ 2 callersFunctionget_default_free_func
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:804
↓ 2 callersFunctiongz_avail
Load up input buffer and set eof flag if last data loaded -- return -1 on error, 0 otherwise. Note that the eof flag is set when the end of the in
SpriteSheetPacker/3rdparty/optipng/zlib/gzread.c:51
↓ 2 callersFunctiongz_decomp
Decompress from input to the provided next_out and avail_out in the state. On return, state->x.have and state->x.next point to the just decompresse
SpriteSheetPacker/3rdparty/optipng/zlib/gzread.c:172
↓ 2 callersFunctiongz_look
Look for gzip header, set up for inflate or copy. state->x.have must be 0. If this is the first time in, allocate required memory. state->how wil
SpriteSheetPacker/3rdparty/optipng/zlib/gzread.c:86
↓ 2 callersFunctiongz_reset
Reset gzip file state */
SpriteSheetPacker/3rdparty/optipng/zlib/gzlib.c:75
↓ 2 callersFunctiongzclose_r
-- see zlib.h -- */
SpriteSheetPacker/3rdparty/optipng/zlib/gzread.c:567
↓ 2 callersFunctiongzwrite
-- see zlib.h -- */
SpriteSheetPacker/3rdparty/optipng/zlib/gzwrite.c:165
↓ 2 callersMethodhead
SpriteSheetPacker/3rdparty/poly2tri/sweep/sweep_context.h:169
↓ 2 callersFunctioninflateReset2
(strm, windowBits)
SpriteSheetPacker/3rdparty/optipng/zlib/inflate.c:142
↓ 2 callersFunctioninflate_fast
Decode literal, length, and distance codes and write out the resulting literal and match bytes until either not enough input or output is availa
SpriteSheetPacker/3rdparty/optipng/zlib/inffast.c:67
↓ 2 callersFunctioninit_block
=========================================================================== * Initialize a new block. */
SpriteSheetPacker/3rdparty/optipng/zlib/trees.c:409
↓ 2 callersFunctionliq_attr_create
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:449
↓ 2 callersFunctionliq_histogram_quantize_internal
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:922
↓ 2 callersFunctionliq_image_can_use_rgba_rows
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:721
↓ 2 callersFunctionliq_image_free_rgba_source
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:813
↓ 2 callersFunctionliq_image_get_row_rgba
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:729
↓ 2 callersFunctionliq_image_has_rgba_pixels
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:713
↓ 2 callersFunctionliq_image_should_use_low_memory
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:560
↓ 2 callersFunctionliq_image_use_low_memory
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:554
↓ 2 callersFunctionliq_quantize_image
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:887
↓ 2 callersFunctionliq_result_destroy
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:1000
↓ 2 callersFunctionliq_set_dithering_level
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:944
↓ 2 callersFunctionliq_set_log_callback
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:432
↓ 2 callersFunctionliq_verbose_printf_flush
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:190
↓ 2 callersFunctionliq_write_remapped_image_rows
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:1931
↓ 2 callersFunctionlodepng_add_itext
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:2853
↓ 2 callersFunctionlodepng_chunk_append
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:2470
↓ 2 callersFunctionlodepng_convert
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:3426
↓ 2 callersFunctionlodepng_decode
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:4649
↓ 2 callersFunctionlodepng_decode_file
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:4718
↓ 2 callersFunctionlodepng_encode_file
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:5786
↓ 2 callersFunctionlodepng_get_bpp_lct
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:2552
↓ 2 callersFunctionlodepng_get_raw_size_lct
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:2690
↓ 2 callersFunctionlodepng_info_copy
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:2922
↓ 2 callersFunctionlodepng_palette_clear
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:2614
↓ 2 callersFunctionlodepng_save_file
write given buffer to the file, overwriting the file, it doesn't append to it.*/
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:392
↓ 2 callersFunctionlodepng_state_copy
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:4775
↓ 2 callersFunctionlongest_match
For 80x86 and 680x0, an optimized version will be provided in match.asm or * match.S. The code will be functionally equivalent. */
SpriteSheetPacker/3rdparty/optipng/zlib/deflate.c:1148
↓ 2 callersFunctionmake_crc_table
MAKECRCH */ Generate tables for a byte-wise 32-bit CRC calculation on the polynomial: x^32+x^26+x^23+x^22+x^16+x^12+x^11+x^10+x^8+x^7+x^5+x^4+x^2+x+
SpriteSheetPacker/3rdparty/optipng/zlib/crc32.c:90
↓ 2 callersFunctionmake_ga_colormap
SpriteSheetPacker/3rdparty/optipng/libpng/pngread.c:1953
↓ 2 callersFunctionmempool_destroy
SpriteSheetPacker/3rdparty/pngquant/mempool.c:74
↓ 2 callersFunctionminitiff_read_row
* Row reader. **/
SpriteSheetPacker/3rdparty/optipng/minitiff/tiffread.c:381
↓ 2 callersMethodopenSpritePackerProject
SpriteSheetPacker/MainWindow.cpp:319
↓ 2 callersFunctionopng_debugf
* Prints a printf-formatted debug message (level = OPNG_MSG_DEBUG) * to the logger. */
SpriteSheetPacker/3rdparty/optipng/opnglib/src/opngcore/logger.c:159
↓ 2 callersFunctionopng_get_alpha_row
* Retrieve the alpha samples from the given image row. */
SpriteSheetPacker/3rdparty/optipng/opngreduc/opngreduc.c:251
↓ 2 callersFunctionopng_ioenv_get_in_fname
* Retrieves the input file name. */
SpriteSheetPacker/3rdparty/optipng/opnglib/src/opngcore/ioenv.c:333
↓ 2 callersFunctionopng_is_apng_chunk
* Tests whether the given chunk is an APNG chunk. */
SpriteSheetPacker/3rdparty/optipng/opnglib/src/opngcore/codec.c:114
↓ 2 callersFunctionopng_load_image
* Loads an image object from libpng structures. */
SpriteSheetPacker/3rdparty/optipng/opnglib/src/opngcore/image.c:41
↓ 2 callersFunctionopng_panic_memory
* Prints an out-of-memory critical message to the logger * and terminates the program with EX_UNAVAILABLE. */
SpriteSheetPacker/3rdparty/optipng/opnglib/src/opngcore/util.c:131
↓ 2 callersFunctionopng_print_encoding_line_begin
* Prints a partial line of information regarding the encoding parameters. */
SpriteSheetPacker/3rdparty/optipng/opnglib/src/opngcore/optim.c:279
↓ 2 callersFunctionopng_print_fsize_difference
* Prints, in a descriptive form, the difference between two sizes. */
SpriteSheetPacker/3rdparty/optipng/opnglib/src/opngcore/optim.c:170
↓ 2 callersFunctionopng_print_idat_size_line_end
* Prints the IDAT size line. */
SpriteSheetPacker/3rdparty/optipng/opnglib/src/opngcore/optim.c:315
↓ 2 callersFunctionopng_print_image_info_line
* Prints a line of information regarding the image representation. */
SpriteSheetPacker/3rdparty/optipng/opnglib/src/opngcore/optim.c:238
↓ 2 callersFunctionopng_realloc_PLTE
* Change the size of the palette buffer. * Changing info_ptr->num_palette directly, avoiding reallocation, should * have been sufficient, but can't
SpriteSheetPacker/3rdparty/optipng/opngreduc/opngreduc.c:202
↓ 2 callersFunctionopng_reduce_palette_bits
* Reduce the bit depth of a palette image to the lowest possible value. * The parameter reductions should contain OPNG_REDUCE_8_TO_4_2_1. * The func
SpriteSheetPacker/3rdparty/optipng/opngreduc/opngreduc.c:654
↓ 2 callersFunctionopng_set_keep_unknown_chunk
* Extension to libpng's unknown chunk handler. */
SpriteSheetPacker/3rdparty/optipng/opnglib/src/opngcore/codec.c:213
↓ 2 callersFunctionopng_set_options
* Sets the user options in an optimizer object. */
SpriteSheetPacker/3rdparty/optipng/opnglib/src/opngcore/optim.c:1061
↓ 2 callersFunctionopng_sigs_clear
* Clears a signature set. */
SpriteSheetPacker/3rdparty/optipng/opnglib/src/opngtrans/chunksig.c:36
↓ 2 callersFunctionopng_string_to_id
* Converts a string representing an object to an object id. */
SpriteSheetPacker/3rdparty/optipng/opnglib/src/opngtrans/parser.c:129
↓ 2 callersFunctionopng_transform_query_strip_chunk
* Returns 1 if the given chunk ought to be stripped, or 0 otherwise. */
SpriteSheetPacker/3rdparty/optipng/opnglib/src/opngtrans/trans.c:346
↓ 2 callersFunctionopng_transform_reset_chroma
* Resets (i.e. sets to zero) the chroma channel. * Returns 1 if this operation is applied, or 0 otherwise. */
SpriteSheetPacker/3rdparty/optipng/opnglib/src/opngtrans/apply.c:442
↓ 2 callersFunctionopng_transform_set_alpha_precision
* Sets the precision of the alpha channel to a given value; * if this value is 0, resets (i.e. sets to MAX) the alpha channel. * Returns 1 if this o
SpriteSheetPacker/3rdparty/optipng/opnglib/src/opngtrans/apply.c:220
↓ 2 callersFunctionopng_validate_image
* Check if the image information is valid. * The image information is said to be valid if all the required * critical chunk data is present in the p
SpriteSheetPacker/3rdparty/optipng/opngreduc/opngreduc.c:45
↓ 2 callersFunctionopng_vprintf_impl
* Prints a vprintf-formatted message to the logger. */
SpriteSheetPacker/3rdparty/optipng/opnglib/src/opngcore/logger.c:142
↓ 2 callersFunctionopng_write_file
* Writes an image to a PNG file stream. * Performs the encoding without any I/O, if the given stream is NULL. */
SpriteSheetPacker/3rdparty/optipng/opnglib/src/opngcore/optim.c:505
↓ 2 callersMethodoptimizeFile
SpriteSheetPacker/PngOptimizer.cpp:39
↓ 2 callersFunctionoptk_bits__range__
SpriteSheetPacker/3rdparty/optipng/opnglib/include/optk/bits.h:74
↓ 2 callersFunctionoptk_fseeko
* Sets the file position indicator at the specified file offset. */
SpriteSheetPacker/3rdparty/optipng/opnglib/src/optk/io.c:210
↓ 2 callersFunctionoptk_fsetmode
* Sets the translation mode of the specified file stream to the * specified mode. */
SpriteSheetPacker/3rdparty/optipng/opnglib/src/optk/io.c:333
↓ 2 callersFunctionoptk_ftello
* Returns the current value of the file position indicator. */
SpriteSheetPacker/3rdparty/optipng/opnglib/src/optk/io.c:185
↓ 2 callersFunctionoptk_get_basename
* Extracts the base component of a path name. */
SpriteSheetPacker/3rdparty/optipng/opnglib/src/optk/io.c:426
↓ 2 callersFunctionoptk_rangeset_string_to_bits
* Converts a rangeset string to a bitset. */
SpriteSheetPacker/3rdparty/optipng/opnglib/src/optk/bits.c:122
↓ 2 callersFunctionoptk_set_dirname
* Creates a path name by changing the directory component of a given * path name. */
SpriteSheetPacker/3rdparty/optipng/opnglib/src/optk/io.c:497
↓ 2 callersFunctionpaethPredictor
Paeth predicter, used by PNG filter type 4 The parameters are of type short, but should come from unsigned chars, the shorts are only needed to make t
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:3768
↓ 2 callersFunctionpam_computeacolorhash
SpriteSheetPacker/3rdparty/pngquant/pam.c:23
↓ 2 callersMethodpngOptLevel
SpriteSheetPacker/SpritePackerProjectFile.h:56
↓ 2 callersFunctionpng_ascii_from_fixed
Function to format a fixed point value in ASCII. */
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:3065
↓ 2 callersFunctionpng_ascii_from_fp
Function to format a floating point value in ASCII with a given * precision. */
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:2751
↓ 2 callersFunctionpng_cache_unknown_chunk
Utility function for png_handle_unknown; set up png_ptr::unknown_chunk */
SpriteSheetPacker/3rdparty/optipng/libpng/pngrutil.c:2703
↓ 2 callersFunctionpng_check_chunk_name
SpriteSheetPacker/3rdparty/optipng/libpng/pngrutil.c:2974
↓ 2 callersFunctionpng_chunk_unknown_handling
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:922
↓ 2 callersFunctionpng_colorspace_check_gamma
always set if COLORSPACE */
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:1033
↓ 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
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:1553
↓ 2 callersFunctionpng_colorspace_set_chromaticities
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:1649
↓ 2 callersFunctionpng_colorspace_set_gamma
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:1077
↓ 2 callersFunctionpng_colorspace_set_xy_and_XYZ
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:1603
↓ 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
SpriteSheetPacker/3rdparty/optipng/libpng/pngrutil.c:564
↓ 2 callersFunctionpng_deflate_claim
Initialize the compressor for the appropriate type of compression. */
SpriteSheetPacker/3rdparty/optipng/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. */
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:3904
↓ 2 callersFunctionpng_destroy_png_struct
Free a png_struct */
SpriteSheetPacker/3rdparty/optipng/libpng/pngmem.c:24
↓ 2 callersFunctionpng_do_bgr
Swaps red and blue bytes within a pixel */
SpriteSheetPacker/3rdparty/optipng/libpng/pngtrans.c:596
↓ 2 callersFunctionpng_do_check_palette_indexes
Added at libpng-1.5.10 */
SpriteSheetPacker/3rdparty/optipng/libpng/pngtrans.c:676
← previousnext →501–600 of 1,945, ranked by callers