MCPcopy Create free account

hub / github.com/AmelieHeinrich/Termina / functions

Functions13,571 in github.com/AmelieHeinrich/Termina

↓ 4 callersFunctionImParseFormatPrecision
Parse display precision back from the display format string FIXME: This is still used by some navigation code path to infer a minimum tweak step, but
Sources/ThirdParty/ImGui/imgui_widgets.cpp:3651
↓ 4 callersFunctionImTriangleContainsPoint
Sources/ThirdParty/ImGui/imgui.cpp:2145
↓ 4 callersFunctionImTrunc64
Sources/ThirdParty/ImGui/imgui_internal.h:539
↓ 4 callersMethodInit
Sources/ThirdParty/VMA/vk_mem_alloc.h:7237
↓ 4 callersMethodInitialize
Sources/ThirdParty/Jolt/Physics/Collision/EstimateCollisionResponse.cpp:79
↓ 4 callersFunctionInputTextFilterCharacter
Return false to discard a character.
Sources/ThirdParty/ImGui/imgui_widgets.cpp:4383
↓ 4 callersMethodInvalidateContactCacheForBody
Sources/ThirdParty/Jolt/Physics/Body/BodyManager.cpp:1134
↓ 4 callersFunctionIsActiveIdUsingNavDir
Sources/ThirdParty/ImGui/imgui_internal.h:3642
↓ 4 callersFunctionIsEdgeActive
Helper function to check if an edge is active or not @param inNormal1 Triangle normal of triangle on the left side of the edge (when looking along the
Sources/ThirdParty/Jolt/Physics/Collision/ActiveEdges.h:19
↓ 4 callersFunctionIsFixedAxis
Sources/ThirdParty/Jolt/Physics/Constraints/SixDOFConstraint.h:91
↓ 4 callersFunctionIsNotScaled
Test if a scale is identity
Sources/ThirdParty/Jolt/Physics/Collision/Shape/ScaleHelpers.h:21
↓ 4 callersFunctionIsTranslationConstrained
Constraint settings helper functions
Sources/ThirdParty/Jolt/Physics/Constraints/SixDOFConstraint.h:227
↓ 4 callersFunctionIsValid
Checks if the result is valid
Sources/ThirdParty/Jolt/Core/Result.h:134
↓ 4 callersMethodIsValidScale
Sources/ThirdParty/Jolt/Physics/Collision/Shape/Shape.cpp:223
↓ 4 callersFunctionLength
Length of quaternion. @return Length of quaternion (\f$|v|\f$)
Sources/ThirdParty/Jolt/Math/Quat.h:140
↓ 4 callersMethodLerp
Sources/ThirdParty/ImGui/ImGuizmo.cpp:197
↓ 4 callersMethodLoad
Sources/Termina/Shader/ShaderFile.cpp:11
↓ 4 callersFunctionLockTranslation
Takes a translation vector inV and returns a vector where the components that are not allowed by mAllowedDOFs are set to 0
Sources/ThirdParty/Jolt/Physics/Body/MotionProperties.h:163
↓ 4 callersFunctionLockWheelingWindow
Sources/ThirdParty/ImGui/imgui.cpp:10863
↓ 4 callersFunctionMakeSubShapeIDRelativeToShape
Make inSubShapeID relative to mShape. When mSubShapeIDCreator is not empty, this is needed in order to get the correct path to the sub shape.
Sources/ThirdParty/Jolt/Physics/Collision/TransformedShape.h:126
↓ 4 callersMethodMerge
Sources/ThirdParty/ImGui/imgui_draw.cpp:2167
↓ 4 callersFunctionNormalize
Sources/ThirdParty/ImGui/ImGuizmo.cpp:146
↓ 4 callersMethodOnInit
Sources/Termina/World/Actor.cpp:32
↓ 4 callersMethodOnPlay
Sources/Termina/World/Actor.cpp:43
↓ 4 callersMethodQueryInterface
Sources/ThirdParty/DXC/WinAdapter.h:579
↓ 4 callersFunctionSTB_TEXTEDIT_GETWIDTH
Sources/ThirdParty/ImGui/imgui_widgets.cpp:3969
↓ 4 callersMethodSetAllocationUserData
Sources/ThirdParty/VMA/vk_mem_alloc.h:8626
↓ 4 callersMethodSetCurrentAccess
Sources/Termina/RHI/Resource.hpp:69
↓ 4 callersMethodSetCurrentCamera
Sources/Termina/Renderer/Renderer.hpp:35
↓ 4 callersMethodSetCurrentPipelineStage
Sources/Termina/RHI/Resource.hpp:70
↓ 4 callersFunctionSetCurrentWindow
Sources/ThirdParty/ImGui/imgui.cpp:4704
↓ 4 callersMethodSetEmbedded
Mark this class as embedded, this means the type can be used in a compound or constructed on the stack. The Release function will never destruct the o
Sources/ThirdParty/Jolt/Core/Reference.h:45
↓ 4 callersMethodSetFontLoader
Sources/ThirdParty/ImGui/imgui_draw.cpp:2689
↓ 4 callersMethodSetGravityFactor
Sources/ThirdParty/Jolt/Physics/Body/BodyInterface.cpp:952
↓ 4 callersMethodSetIncrementalSort
Sources/ThirdParty/VMA/vk_mem_alloc.h:10110
↓ 4 callersMethodSetInt
FIXME-OPT: Need a way to reuse the result of lower_bound when doing GetInt()/SetInt() - not too bad because it only happens on explicit interaction (m
Sources/ThirdParty/ImGui/imgui.cpp:3026
↓ 4 callersMethodSetItemSelected
Sources/ThirdParty/ImGui/imgui_widgets.cpp:8474
↓ 4 callersMethodSetRotation
Rotation
Sources/Termina/World/Components/Transform.cpp:69
↓ 4 callersMethodSetStatus
Sources/ThirdParty/ImGui/imgui.h:3658
↓ 4 callersMethodSetTransform
Update the transform of this sub shape @param inPosition New position @param inRotation New orientation @param inCenterOfMass The center of mass of th
Sources/ThirdParty/Jolt/Physics/Collision/Shape/CompoundShape.h:177
↓ 4 callersMethodSetUserData
Sources/ThirdParty/Jolt/Physics/Character/CharacterVirtual.cpp:1298
↓ 4 callersFunctionSetWindowConditionAllowFlags
Sources/ThirdParty/ImGui/imgui.cpp:6862
↓ 4 callersMethodSolveLongitudinalConstraintPart
Sources/ThirdParty/Jolt/Physics/Vehicle/Wheel.cpp:83
↓ 4 callersMethodStep
Sources/ThirdParty/ImGui/imgui.cpp:3552
↓ 4 callersMethodSwap
Sources/ThirdParty/DXC/WinAdapter.h:651
↓ 4 callersFunctionTableSettingsCalcChunkSize
Sources/ThirdParty/ImGui/imgui_tables.cpp:3629
↓ 4 callersMethodTransform
Sources/ThirdParty/ImGui/ImGuizmo.cpp:407
↓ 4 callersMethodTranslation
Sources/ThirdParty/ImGui/ImGuizmo.cpp:323
↓ 4 callersFunctionTryGetBody
Access a body, will return a nullptr if the body ID is no longer valid (not protected by lock)
Sources/ThirdParty/Jolt/Physics/Body/BodyManager.h:151
↓ 4 callersMethodUnpack
Private helper function to unpack the 1 vertex of 4 triangles (outX contains the x coordinate of triangle 0 .. 3 etc.)
Sources/ThirdParty/Jolt/AABBTree/TriangleCodec/TriangleCodecIndexed8BitPackSOA4Flags.h:342
↓ 4 callersMethodValidate
Sources/ThirdParty/VMA/vk_mem_alloc.h:6820
↓ 4 callersFunctionVmaAlignDown
Sources/ThirdParty/VMA/vk_mem_alloc.h:3935
↓ 4 callersFunctionVmaCreateStringCopy
Sources/ThirdParty/VMA/vk_mem_alloc.h:4421
↓ 4 callersFunctionVmaMalloc
Sources/ThirdParty/VMA/vk_mem_alloc.h:4352
↓ 4 callersFunctionVmaPrintDetailedStatistics
Sources/ThirdParty/VMA/vk_mem_alloc.h:6290
↓ 4 callersFunctionVmaValidateMagicValue
Sources/ThirdParty/VMA/vk_mem_alloc.h:4086
↓ 4 callersMethodWalkTreePerTriangle
Sources/ThirdParty/Jolt/Physics/Collision/Shape/MeshShape.cpp:492
↓ 4 callersMethodWritePointerData
Sources/ThirdParty/Jolt/ObjectStream/ObjectStreamOut.cpp:132
↓ 4 callersMethod_CalcCircleAutoSegmentCount
Sources/ThirdParty/ImGui/imgui_draw.cpp:654
↓ 4 callersFunction_glfwCreateContextOSMesa
Sources/ThirdParty/GLFW/osmesa_context.c:194
↓ 4 callersFunction_glfwCreateUTF8FromWideStringWin32
Returns a UTF-8 string version of the specified wide string
Sources/ThirdParty/GLFW/win32_init.c:440
↓ 4 callersFunction_glfwFreeGammaArrays
Frees the red, green and blue value arrays and clears the struct
Sources/ThirdParty/GLFW/monitor.c:210
↓ 4 callersFunction_glfwGetWindowSizeWin32
Sources/ThirdParty/GLFW/win32_window.c:1654
↓ 4 callersFunction_glfwInputFramebufferSize
Notifies shared code that a window framebuffer has been resized The size is specified in pixels
Sources/ThirdParty/GLFW/window.c:121
↓ 4 callersFunction_glfwInputWindowIconify
Notifies shared code that a window has been iconified or restored
Sources/ThirdParty/GLFW/window.c:98
↓ 4 callersFunction_glfwInputWindowMonitor
Notifies shared code that a window has changed its desired monitor
Sources/ThirdParty/GLFW/window.c:170
↓ 4 callersFunction_glfwPlatformGetTimerFrequency
Sources/ThirdParty/GLFW/macos_time.c:51
↓ 4 callersFunction_glfwPollPOSIX
Sources/ThirdParty/GLFW/posix_poll.c:37
↓ 4 callersFunction_glfwRefreshContextAttribs
Retrieves the attributes of the current context
Sources/ThirdParty/GLFW/context.c:345
↓ 4 callersFunction_glfwSetWindowSizeNull
Sources/ThirdParty/GLFW/null_window.c:253
↓ 4 callersFunction_glfwSplitBPP
Splits a color depth into red, green and blue bit depths
Sources/ThirdParty/GLFW/monitor.c:280
↓ 4 callersFunction_grow_capacity
Sources/ThirdParty/ImGui/imgui.h:2330
↓ 4 callersMethodaccept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
Sources/ThirdParty/JSON/detail/input/parser.hpp:155
↓ 4 callersFunctionallocate
Allocate memory
Sources/ThirdParty/Jolt/Core/STLAllocator.h:50
↓ 4 callersFunctioncgltf_element_read_float
Sources/ThirdParty/CGLTF/cgltf.h:2279
↓ 4 callersFunctioncgltf_free
Sources/ThirdParty/CGLTF/cgltf.h:1851
↓ 4 callersFunctioncgltf_parse_json_attribute_list
Sources/ThirdParty/CGLTF/cgltf.h:2974
↓ 4 callersMethodconvert
Sources/ThirdParty/VMA/vk_mem_alloc_raii.hpp:23
↓ 4 callersFunctioncreateFallbackDecorations
Sources/ThirdParty/GLFW/wl_window.c:227
↓ 4 callersFunctioncreateFallbackEdge
Sources/ThirdParty/GLFW/wl_window.c:202
↓ 4 callersFunctioncreateIcon
Creates an RGBA icon or cursor
Sources/ThirdParty/GLFW/win32_window.c:101
↓ 4 callersFunctiondestroyFallbackDecorations
Sources/ThirdParty/GLFW/wl_window.c:277
↓ 4 callersFunctiondestroyFallbackEdge
Sources/ThirdParty/GLFW/wl_window.c:260
↓ 4 callersFunctiondestruct
Destruct elements [inStart, inEnd - 1]
Sources/ThirdParty/Jolt/Core/Array.h:180
↓ 4 callersFunctionempty
@brief return whether pointer points to the root document @sa https://json.nlohmann.me/api/json_pointer/empty/
Sources/ThirdParty/JSON/detail/json_pointer.hpp:197
↓ 4 callersFunctionend
Sources/ThirdParty/ImGui/imgui_internal.h:703
↓ 4 callersFunctionequal
Sources/ThirdParty/ImGui/imstb_truetype.h:4470
↓ 4 callersMethodfind_erase_unsorted
Sources/ThirdParty/ImGui/imgui_draw.cpp:1841
↓ 4 callersFunctionfitToMonitor
Sources/ThirdParty/GLFW/win32_window.c:426
↓ 4 callersFunctionflushDisplay
Sources/ThirdParty/GLFW/wl_window.c:1293
↓ 4 callersFunctionfrom_json
Sources/ThirdParty/JSON/detail/conversions/from_json.hpp:47
↓ 4 callersFunctiongetModeInfo
Returns the mode info for a RandR mode XID
Sources/ThirdParty/GLFW/x11_monitor.c:58
↓ 4 callersFunctiongetProcAddressGLX
Sources/ThirdParty/GLFW/glx_context.c:221
↓ 4 callersFunctiongetVideoMode
The the sole (fake) video mode of our (sole) fake monitor
Sources/ThirdParty/GLFW/null_monitor.c:36
↓ 4 callersFunctionget_arithmetic_value
Sources/ThirdParty/JSON/detail/conversions/from_json.hpp:77
↓ 4 callersMethodget_binary
Sources/ThirdParty/JSON/detail/input/binary_reader.hpp:2940
↓ 4 callersMethodget_line_begin
Sources/ThirdParty/ImGui/imgui_internal.h:830
↓ 4 callersFunctionglfwDestroyCursor
Sources/ThirdParty/GLFW/input.c:904
↓ 4 callersFunctionglfwDestroyWindow
Sources/ThirdParty/GLFW/window.c:467
↓ 4 callersFunctionglfwGetWindowAttrib
Sources/ThirdParty/GLFW/window.c:879
← previousnext →1,001–1,100 of 13,571, ranked by callers