MCPcopy Create free account

hub / github.com/DentonW/DevIL / functions

Functions1,867 in github.com/DentonW/DevIL

↓ 817 callersFunctionilSetError
Sets the current error If you go past the stack size for this, it cycles the errors, almost like a LRU algo.
DevIL/src-IL/src/il_error.cpp:26
↓ 192 callersFunctioniStrCmp
DevIL/src-IL/src/il_internal.cpp:53
↓ 189 callersFunctionilCloseImage
Closes Image and frees all memory associated with it.
DevIL/src-IL/src/il_stack.cpp:203
↓ 155 callersFunctionGetLittleUInt
DevIL/src-IL/src/il_endian.cpp:105
↓ 87 callersFunctioniSetInputFile
Tells DevIL that we're reading from a file, not a lump
DevIL/src-IL/src/il_files.cpp:305
↓ 83 callersFunctioniSetInputLump
Tells DevIL that we're reading from a lump, not a file
DevIL/src-IL/src/il_files.cpp:318
↓ 77 callersFunctionlog
DevIL/test/Stress/mmgr.cpp:254
↓ 71 callersFunctioniCheckExtension
Simple function to test if a filename has a given extension, disregarding case
DevIL/src-IL/src/il_internal.cpp:108
↓ 64 callersFunctionGetBigUInt
DevIL/src-IL/src/il_endian.cpp:159
↓ 54 callersMethodBind
DevIL/cpp wrapper/il_wrap.cpp:228
↓ 54 callersMethodBind
Image handling
DevIL/include/IL/devil_cpp_wrapper.hpp:391
↓ 54 callersFunctionGetLittleUShort
DevIL/src-IL/src/il_endian.cpp:87
↓ 51 callersFunctionSaveLittleUInt
DevIL/src-IL/src/il_endian.cpp:209
↓ 49 callersFunctionilFixImage
DevIL/src-IL/src/il_convert.cpp:1074
↓ 48 callersFunctionilNextPower2
Returns the next power of 2 if Num isn't 2^n or returns Num if Num is 2^n
DevIL/src-IL/src/il_utility.cpp:139
↓ 45 callersFunctionilSetCurImage
To be only used when the original image is going to be set back almost immediately.
DevIL/src-IL/src/il_stack.cpp:531
↓ 44 callersFunctionGetBigUShort
DevIL/src-IL/src/il_endian.cpp:141
↓ 40 callersFunctioniBindImageTemp
DevIL/src-IL/src/il_stack.cpp:693
↓ 35 callersFunctionilSaveTarga
Writes a Targa file
DevIL/src-IL/src/il_targa.cpp:541
↓ 33 callersFunctionSaveLittleUShort
DevIL/src-IL/src/il_endian.cpp:195
↓ 31 callersFunctioniUnCache
DevIL/src-IL/src/il_files.cpp:579
↓ 25 callersFunctionCreateGDI
DevIL/examples/windows_example/WindowsTest.cpp:187
↓ 25 callersFunctionResizeWin
DevIL/examples/windows_example/WindowsTest.cpp:230
↓ 24 callersFunctionilGetCurName
Returns the current index.
DevIL/src-IL/src/il_stack.cpp:515
↓ 23 callersFunctionGetLittleInt
DevIL/src-IL/src/il_endian.cpp:114
↓ 22 callersFunctionstrdup
DevIL/src-IL/src/il_internal.cpp:45
↓ 21 callersFunctionCreateGDI
DevIL/examples/windows_example/windows_example.cpp:187
↓ 21 callersFunctioniFileExists
Checks if the file exists
DevIL/src-IL/src/il_internal.cpp:165
↓ 20 callersFunctionResizeWin
DevIL/examples/windows_example/windows_example.cpp:230
↓ 20 callersMethodtellg
@TODO: Make this work with 64-bit values.
DevIL/src-IL/src/il_exr.cpp:146
↓ 19 callersFunctionGetLittleShort
DevIL/src-IL/src/il_endian.cpp:96
↓ 19 callersFunctioniSwapUInt
DevIL/src-IL/src/il_endian.cpp:40
↓ 19 callersFunctionilGetBppPal
Returns the bpp of any palette type (PalType)
DevIL/src-IL/src/il_utility.cpp:99
↓ 19 callersFunctionunzlocal_getShort
=========================================================================== Reads a long in LSB order from the given gz_stream. Sets */
DevIL/test/Unzip/unzip.c:160
↓ 18 callersFunctioniSetOutputLump
Tells DevIL that we're writing to a lump, not a file
DevIL/src-IL/src/il_files.cpp:360
↓ 18 callersMethodseekp
Note that there is no return value here, even though there probably should be. @TODO: Make this work with 64-bit values.
DevIL/src-IL/src/il_exr.cpp:324
↓ 17 callersFunctioniSetOutputFile
Tells DevIL that we're writing to a file, not a lump
DevIL/src-IL/src/il_files.cpp:332
↓ 17 callersFunctioniSwapUShort
DevIL/src-IL/src/il_endian.cpp:17
↓ 17 callersMethodseekg
Note that there is no return value here, even though there probably should be. @TODO: Make this work with 64-bit values.
DevIL/src-IL/src/il_exr.cpp:159
↓ 16 callersFunctionSaveBigInt
DevIL/src-IL/src/il_endian.cpp:262
↓ 15 callersFunctioniGetHint
DevIL/src-IL/src/il_states.cpp:935
↓ 15 callersFunctioniGetString
Returns format-specific strings, truncated to MaxLen (not counting the terminating NULL).
DevIL/src-IL/src/il_states.cpp:175
↓ 15 callersFunctionunzlocal_getLong
(fin,pX)
DevIL/test/Unzip/unzip.c:182
↓ 14 callersFunctionIsExtensionSupported
From http://www.opengl.org/News/Special/OGLextensions/OGLextensions.html Should we make this accessible outside the lib?
DevIL/src-ILUT/src/ilut_opengl.cpp:893
↓ 14 callersFunctioniPreCache
DevIL/src-IL/src/il_files.cpp:541
↓ 14 callersFunctionilCharStrLen
Because MSVC++'s version is too stupid to check for NULL... Passing NULL to strlen will definitely cause a crash.
DevIL/src-IL/src/il_internal.cpp:94
↓ 14 callersFunctionstricmp
DevIL/src-IL/src/il_internal.cpp:25
↓ 13 callersMethodclear
DevIL/src-IL/src/il_exr.cpp:167
↓ 13 callersFunctionilCopyImageAttr
Copies everything but the Data from Src to Dest.
DevIL/src-IL/src/il_devil.cpp:958
↓ 12 callersFunctionUtxReadCompactInteger
This following code is from http://wiki.beyondunreal.com/Legacy:Package_File_Format/Data_Details. <summary>Reads a compact integer from the FileReader
DevIL/src-IL/src/il_utx.c:193
↓ 12 callersFunctionUtxReadCompactInteger
This following code is from http://wiki.beyondunreal.com/Legacy:Package_File_Format/Data_Details. <summary>Reads a compact integer from the FileReader
DevIL/src-IL/src/il_utx.cpp:175
↓ 12 callersFunctionVol
Compute sum over a Box of any given statistic
DevIL/src-IL/src/il_quantizer.cpp:180
↓ 12 callersMethodgetNamedAttribute
(String name, Attributes attr)
DevIL-docs/DocBuilder.java:312
↓ 12 callersFunctionilGetBpcType
Returns the bpc of any Type
DevIL/src-IL/src/il_utility.cpp:58
↓ 12 callersFunctionilGetPalBaseType
Returns the base format of a palette type (PalType)
DevIL/src-IL/src/il_utility.cpp:116
↓ 12 callersFunctionmemorySizeString
DevIL/test/Stress/mmgr.cpp:377
↓ 12 callersMethodprintXMLTrace
()
DevIL-docs/DocBuilder.java:301
↓ 11 callersFunctionGetBigInt
DevIL/src-IL/src/il_endian.cpp:168
↓ 11 callersFunctioniClipString
Clips a string to a certain length and returns a new string.
DevIL/src-IL/src/il_states.cpp:152
↓ 11 callersFunctioniGetInt
DevIL/src-IL/src/il_states.cpp:1174
↓ 11 callersFunctioniSwapDouble
DevIL/src-IL/src/il_endian.cpp:66
↓ 11 callersFunctioniSwapFloat
DevIL/src-IL/src/il_endian.cpp:62
↓ 11 callersFunctionilGetBppFormat
Returns the bpp of any Format
DevIL/src-IL/src/il_utility.cpp:18
↓ 10 callersFunctionSaveLittleInt
DevIL/src-IL/src/il_endian.cpp:216
↓ 10 callersFunctioniIcnsReadData
DevIL/src-IL/src/il_icns.cpp:231
↓ 10 callersFunctionilStrLen
Because MSVC++'s version is too stupid to check for NULL...
DevIL/src-IL/src/il_internal.cpp:79
↓ 10 callersFunctionstrnicmp
DevIL/src-IL/src/il_internal.cpp:29
↓ 10 callersFunctiontread
DevIL/test/URar/urarlib.c:1068
↓ 9 callersFunctionFilter
Needs some SERIOUS optimization.
DevIL/src-ILU/src/ilu_filter.cpp:188
↓ 9 callersFunctionilLoadTarga
Reads a Targa file
DevIL/src-IL/src/il_targa.cpp:140
↓ 8 callersFunctionCheckExtension
Simple function to test if a filename has a given extension, disregarding case
DevIL/examples/windows_example/BatchConv.cpp:134
↓ 8 callersFunctionDestroyGDI
DevIL/examples/windows_example/WindowsTest.cpp:213
↓ 8 callersFunctionGetBigShort
DevIL/src-IL/src/il_endian.cpp:150
↓ 8 callersFunctionGetBitsFromMask
@TODO: Look at using the BSF/BSR operands for inline ASM here.
DevIL/src-IL/src/il_dds.cpp:1870
↓ 8 callersFunctionGetExtension
DevIL/examples/windows_example/BatchConv.cpp:107
↓ 8 callersFunctionSaveBigShort
DevIL/src-IL/src/il_endian.cpp:246
↓ 8 callersFunctionilHalfToFloat
Taken from OpenEXR
DevIL/src-IL/src/il_manip.cpp:157
↓ 8 callersFunctionilInitImage
DevIL/src-IL/src/il_devil.cpp:19
↓ 8 callersFunctionresetGlobals
DevIL/test/Stress/mmgr.cpp:744
↓ 7 callersFunctionDecompressDXT1
Needed for UTX and potentially others outside of DDS
DevIL/src-IL/src/il_dds.cpp:2445
↓ 7 callersFunctionDestroyGDI
DevIL/examples/windows_example/windows_example.cpp:213
↓ 7 callersFunctionGetShort
DevIL/src-IL/src/il_dicom.cpp:315
↓ 7 callersFunctionSaveBigUShort
DevIL/src-IL/src/il_endian.cpp:238
↓ 7 callersMethodiGenBind
DevIL/cpp wrapper/il_wrap.cpp:423
↓ 7 callersMethodiGenBind
DevIL/include/IL/devil_cpp_wrapper.hpp:571
↓ 7 callersFunctionilLoadPng
Reads a file
DevIL/src-IL/src/il_png.cpp:108
↓ 7 callersFunctionownerString
DevIL/test/Stress/mmgr.cpp:340
↓ 6 callersFunctionAs16Bit
DevIL/src-IL/src/il_dds-save.cpp:376
↓ 6 callersFunctionDecompressDXT3
DevIL/src-IL/src/il_dds.cpp:1035
↓ 6 callersFunctionDecompressDXT5
DevIL/src-IL/src/il_dds.cpp:1120
↓ 6 callersFunctionGetInt
DevIL/src-IL/src/il_dicom.cpp:335
↓ 6 callersFunctionGetLittleFloat
DevIL/src-IL/src/il_endian.cpp:123
↓ 6 callersFunctionGetNumericValue
DevIL/src-IL/src/il_dicom.cpp:375
↓ 6 callersFunctionGetShiftFromMask
DevIL/src-IL/include/il_bmp.h:81
↓ 6 callersFunctionShortToColor888
DevIL/src-IL/src/il_dds-save.cpp:989
↓ 6 callersFunctioncleanUpGifLoadState
DevIL/src-IL/src/il_gif.cpp:531
↓ 6 callersFunctioniCompFormatToChannelCount
DevIL/src-IL/src/il_dds.cpp:269
↓ 6 callersFunctioniEnlargeStack
Internal function to enlarge the image stack by I_STACK_INCREMENT members.
DevIL/src-IL/src/il_stack.cpp:581
↓ 6 callersFunctioniGetExtension
DevIL/src-IL/src/il_internal.cpp:138
↓ 6 callersFunctionilSwapColours
Swaps the colour order of the current image (rgb(a)->bgr(a) or vice-versa). Must be either an 8, 24 or 32-bit (coloured) image (or palette).
DevIL/src-IL/src/il_convert.cpp:444
next →1–100 of 1,867, ranked by callers