MCPcopy Create free account

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

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

↓ 1 callersMethodpixelFormat
SpriteSheetPacker/SpritePackerProjectFile.h:47
↓ 1 callersMethodplace
SpriteSheetPacker/algorithm/polypack2d.h:211
↓ 1 callersFunctionpng_XYZ_from_xy
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:1230
↓ 1 callersFunctionpng_XYZ_normalize
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:1490
↓ 1 callersFunctionpng_access_version_number
This function was added to libpng-1.0.7 */
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:947
↓ 1 callersFunctionpng_build_16to8_table
NOTE: this function expects the *inverse* of the overall gamma transformation * required. */
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:3819
↓ 1 callersFunctionpng_build_gamma_table
We build the 8- or 16-bit gamma tables here. Note that for 16-bit * tables, we don't make a full table if we are reducing to 8-bit in * the future.
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:3964
↓ 1 callersFunctionpng_colorspace_check_XYZ
This is the check going the other way. The XYZ is modified to normalize it * (another side-effect) and the xy chromaticities are returned. */
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:1577
↓ 1 callersFunctionpng_colorspace_set_ICC
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:2330
↓ 1 callersFunctionpng_colorspace_set_endpoints
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:1687
↓ 1 callersFunctionpng_colorspace_set_rgb_coefficients
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:2357
↓ 1 callersFunctionpng_compare_ICC_profile_with_sRGB
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:2202
↓ 1 callersFunctionpng_convert_from_struct_tm
SpriteSheetPacker/3rdparty/optipng/libpng/pngwrite.c:450
↓ 1 callersFunctionpng_crc_error
Compare the CRC stored in the PNG file with that calculated by libpng from * the data it has read thus far. */
SpriteSheetPacker/3rdparty/optipng/libpng/pngrutil.c:241
↓ 1 callersFunctionpng_default_warning
This function is called when there is a warning, but the library thinks * it can continue anyway. Replacement functions don't have to do anything *
SpriteSheetPacker/3rdparty/optipng/libpng/pngerror.c:782
↓ 1 callersFunctionpng_do_chop
SpriteSheetPacker/3rdparty/optipng/libpng/pngrtran.c:2428
↓ 1 callersFunctionpng_do_compose
Replace any alpha or transparency with the supplied background color. * "background" is already in the screen gamma, while "background_1" is * at a
SpriteSheetPacker/3rdparty/optipng/libpng/pngrtran.c:3182
↓ 1 callersFunctionpng_do_encode_alpha
Encode the alpha channel to the output gamma (the input channel is always * linear.) Called only with color types that have an alpha channel. Needs
SpriteSheetPacker/3rdparty/optipng/libpng/pngrtran.c:4123
↓ 1 callersFunctionpng_do_expand_16
If the bit depth is 8 and the color type is not a palette type expand the * whole row to 16 bits. Has no effect otherwise. */
SpriteSheetPacker/3rdparty/optipng/libpng/pngrtran.c:4572
↓ 1 callersFunctionpng_do_expand_palette
Expands a palette row to an RGB or RGBA row depending * upon whether you supply trans and num_trans. */
SpriteSheetPacker/3rdparty/optipng/libpng/pngrtran.c:4189
↓ 1 callersFunctionpng_do_pack
Pack pixels into bytes. Pass the true bit depth in bit_depth. The * row_info bit depth should be 8 (one pixel per byte). The channels * should be
SpriteSheetPacker/3rdparty/optipng/libpng/pngwtran.c:24
↓ 1 callersFunctionpng_do_quantize
SpriteSheetPacker/3rdparty/optipng/libpng/pngrtran.c:4600
↓ 1 callersFunctionpng_do_read_filler
Add filler channel if we have RGB color */
SpriteSheetPacker/3rdparty/optipng/libpng/pngrtran.c:2655
↓ 1 callersFunctionpng_do_read_intrapixel
Undoes intrapixel differencing, * NOTE: this is apparently only supported in the 'sequential' reader. */
SpriteSheetPacker/3rdparty/optipng/libpng/pngread.c:312
↓ 1 callersFunctionpng_do_read_invert_alpha
SpriteSheetPacker/3rdparty/optipng/libpng/pngrtran.c:2553
↓ 1 callersFunctionpng_do_read_swap_alpha
SpriteSheetPacker/3rdparty/optipng/libpng/pngrtran.c:2456
↓ 1 callersFunctionpng_do_rgb_to_gray
Reduce RGB files to grayscale, with or without alpha * using the equation given in Poynton's ColorFAQ of 1998-01-04 at * <http://www.inforamp.net/~p
SpriteSheetPacker/3rdparty/optipng/libpng/pngrtran.c:2981
↓ 1 callersFunctionpng_do_scale_16_to_8
Scale rows of bit depth 16 down to 8 accurately */
SpriteSheetPacker/3rdparty/optipng/libpng/pngrtran.c:2370
↓ 1 callersFunctionpng_do_shift
Shift pixel values to take advantage of whole range. Pass the * true number of bits in bit_depth. The row should be packed * according to row_info
SpriteSheetPacker/3rdparty/optipng/libpng/pngwtran.c:169
↓ 1 callersFunctionpng_do_unpack
Unpack pixels of 1, 2, or 4 bits per pixel into 1 byte per pixel, * without changing the actual values. Thus, if you had a row with * a bit depth o
SpriteSheetPacker/3rdparty/optipng/libpng/pngrtran.c:2133
↓ 1 callersFunctionpng_do_unshift
Reverse the effects of png_do_shift. This routine merely shifts the * pixels back to their significant bits values. Thus, if you have * a row of b
SpriteSheetPacker/3rdparty/optipng/libpng/pngrtran.c:2231
↓ 1 callersFunctionpng_do_write_interlace
Pick out the correct pixels for the interlace pass. * The basic idea here is to go through the row with a source * pointer and a destination pointer
SpriteSheetPacker/3rdparty/optipng/libpng/pngwutil.c:2135
↓ 1 callersFunctionpng_do_write_intrapixel
Performs intrapixel differencing */
SpriteSheetPacker/3rdparty/optipng/libpng/pngwrite.c:612
↓ 1 callersFunctionpng_do_write_invert_alpha
SpriteSheetPacker/3rdparty/optipng/libpng/pngwtran.c:402
↓ 1 callersFunctionpng_do_write_swap_alpha
SpriteSheetPacker/3rdparty/optipng/libpng/pngwtran.c:308
↓ 1 callersFunctionpng_do_write_transformations
Transform the data according to the user's wishes. The order of * transformations is significant. */
SpriteSheetPacker/3rdparty/optipng/libpng/pngwtran.c:499
↓ 1 callersFunctionpng_exp16bit
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:3660
↓ 1 callersFunctionpng_exp8bit
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:3645
↓ 1 callersFunctionpng_format_number
Utility to dump an unsigned value into a buffer, given a start pointer and * and end pointer (which should point just *beyond* the end of the buffer!
SpriteSheetPacker/3rdparty/optipng/libpng/pngerror.c:132
↓ 1 callersFunctionpng_formatted_warning
SpriteSheetPacker/3rdparty/optipng/libpng/pngerror.c:283
↓ 1 callersFunctionpng_free_jmpbuf
SpriteSheetPacker/3rdparty/optipng/libpng/pngerror.c:664
↓ 1 callersFunctionpng_gamma_threshold
In the case of gamma transformations only do transformations on images where * the [file] gamma and screen_gamma are not close reciprocals, otherwise
SpriteSheetPacker/3rdparty/optipng/libpng/pngrtran.c:1074
↓ 1 callersFunctionpng_get_cHRM_fixed
SpriteSheetPacker/3rdparty/optipng/libpng/pngget.c:629
↓ 1 callersFunctionpng_get_copyright
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:767
↓ 1 callersFunctionpng_get_gAMA_fixed
SpriteSheetPacker/3rdparty/optipng/libpng/pngget.c:666
↓ 1 callersFunctionpng_get_header_version
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:813
↓ 1 callersFunctionpng_get_libpng_ver
The following return the library version as a short string in the * format 1.0.0 through 99.99.99zz. To get the version of *.h files * used with yo
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:798
↓ 1 callersFunctionpng_get_oFFs
SpriteSheetPacker/3rdparty/optipng/libpng/pngget.c:821
↓ 1 callersFunctionpng_get_pCAL
SpriteSheetPacker/3rdparty/optipng/libpng/pngget.c:841
↓ 1 callersFunctionpng_get_pHYs
SpriteSheetPacker/3rdparty/optipng/libpng/pngget.c:927
↓ 1 callersFunctionpng_get_pixels_per_meter
SpriteSheetPacker/3rdparty/optipng/libpng/pngget.c:156
↓ 1 callersFunctionpng_get_sCAL
SpriteSheetPacker/3rdparty/optipng/libpng/pngget.c:893
↓ 1 callersFunctionpng_get_sCAL_s
FLOATING POINT */
SpriteSheetPacker/3rdparty/optipng/libpng/pngget.c:909
↓ 1 callersFunctionpng_get_sRGB
SpriteSheetPacker/3rdparty/optipng/libpng/pngget.c:706
↓ 1 callersFunctionpng_get_x_pixels_per_meter
SpriteSheetPacker/3rdparty/optipng/libpng/pngget.c:114
↓ 1 callersFunctionpng_get_y_pixels_per_meter
SpriteSheetPacker/3rdparty/optipng/libpng/pngget.c:135
↓ 1 callersFunctionpng_icc_tag_name
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:1727
↓ 1 callersFunctionpng_image_set_PLTE
SpriteSheetPacker/3rdparty/optipng/libpng/pngwrite.c:1977
↓ 1 callersFunctionpng_image_write_init
currently required for png_image_write_* */ Initialize the write structure - general purpose utility. */
SpriteSheetPacker/3rdparty/optipng/libpng/pngwrite.c:1668
↓ 1 callersFunctionpng_image_write_to_stdio
SpriteSheetPacker/3rdparty/optipng/libpng/pngwrite.c:2319
↓ 1 callersFunctionpng_init_filter_functions
SpriteSheetPacker/3rdparty/optipng/libpng/pngrutil.c:3882
↓ 1 callersFunctionpng_init_palette_transformations
For the moment 'png_init_palette_transformations' and * 'png_init_rgb_transformations' only do some flag canceling optimizations. * The intent is th
SpriteSheetPacker/3rdparty/optipng/libpng/pngrtran.c:1099
↓ 1 callersFunctionpng_init_read_transformations
SpriteSheetPacker/3rdparty/optipng/libpng/pngrtran.c:1273
↓ 1 callersFunctionpng_init_rgb_transformations
SpriteSheetPacker/3rdparty/optipng/libpng/pngrtran.c:1188
↓ 1 callersFunctionpng_log16bit
The above gives exact (to 16 binary places) log2 values for 8-bit images, * for 16-bit images we use the most significant 8 bits of the 16-bit value
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:3506
↓ 1 callersFunctionpng_log8bit
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:3450
↓ 1 callersFunctionpng_muldiv_warn
The following is for when the caller doesn't much care about the * result. */
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:3286
↓ 1 callersFunctionpng_process_some_data
What we do with the incoming data depends on what we were previously * doing before we ran out of data... */
SpriteSheetPacker/3rdparty/optipng/libpng/pngpread.c:105
↓ 1 callersFunctionpng_push_crc_finish
SpriteSheetPacker/3rdparty/optipng/libpng/pngpread.c:555
↓ 1 callersFunctionpng_push_have_end
SpriteSheetPacker/3rdparty/optipng/libpng/pngpread.c:1237
↓ 1 callersFunctionpng_push_have_info
SpriteSheetPacker/3rdparty/optipng/libpng/pngpread.c:1230
↓ 1 callersFunctionpng_push_process_row
SpriteSheetPacker/3rdparty/optipng/libpng/pngpread.c:935
↓ 1 callersFunctionpng_push_read_IDAT
SpriteSheetPacker/3rdparty/optipng/libpng/pngpread.c:726
↓ 1 callersFunctionpng_push_read_chunk
SpriteSheetPacker/3rdparty/optipng/libpng/pngpread.c:184
↓ 1 callersFunctionpng_push_read_sig
Read any remaining signature bytes from the stream and compare them with * the correct PNG signature. It is possible that this routine is called *
SpriteSheetPacker/3rdparty/optipng/libpng/pngpread.c:151
↓ 1 callersFunctionpng_push_restore_buffer
SpriteSheetPacker/3rdparty/optipng/libpng/pngpread.c:716
↓ 1 callersFunctionpng_read_destroy
Free all memory used in the read struct */
SpriteSheetPacker/3rdparty/optipng/libpng/pngread.c:913
↓ 1 callersFunctionpng_read_rows
SpriteSheetPacker/3rdparty/optipng/libpng/pngread.c:632
↓ 1 callersFunctionpng_read_sig
Read and check the PNG file signature */
SpriteSheetPacker/3rdparty/optipng/libpng/pngrutil.c:114
↓ 1 callersFunctionpng_read_transform_info
Modify the info structure to reflect the transformations. The * info should be updated so a PNG file could be written with it, * assuming the trans
SpriteSheetPacker/3rdparty/optipng/libpng/pngrtran.c:1923
↓ 1 callersFunctionpng_set_add_alpha
Added to libpng-1.2.7 */
SpriteSheetPacker/3rdparty/optipng/libpng/pngtrans.c:203
↓ 1 callersFunctionpng_set_cHRM
SpriteSheetPacker/3rdparty/optipng/libpng/pngset.c:100
↓ 1 callersFunctionpng_set_cHRM_XYZ_fixed
SpriteSheetPacker/3rdparty/optipng/libpng/pngset.c:68
↓ 1 callersFunctionpng_set_compression_strategy
SpriteSheetPacker/3rdparty/optipng/libpng/pngwrite.c:1380
↓ 1 callersFunctionpng_set_expand_gray_1_2_4_to_8
Expand grayscale images of less than 8-bit depth to 8 bits. */
SpriteSheetPacker/3rdparty/optipng/libpng/pngrtran.c:895
↓ 1 callersFunctionpng_set_gamma_fixed
SpriteSheetPacker/3rdparty/optipng/libpng/pngrtran.c:799
↓ 1 callersFunctionpng_set_iCCP
SpriteSheetPacker/3rdparty/optipng/libpng/pngset.c:610
↓ 1 callersFunctionpng_set_read_user_transform_fn
SpriteSheetPacker/3rdparty/optipng/libpng/pngrtran.c:1055
↓ 1 callersFunctionpng_set_sCAL
SpriteSheetPacker/3rdparty/optipng/libpng/pngset.c:426
↓ 1 callersFunctionpng_set_sPLT
SpriteSheetPacker/3rdparty/optipng/libpng/pngset.c:971
↓ 1 callersFunctionpng_set_sig_bytes
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:26
↓ 1 callersFunctionpng_set_tRNS_to_alpha
Expand tRNS chunks to alpha channels. */
SpriteSheetPacker/3rdparty/optipng/libpng/pngrtran.c:907
↓ 1 callersFunctionpng_set_text_compression_strategy
SpriteSheetPacker/3rdparty/optipng/libpng/pngwrite.c:1465
↓ 1 callersFunctionpng_set_write_user_transform_fn
SpriteSheetPacker/3rdparty/optipng/libpng/pngwrite.c:1526
↓ 1 callersFunctionpng_start_read_image
Initialize palette, background, etc, after transformations * are set, but before any reading takes place. This allows * the user to obtain a gamma-
SpriteSheetPacker/3rdparty/optipng/libpng/pngread.c:289
↓ 1 callersFunctionpng_user_version_check
Check a user supplied version number, called from both read and write * functions that create a png_struct. */
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:165
↓ 1 callersFunctionpng_warning_parameter_signed
SpriteSheetPacker/3rdparty/optipng/libpng/pngerror.c:262
↓ 1 callersFunctionpng_write_IEND
Write an IEND chunk */
SpriteSheetPacker/3rdparty/optipng/libpng/pngwutil.c:1144
↓ 1 callersFunctionpng_write_PLTE
Write the palette. We are careful not to trust png_color to be in the * correct order for PNG, so people can redefine it to any convenient * struct
SpriteSheetPacker/3rdparty/optipng/libpng/pngwutil.c:918
↓ 1 callersFunctionpng_write_bKGD
Write the background chunk */
SpriteSheetPacker/3rdparty/optipng/libpng/pngwutil.c:1484
← previousnext →1,001–1,100 of 1,945, ranked by callers