MCPcopy Create free account

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

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

↓ 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. */
SpriteSheetPacker/3rdparty/optipng/libpng/pngrtran.c:4342
↓ 2 callersFunctionpng_do_gray_to_rgb
Expand grayscale files to RGB, with or without alpha */
SpriteSheetPacker/3rdparty/optipng/libpng/pngrtran.c:2842
↓ 2 callersFunctionpng_do_invert
Invert monochrome grayscale data */
SpriteSheetPacker/3rdparty/optipng/libpng/pngtrans.c:260
↓ 2 callersFunctionpng_do_packswap
Swaps pixel packing order within bytes */
SpriteSheetPacker/3rdparty/optipng/libpng/pngtrans.c:446
↓ 2 callersFunctionpng_do_read_interlace
SpriteSheetPacker/3rdparty/optipng/libpng/pngrutil.c:3481
↓ 2 callersFunctionpng_do_read_transformations
Transform the row. The order of transformations is significant, * and is very touchy. If you add a transformation, take care to * decide how it fi
SpriteSheetPacker/3rdparty/optipng/libpng/pngrtran.c:4697
↓ 2 callersFunctionpng_do_swap
Swaps byte order on 16 bit depth images */
SpriteSheetPacker/3rdparty/optipng/libpng/pngtrans.c:317
↓ 2 callersFunctionpng_exp
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:3597
↓ 2 callersFunctionpng_fixed_inches_from_microns
SpriteSheetPacker/3rdparty/optipng/libpng/pngget.c:358
↓ 2 callersFunctionpng_flush
SpriteSheetPacker/3rdparty/optipng/libpng/pngwio.c:70
↓ 2 callersFunctionpng_format_buffer
SpriteSheetPacker/3rdparty/optipng/libpng/pngerror.c:433
↓ 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
SpriteSheetPacker/3rdparty/optipng/libpng/pngread.c:1342
↓ 2 callersFunctionpng_get_cHRM
SpriteSheetPacker/3rdparty/optipng/libpng/pngget.c:500
↓ 2 callersFunctionpng_get_error_ptr
This function returns a pointer to the error_ptr associated with the user * functions. The application should free any memory associated with this
SpriteSheetPacker/3rdparty/optipng/libpng/pngerror.c:853
↓ 2 callersFunctionpng_get_gAMA
SpriteSheetPacker/3rdparty/optipng/libpng/pngget.c:685
↓ 2 callersFunctionpng_get_header_ver
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:805
↓ 2 callersFunctionpng_get_iCCP
SpriteSheetPacker/3rdparty/optipng/libpng/pngget.c:724
↓ 2 callersFunctionpng_get_image_width
Easy access to info, added in libpng-0.99 */
SpriteSheetPacker/3rdparty/optipng/libpng/pngget.c:51
↓ 2 callersFunctionpng_get_tIME
SpriteSheetPacker/3rdparty/optipng/libpng/pngget.c:1024
↓ 2 callersFunctionpng_get_text
SpriteSheetPacker/3rdparty/optipng/libpng/pngget.c:998
↓ 2 callersFunctionpng_get_user_chunk_ptr
SpriteSheetPacker/3rdparty/optipng/libpng/pngget.c:1110
↓ 2 callersFunctionpng_get_x_offset_microns
SpriteSheetPacker/3rdparty/optipng/libpng/pngget.c:230
↓ 2 callersFunctionpng_get_y_offset_microns
SpriteSheetPacker/3rdparty/optipng/libpng/pngget.c:249
↓ 2 callersFunctionpng_icc_check_header
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:1916
↓ 2 callersFunctionpng_icc_check_length
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:1901
↓ 2 callersFunctionpng_icc_check_tag_table
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:2094
↓ 2 callersFunctionpng_icc_set_sRGB
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:2317
↓ 2 callersFunctionpng_image_format
Utility to find the base format of a PNG file from a png_struct. */
SpriteSheetPacker/3rdparty/optipng/libpng/pngread.c:1309
↓ 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
SpriteSheetPacker/3rdparty/optipng/libpng/pngrutil.c:439
↓ 2 callersFunctionpng_init_filter_heuristics
SpriteSheetPacker/3rdparty/optipng/libpng/pngwrite.c:1154
↓ 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
SpriteSheetPacker/3rdparty/optipng/libpng/pngmem.c:105
↓ 2 callersFunctionpng_pow10
Utility used below - a simple accurate power of ten from an integral * exponent. */
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:2714
↓ 2 callersFunctionpng_process_IDAT_data
SpriteSheetPacker/3rdparty/optipng/libpng/pngpread.c:828
↓ 2 callersFunctionpng_product2
A local convenience routine. */
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:3334
↓ 2 callersFunctionpng_read_IDAT_data
SpriteSheetPacker/3rdparty/optipng/libpng/pngrutil.c:3937
↓ 2 callersFunctionpng_read_filter_row
SpriteSheetPacker/3rdparty/optipng/libpng/pngrutil.c:3919
↓ 2 callersFunctionpng_read_finish_IDAT
SpriteSheetPacker/3rdparty/optipng/libpng/pngrutil.c:4066
↓ 2 callersFunctionpng_read_image
Read the entire image. If the image has an alpha channel or a tRNS * chunk, and you have called png_handle_alpha()[*], you will need to * initializ
SpriteSheetPacker/3rdparty/optipng/libpng/pngread.c:687
↓ 2 callersFunctionpng_read_png
SpriteSheetPacker/3rdparty/optipng/libpng/pngread.c:1002
↓ 2 callersFunctionpng_reset_filter_heuristics
GRR 970116 */ Convenience reset API. */
SpriteSheetPacker/3rdparty/optipng/libpng/pngwrite.c:1121
↓ 2 callersFunctionpng_set_compression_mem_level
SpriteSheetPacker/3rdparty/optipng/libpng/pngwrite.c:1369
↓ 2 callersFunctionpng_set_error_fn
This function is called when the application wants to use another method * of handling errors and warnings. Note that the error function MUST NOT *
SpriteSheetPacker/3rdparty/optipng/libpng/pngerror.c:832
↓ 2 callersFunctionpng_set_expand_16
Expand to 16-bit channels, expand the tRNS chunk too (because otherwise * it may not work correctly.) */
SpriteSheetPacker/3rdparty/optipng/libpng/pngrtran.c:923
↓ 2 callersFunctionpng_set_gAMA
SpriteSheetPacker/3rdparty/optipng/libpng/pngset.c:151
↓ 2 callersFunctionpng_set_invert_alpha
SpriteSheetPacker/3rdparty/optipng/libpng/pngtrans.c:235
↓ 2 callersFunctionpng_set_invert_mono
SpriteSheetPacker/3rdparty/optipng/libpng/pngtrans.c:248
↓ 2 callersFunctionpng_set_oFFs
SpriteSheetPacker/3rdparty/optipng/libpng/pngset.c:245
↓ 2 callersFunctionpng_set_pCAL
SpriteSheetPacker/3rdparty/optipng/libpng/pngset.c:262
↓ 2 callersFunctionpng_set_pHYs
SpriteSheetPacker/3rdparty/optipng/libpng/pngset.c:485
↓ 2 callersFunctionpng_set_packswap
Turn on packed pixel swapping */
SpriteSheetPacker/3rdparty/optipng/libpng/pngtrans.c:69
↓ 2 callersFunctionpng_set_read_status_fn
SpriteSheetPacker/3rdparty/optipng/libpng/pngread.c:990
↓ 2 callersFunctionpng_set_read_user_chunk_fn
SpriteSheetPacker/3rdparty/optipng/libpng/pngset.c:1423
↓ 2 callersFunctionpng_set_rows
SpriteSheetPacker/3rdparty/optipng/libpng/pngset.c:1438
↓ 2 callersFunctionpng_set_shift
SpriteSheetPacker/3rdparty/optipng/libpng/pngtrans.c:83
↓ 2 callersFunctionpng_set_strip_16
Chop 16-bit depth files to 8-bit depth */
SpriteSheetPacker/3rdparty/optipng/libpng/pngrtran.c:183
↓ 2 callersFunctionpng_set_strip_alpha
SpriteSheetPacker/3rdparty/optipng/libpng/pngrtran.c:196
↓ 2 callersFunctionpng_set_text
SpriteSheetPacker/3rdparty/optipng/libpng/pngset.c:682
↓ 2 callersFunctionpng_set_write_status_fn
SpriteSheetPacker/3rdparty/optipng/libpng/pngwrite.c:1516
↓ 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
SpriteSheetPacker/3rdparty/optipng/libpng/pngerror.c:246
↓ 2 callersFunctionpng_write_iTXt
Write an iTXt chunk */
SpriteSheetPacker/3rdparty/optipng/libpng/pngwutil.c:1672
↓ 2 callersFunctionpng_write_image
Write the image. You only need to call this function once, even * if you are writing an interlaced image. */
SpriteSheetPacker/3rdparty/optipng/libpng/pngwrite.c:579
↓ 2 callersFunctionpng_write_info_before_PLTE
Writes all the PNG information. This is the suggested way to use the * library. If you have a new chunk to add, make a function to write it, * and
SpriteSheetPacker/3rdparty/optipng/libpng/pngwrite.c:83
↓ 2 callersFunctionpng_write_sig
Simple function to write the signature. If we have already written * the magic bytes of the signature, or more likely, the PNG stream is * being em
SpriteSheetPacker/3rdparty/optipng/libpng/pngwutil.c:50
↓ 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. */
SpriteSheetPacker/3rdparty/optipng/libpng/pngwutil.c:1911
↓ 2 callersFunctionpng_write_zTXt
Write a compressed text chunk */
SpriteSheetPacker/3rdparty/optipng/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 *
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:1195
↓ 2 callersFunctionpngtest_check_io_state
SpriteSheetPacker/3rdparty/optipng/libpng/pngtest.c:329
↓ 2 callersFunctionpngtest_check_text_support
SpriteSheetPacker/3rdparty/optipng/libpng/pngtest.c:793
↓ 2 callersFunctionpngx_malloc_rows_extended
SpriteSheetPacker/3rdparty/optipng/pngxtern/pngxmem.c:21
↓ 2 callersFunctionpngx_sig_is_jpeg
SpriteSheetPacker/3rdparty/optipng/pngxtern/pngxrjpg.c:47
↓ 2 callersFunctionpnm_is_valid
* Validates a PNM structure. * Returns 1 on success, 0 on failure. **/
SpriteSheetPacker/3rdparty/optipng/pnmio/pnmutil.c:21
↓ 2 callersFunctionpow2
SpriteSheetPacker/SpriteAtlas.cpp:9
↓ 2 callersFunctionpqdownheap
=========================================================================== * Restore the heap property by moving down the tree starting at node k,
SpriteSheetPacker/3rdparty/optipng/zlib/trees.c:453
↓ 2 callersFunctionpreProcessScanlines
out must be buffer big enough to contain uncompressed IDAT chunk data, and in must contain the full image. return value is error**/
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:5439
↓ 2 callersFunctionprint_full_version
SpriteSheetPacker/3rdparty/pngquant/pngquant.c:163
↓ 2 callersFunctionprint_usage
SpriteSheetPacker/3rdparty/pngquant/pngquant.c:180
↓ 2 callersMethodpublish
SpriteSheetPacker/PublishSpriteSheet.cpp:166
↓ 2 callersFunctionqsort_partition
SpriteSheetPacker/3rdparty/pngquant/mediancut.c:121
↓ 2 callersFunctionread_image
SpriteSheetPacker/3rdparty/pngquant/pngquant.c:787
↓ 2 callersFunctionread_ulong_values
SpriteSheetPacker/3rdparty/optipng/minitiff/tiffread.c:110
↓ 2 callersFunctionremap_to_palette
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:1176
↓ 2 callersFunctionremovePaddingBits
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:4064
↓ 2 callersFunctionrotate90
SpriteSheetPacker/ImageRotate.h:42
↓ 2 callersFunctionrwpng_create_row_pointers
SpriteSheetPacker/3rdparty/pngquant/rwpng.c:139
↓ 2 callersFunctionrwpng_free_chunks
SpriteSheetPacker/3rdparty/pngquant/rwpng.c:398
↓ 2 callersFunctionrwpng_set_gamma
SpriteSheetPacker/3rdparty/pngquant/rwpng.c:485
↓ 2 callersFunctionrwpng_write_end
SpriteSheetPacker/3rdparty/pngquant/rwpng.c:472
↓ 2 callersFunctionrwpng_write_image_init
SpriteSheetPacker/3rdparty/pngquant/rwpng.c:439
↓ 2 callersFunctionscan_tree
=========================================================================== * Scan a literal or distance tree to determine the frequencies of the cod
SpriteSheetPacker/3rdparty/optipng/zlib/trees.c:705
↓ 2 callersFunctionsearchCodeIndex
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
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:1303
↓ 2 callersFunctionsend_tree
=========================================================================== * Send a literal or distance tree in compressed form, using the codes in
SpriteSheetPacker/3rdparty/optipng/zlib/trees.c:750
↓ 2 callersMethodsetEnabledPow2
SpriteSheetPacker/ScalingVariantWidget.cpp:49
↓ 2 callersMethodsetEncryptionKey
SpriteSheetPacker/PublishSpriteSheet.h:38
↓ 2 callersMethodsetImageFormat
SpriteSheetPacker/PublishSpriteSheet.h:30
↓ 2 callersMethodsetJpgQuality
SpriteSheetPacker/PublishSpriteSheet.h:35
↓ 2 callersMethodsetPixelFormat
SpriteSheetPacker/PublishSpriteSheet.h:31
↓ 2 callersMethodsetPngQuality
SpriteSheetPacker/PublishSpriteSheet.h:33
↓ 2 callersMethodsetPremultiplied
SpriteSheetPacker/PublishSpriteSheet.h:32
↓ 2 callersMethodsetPrependSmartFolderName
SpriteSheetPacker/PublishSpriteSheet.h:37
↓ 2 callersMethodsetRemoveEnabled
SpriteSheetPacker/ScalingVariantWidget.cpp:21
← previousnext →601–700 of 1,945, ranked by callers