MCPcopy Create free account

hub / github.com/clementgallet/libTAS / functions

Functions6,352 in github.com/clementgallet/libTAS

↓ 1 callersFunctionImStdDev
src/external/imgui/implot_internal.h:171
↓ 1 callersFunctionImStrTrimBlanks
Trim str by offsetting contents when there's leading data + writing a \0 at the trailing position. We use this in situation where the cost is negligib
src/external/imgui/imgui.cpp:1857
↓ 1 callersFunctionImStrdup
src/external/imgui/imgui.cpp:1785
↓ 1 callersFunctionImStrdupcpy
src/external/imgui/imgui.cpp:1792
↓ 1 callersFunctionImStreolRange
Find end-of-line. Return pointer will point to either first \n, either str_end.
src/external/imgui/imgui.cpp:1821
↓ 1 callersFunctionImTextFindPreviousUtf8Codepoint
src/external/imgui/imgui.cpp:2298
↓ 1 callersFunctionImTriangleArea
src/external/imgui/imgui_internal.h:498
↓ 1 callersFunctionImTriangleBarycentricCoords
src/external/imgui/imgui.cpp:1730
↓ 1 callersFunctionImTriangleClosestPoint
src/external/imgui/imgui.cpp:1741
↓ 1 callersFunctionImUpperPowerOfTwo
src/external/imgui/imgui_internal.h:362
↓ 1 callersMethodInit
src/external/imgui/implot_items.cpp:1339
↓ 1 callersFunctionInitViewportDrawData
src/external/imgui/imgui.cpp:4881
↓ 1 callersFunctionInputTextCalcTextLenAndLineCount
src/external/imgui/imgui_widgets.cpp:3641
↓ 1 callersFunctionInputTextReconcileUndoStateAfterUserCallback
Find the shortest single replacement we can make to get the new text from the old text. Important: needs to be run before TextW is rewritten with the
src/external/imgui/imgui_widgets.cpp:4022
↓ 1 callersFunctionIntersection
Returns the intersection point of two lines A and B (assumes they are not parallel!)
src/external/imgui/implot_internal.h:1503
↓ 1 callersMethodIsActive
src/library/steam/CCallback.cpp:68
↓ 1 callersMethodIsActive
src/external/imgui/imgui.h:2340
↓ 1 callersMethodIsBuilt
4 bytes-per-pixel
src/external/imgui/imgui.h:2961
↓ 1 callersMethodIsDataType
src/external/imgui/imgui.h:2306
↓ 1 callersMethodIsGlyphRangeUnused
API is designed this way to avoid exposing the 4K page size e.g. use with IsGlyphRangeUnused(0, 255)
src/external/imgui/imgui_draw.cpp:3380
↓ 1 callersFunctionIsPlotHovered
src/external/imgui/implot.cpp:3735
↓ 1 callersMethodIsRangeLocked
src/external/imgui/implot_internal.h:881
↓ 1 callersFunctionLZ4_clearHash
src/external/lz4.cpp:661
↓ 1 callersFunctionLZ4_compress_destSize_extState
Note!: This function leaves the stream in an unclean/broken state! * It is not safe to subsequently use the same state with a _fastReset() or * _con
src/external/lz4.cpp:1296
↓ 1 callersFunctionLZ4_createStream
src/external/lz4.cpp:1337
↓ 1 callersFunctionLZ4_decompress_fast_doubleDict
src/external/lz4.cpp:2161
↓ 1 callersFunctionLZ4_decompress_safe_continue
*_continue() : These decoding functions allow decompression of multiple blocks in "streaming" mode. Previously decoded blocks must still be av
src/external/lz4.cpp:2228
↓ 1 callersFunctionLZ4_decompress_safe_doubleDict
The "double dictionary" mode, for use with e.g. ring buffers: the first part * of the dictionary is passed as prefix, and the second via dictStart +
src/external/lz4.cpp:2152
↓ 1 callersFunctionLZ4_getPosition
src/external/lz4.cpp:733
↓ 1 callersFunctionLZ4_hash4
-****************************** * Compression functions ********************************/
src/external/lz4.cpp:635
↓ 1 callersFunctionLZ4_hash5
src/external/lz4.cpp:643
↓ 1 callersFunctionLZ4_memcpy_using_offset
LZ4_memcpy_using_offset() presumes : * - dstEnd >= dstPtr + MINMATCH * - there is at least 8 bytes available to write after dstEnd */
src/external/lz4.cpp:428
↓ 1 callersFunctionLZ4_memcpy_using_offset_base
src/external/lz4.cpp:391
↓ 1 callersFunctionLZ4_setStreamDecode
! LZ4_setStreamDecode() : * Use this function to instruct where to find the dictionary. * This function is not necessary if previous data is still
src/external/lz4.cpp:2192
↓ 1 callersFunctionLZ4_stream_t_alignment
for some reason, Visual fails the aligment test on 32-bit x86 : it reports an aligment of 8-bytes, while act
src/external/lz4.cpp:1350
↓ 1 callersFunctionLZ4_write16
src/external/lz4.cpp:294
↓ 1 callersFunctionLocator_Log10
src/external/imgui/implot.cpp:794
↓ 1 callersFunctionMapInputReverse
src/external/imgui/implot.cpp:4802
↓ 1 callersFunctionMenuBarHeight
src/external/imgui/imgui_internal.h:2525
↓ 1 callersFunctionMkGmtTime
src/external/imgui/implot.cpp:907
↓ 1 callersFunctionMkLocTime
src/external/imgui/implot.cpp:931
↓ 1 callersFunctionNavBiasScoringRect
Bias scoring rect ahead of scoring + update preferred pos (if missing) using source position
src/external/imgui/imgui.cpp:11772
↓ 1 callersFunctionNotifyOfDocumentsClosedElsewhere
[Optional] Notify the system of Tabs/Windows closure that happened outside the regular tab interface. If a tab has been closed programmatically (aka c
src/external/imgui/imgui_demo.cpp:8261
↓ 1 callersFunctionOrderOfMagnitude
Computes order of magnitude of double.
src/external/imgui/implot_internal.h:1494
↓ 1 callersFunctionOrderToPrecision
Returns the precision required for a order of magnitude.
src/external/imgui/implot_internal.h:1496
↓ 1 callersMethodOverrideSizeLate
src/external/imgui/implot_internal.h:605
↓ 1 callersFunctionPadAndDatumAxesX
src/external/imgui/implot.cpp:1629
↓ 1 callersFunctionPadAndDatumAxesY
src/external/imgui/implot.cpp:1694
↓ 1 callersFunctionPathBezierCubicCurveToCasteljau
Closely mimics ImBezierCubicClosestPointCasteljau() in imgui.cpp
src/external/imgui/imgui_draw.cpp:1261
↓ 1 callersFunctionPathBezierQuadraticCurveToCasteljau
src/external/imgui/imgui_draw.cpp:1286
↓ 1 callersMethodPixelSize
src/external/imgui/implot_internal.h:781
↓ 1 callersFunctionPlotBarGroups
src/external/imgui/implot_items.cpp:1922
↓ 1 callersFunctionPlotErrorBarsHEx
src/external/imgui/implot_items.cpp:2032
↓ 1 callersFunctionPlotErrorBarsVEx
src/external/imgui/implot_items.cpp:2007
↓ 1 callersFunctionPlotLine
src/external/imgui/implot_items.cpp:1617
↓ 1 callersFunctionPlotPieChartEx
src/external/imgui/implot_items.cpp:2244
↓ 1 callersFunctionPrecision
Returns a floating point precision to use given a value
src/external/imgui/implot_internal.h:1498
↓ 1 callersMethodPrimQuadUV
src/external/imgui/imgui_draw.cpp:686
↓ 1 callersMethodPrimRectUV
src/external/imgui/imgui_draw.cpp:671
↓ 1 callersMethodPushClipRectFullScreen
src/external/imgui/imgui_draw.cpp:590
↓ 1 callersMethodPushLinks
src/external/imgui/implot_internal.h:904
↓ 1 callersFunctionRegisterOrGetItem
src/external/imgui/implot_items.cpp:284
↓ 1 callersMethodRemove
src/external/imgui/imgui_internal.h:682
↓ 1 callersMethodRender
src/external/imgui/implot_items.cpp:1342
↓ 1 callersFunctionRenderSelectionRect
src/external/imgui/implot.cpp:1814
↓ 1 callersMethodRenderText
Note: as with every ImDrawList drawing function, this expects that the font atlas texture is bound.
src/external/imgui/imgui_draw.cpp:3693
↓ 1 callersFunctionRenderViewportsThumbnails
src/external/imgui/imgui.cpp:13755
↓ 1 callersMethodRollOver
src/external/imgui/implot_internal.h:298
↓ 1 callersFunctionRoundAxisValue
src/external/imgui/implot.cpp:1595
↓ 1 callersFunctionRoundTo
Round a value to a given precision
src/external/imgui/implot_internal.h:1500
↓ 1 callersFunctionSDL_AudioInit
Override */
src/library/audio/sdl/sdlaudio.cpp:82
↓ 1 callersFunctionSDL_CaptureMouse
src/library/inputs/sdlpointer.cpp:179
↓ 1 callersFunctionSDL_CloseAudioDevice
Override */
src/library/audio/sdl/sdlaudio.cpp:538
↓ 1 callersFunctionSDL_Delay
Override */
src/library/general/sleepwrappers.cpp:70
↓ 1 callersFunctionSDL_EnableUNICODE
src/library/inputs/sdltextinput.cpp:55
↓ 1 callersFunctionSDL_FlushEvents
Override */
src/library/sdl/sdlevents.cpp:329
↓ 1 callersFunctionSDL_FreeCursor
src/library/inputs/sdlpointer.cpp:232
↓ 1 callersFunctionSDL_GL_CreateContext
src/library/sdl/sdlwindows.cpp:104
↓ 1 callersFunctionSDL_GL_DeleteContext
src/library/sdl/sdlwindows.cpp:134
↓ 1 callersFunctionSDL_GL_SwapWindow
Override */
src/library/sdl/sdlwindows.cpp:90
↓ 1 callersFunctionSDL_GameControllerClose
Override */
src/library/inputs/sdlgamecontroller.cpp:503
↓ 1 callersFunctionSDL_GameControllerMapping
Override */
src/library/inputs/sdlgamecontroller.cpp:164
↓ 1 callersFunctionSDL_GetAudioDeviceStatus
Override */
src/library/audio/sdl/sdlaudio.cpp:351
↓ 1 callersFunctionSDL_GetCurrentDisplayMode
Override */
src/library/sdl/sdldisplay.cpp:179
↓ 1 callersFunctionSDL_GetGlobalMouseState
src/library/inputs/sdlpointer.cpp:56
↓ 1 callersFunctionSDL_GetKeyState
Override */
src/library/inputs/sdlkeyboard.cpp:44
↓ 1 callersFunctionSDL_GetKeyboardFocus
Override */
src/library/inputs/sdlkeyboard.cpp:55
↓ 1 callersFunctionSDL_GetKeyboardState
Override */
src/library/inputs/sdlkeyboard.cpp:33
↓ 1 callersFunctionSDL_GetMouseState
src/library/inputs/sdlpointer.cpp:43
↓ 1 callersFunctionSDL_GetPerformanceFrequency
Override */
src/library/sdl/sdltime.cpp:46
↓ 1 callersFunctionSDL_GetTicks
Override */
src/library/sdl/sdltime.cpp:28
↓ 1 callersFunctionSDL_GetWindowID
Override */
src/library/sdl/sdlwindows.cpp:275
↓ 1 callersFunctionSDL_GetWindowPosition
Override */
src/library/sdl/sdlwindows.cpp:415
↓ 1 callersFunctionSDL_HasEvents
Override */
src/library/sdl/sdlevents.cpp:303
↓ 1 callersFunctionSDL_InitSubSystem
Override */
src/library/sdl/sdlmain.cpp:62
↓ 1 callersFunctionSDL_IsGameController
Override */
src/library/inputs/sdlgamecontroller.cpp:62
↓ 1 callersFunctionSDL_IsTextInputActive
src/library/inputs/sdltextinput.cpp:35
↓ 1 callersFunctionSDL_JoystickGetGUID
Override */
src/library/inputs/sdljoystick.cpp:244
↓ 1 callersFunctionSDL_JoystickName
Override */
src/library/inputs/sdljoystick.cpp:76
↓ 1 callersFunctionSDL_JoystickNumAxes
Override */
src/library/inputs/sdljoystick.cpp:290
← previousnext →1,401–1,500 of 6,352, ranked by callers