MCPcopy Create free account

hub / github.com/ChevyRay/crunch / functions

Functions289 in github.com/ChevyRay/crunch

↓ 1 callersFunctionlodepng_has_palette_alpha
crunch/lodepng.cpp:2691
↓ 1 callersFunctionlodepng_huffman_code_lengths
crunch/lodepng.cpp:789
↓ 1 callersFunctionlodepng_inflate
crunch/lodepng.cpp:1283
↓ 1 callersFunctionlodepng_inflatev
crunch/lodepng.cpp:1253
↓ 1 callersFunctionlodepng_inspect
read the information from the header and store it in the LodePNGInfo. return value is error*/
crunch/lodepng.cpp:3903
↓ 1 callersFunctionlodepng_is_alpha_type
crunch/lodepng.cpp:2681
↓ 1 callersFunctionlodepng_is_greyscale_type
crunch/lodepng.cpp:2676
↓ 1 callersFunctionlodepng_load_file
crunch/lodepng.cpp:387
↓ 1 callersFunctionlodepng_palette_add
crunch/lodepng.cpp:2644
↓ 1 callersFunctionlodepng_zlib_compress
crunch/lodepng.cpp:2188
↓ 1 callersFunctionlodepng_zlib_decompress
crunch/lodepng.cpp:2126
↓ 1 callersFunctionpostProcessScanlines
out must be buffer big enough to contain full image, and in must contain the full decompressed data from the IDAT chunks (with filter index bytes and
crunch/lodepng.cpp:4165
↓ 1 callersFunctionreadChunk_PLTE
crunch/lodepng.cpp:4215
↓ 1 callersFunctionreadChunk_bKGD
background color chunk (bKGD)*/
crunch/lodepng.cpp:4275
↓ 1 callersFunctionreadChunk_iTXt
international text chunk (iTXt)*/
crunch/lodepng.cpp:4400
↓ 1 callersFunctionreadChunk_pHYs
crunch/lodepng.cpp:4508
↓ 1 callersFunctionreadChunk_tEXt
text chunk (tEXt)*/
crunch/lodepng.cpp:4308
↓ 1 callersFunctionreadChunk_tIME
crunch/lodepng.cpp:4493
↓ 1 callersFunctionreadChunk_tRNS
crunch/lodepng.cpp:4239
↓ 1 callersFunctionreadChunk_zTXt
compressed text chunk (zTXt)*/
crunch/lodepng.cpp:4351
↓ 1 callersFunctionrgba16ToPixel
put a pixel, given its RGBA16 color, into image of any color 16-bitdepth type*/
crunch/lodepng.cpp:3140
↓ 1 callersFunctionrgba8ToPixel
put a pixel, given its RGBA color, into image of any color type*/
crunch/lodepng.cpp:3066
↓ 1 callersFunctionsave_file
write given buffer to the file, overwriting the file, it doesn't append to it.*/
crunch/lodepng.cpp:6026
↓ 1 callersFunctionsetBitOfReversedStream0
crunch/lodepng.cpp:2397
↓ 1 callersFunctiontinydir_open_sorted
crunch/tinydir.h:337
↓ 1 callersFunctionuivector_reserve
returns 1 if success, 0 if failure ==> nothing done*/
crunch/lodepng.cpp:152
↓ 1 callersFunctionunfilterScanline
crunch/lodepng.cpp:3969
↓ 1 callersFunctionupdate_adler32
crunch/lodepng.cpp:2091
↓ 1 callersFunctionwriteSignature
crunch/lodepng.cpp:4875
MethodBitmap
crunch/bitmap.cpp:36
MethodContactPointScoreNode
crunch/MaxRectsBinPack.cpp:389
MethodFindPositionForNewNode
crunch/GuillotineBinPack.cpp:431
MethodFindPositionForNewNodeBestAreaFit
crunch/MaxRectsBinPack.cpp:327
MethodFindPositionForNewNodeBestLongSideFit
crunch/MaxRectsBinPack.cpp:273
MethodFindPositionForNewNodeBestShortSideFit
crunch/MaxRectsBinPack.cpp:219
MethodFindPositionForNewNodeBottomLeft
crunch/MaxRectsBinPack.cpp:175
MethodFindPositionForNewNodeContactPoint
crunch/MaxRectsBinPack.cpp:408
FunctionFits
@return True if r fits inside freeRect (possibly rotated).
crunch/GuillotineBinPack.cpp:157
FunctionFitsPerfectly
@return True if r fits perfectly inside freeRect, i.e. the leftover area is 0.
crunch/GuillotineBinPack.cpp:164
MethodGuillotineBinPack
crunch/GuillotineBinPack.cpp:23
MethodInit
crunch/MaxRectsBinPack.cpp:34
MethodInit
crunch/GuillotineBinPack.cpp:34
MethodInsert
crunch/GuillotineBinPack.cpp:57
MethodMaxRectsBinPack
crunch/MaxRectsBinPack.cpp:23
MethodMergeFreeList
crunch/GuillotineBinPack.cpp:587
MethodOccupancy
Computes the ratio of used surface area.
crunch/MaxRectsBinPack.cpp:166
MethodOccupancy
Computes the ratio of used surface area to the total bin area.
crunch/GuillotineBinPack.cpp:369
MethodPacker
crunch/packer.cpp:37
MethodPlaceRect
crunch/MaxRectsBinPack.cpp:120
MethodPruneFreeList
crunch/MaxRectsBinPack.cpp:500
FunctionReadShort
crunch/binary.cpp:56
FunctionReadString
crunch/binary.cpp:46
MethodScoreBestAreaFit
crunch/GuillotineBinPack.cpp:395
MethodScoreBestLongSideFit
crunch/GuillotineBinPack.cpp:408
MethodScoreBestShortSideFit
crunch/GuillotineBinPack.cpp:400
MethodScoreByHeuristic
Returns the heuristic score value for placing a rectangle of size width*height into freeRect. Does not try to rotate.
crunch/GuillotineBinPack.cpp:381
MethodScoreRect
crunch/MaxRectsBinPack.cpp:139
MethodScoreWorstAreaFit
crunch/GuillotineBinPack.cpp:416
MethodScoreWorstLongSideFit
crunch/GuillotineBinPack.cpp:426
MethodScoreWorstShortSideFit
crunch/GuillotineBinPack.cpp:421
MethodSplitFreeNode
crunch/MaxRectsBinPack.cpp:450
MethodSplitFreeRectAlongAxis
This function will add the two generated rectangles into the freeRectangles array. The caller is expected to remove the original rectangle from the fr
crunch/GuillotineBinPack.cpp:553
MethodSplitFreeRectByHeuristic
crunch/GuillotineBinPack.cpp:501
MethodState
crunch/lodepng.cpp:6081
Function_tinydir_file_cmp
crunch/tinydir.h:743
Functioncompress
crunch/lodepng.cpp:6056
Functiondecode
crunch/lodepng.cpp:6105
Functiondecompress
crunch/lodepng.cpp:6034
Functionencode
crunch/lodepng.cpp:6163
Functionlodepng_chunk_data
crunch/lodepng.cpp:2454
Functionlodepng_chunk_private
crunch/lodepng.cpp:2444
Functionlodepng_chunk_safetocopy
crunch/lodepng.cpp:2449
Functionlodepng_chunk_type
crunch/lodepng.cpp:2426
Functionlodepng_clear_itext
crunch/lodepng.cpp:2880
Functionlodepng_clear_text
crunch/lodepng.cpp:2808
Functionlodepng_decode24
crunch/lodepng.cpp:4786
Functionlodepng_decode24_file
crunch/lodepng.cpp:4809
Functionlodepng_decode32
crunch/lodepng.cpp:4781
Functionlodepng_encode24
crunch/lodepng.cpp:5854
Functionlodepng_encode24_file
crunch/lodepng.cpp:5876
Functionlodepng_encode32
crunch/lodepng.cpp:5849
Functionlodepng_error_text
This returns the description of a numerical error code in English. This is also the documentation of all the error codes. */
crunch/lodepng.cpp:5904
Functionlodepng_get_channels
crunch/lodepng.cpp:2671
Functionlodepng_info_swap
crunch/lodepng.cpp:2971
Functionlodepng_is_palette_type
crunch/lodepng.cpp:2686
Functionmain
crunch/main.cpp:201
Method~Bitmap
crunch/bitmap.cpp:152
Method~LodePNGState
For the lodepng::State subclass. */
crunch/lodepng.h:635
Method~State
crunch/lodepng.cpp:6092
← previous201–289 of 289, ranked by callers