Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AmelieHeinrich/Termina
/ functions
Functions
13,571 in github.com/AmelieHeinrich/Termina
⨍
Functions
13,571
◇
Types & classes
8,042
↓ 5 callers
Function
stbi__jpeg_huff_decode
decode a jpeg huffman value from the bitstream
Sources/ThirdParty/stb/stb_image.h:2097
↓ 5 callers
Function
stbi__jpeg_reset
after a restart interval, stbi__jpeg_reset the entropy decoder and the dc prediction
Sources/ThirdParty/stb/stb_image.h:2936
↓ 5 callers
Function
stbi__malloc_mad2
mallocs with size overflow checking
Sources/ThirdParty/stb/stb_image.h:1048
↓ 5 callers
Function
stbi__zbuild_huffman
Sources/ThirdParty/stb/stb_image.h:4124
↓ 5 callers
Function
stbtt_GetFontOffsetForIndex
Sources/ThirdParty/ImGui/imstb_truetype.h:4950
↓ 5 callers
Function
stbtt_GetGlyphShape
Sources/ThirdParty/ImGui/imstb_truetype.h:2302
↓ 5 callers
Function
stbtt__csctx_rline_to
Sources/ThirdParty/ImGui/imstb_truetype.h:1955
↓ 5 callers
Function
swap
@brief exchanges the values @sa https://json.nlohmann.me/api/basic_json/swap/
Sources/ThirdParty/JSON/json.hpp:3493
↓ 5 callers
Function
updateCursorImage
Updates the cursor image according to its cursor mode
Sources/ThirdParty/GLFW/x11_window.c:457
↓ 5 callers
Function
updateCursorImage
Updates the cursor image according to its cursor mode
Sources/ThirdParty/GLFW/win32_window.c:225
↓ 5 callers
Function
vadd
Sources/ThirdParty/MikkTSpace/mikktspace.c:52
↓ 5 callers
Function
vmaAllocateMemoryPages
Sources/ThirdParty/VMA/vk_mem_alloc.h:16244
↓ 5 callers
Function
vmaDestroyBuffer
Sources/ThirdParty/VMA/vk_mem_alloc.h:16856
↓ 5 callers
Function
vmaDestroyImage
Sources/ThirdParty/VMA/vk_mem_alloc.h:16979
↓ 5 callers
Function
waitForX11Event
Wait for event data to arrive on the X11 display socket This avoids blocking other threads via the per-display Xlib lock that also covers GLX function
Sources/ThirdParty/GLFW/x11_window.c:63
↓ 4 callers
Function
ASin
Arc sine of x (returns value in the range [-PI / 2, PI / 2]) Note that all input values will be clamped to the range [-1, 1] and this function will no
Sources/ThirdParty/Jolt/Math/Trigonometry.h:35
↓ 4 callers
Method
AddComponentRaw
Sources/Termina/World/Actor.cpp:190
↓ 4 callers
Method
AddHit
Sources/ThirdParty/Jolt/Physics/Collision/CastSphereVsTriangles.cpp:39
↓ 4 callers
Method
AddMousePosEvent
Queue a mouse move event
Sources/ThirdParty/ImGui/imgui.cpp:1911
↓ 4 callers
Method
AddNumber
Sources/ThirdParty/VMA/vk_mem_alloc.h:5944
↓ 4 callers
Method
Allocate
Sources/ThirdParty/VMA/vk_mem_alloc.h:10370
↓ 4 callers
Method
Barrier
Sources/ThirdParty/Jolt/Compute/DX12/ComputeBufferDX12.cpp:82
↓ 4 callers
Function
CalcNextScrollFromScrollTargetAndClamp
Sources/ThirdParty/ImGui/imgui.cpp:12449
↓ 4 callers
Function
CalcWindowAutoFitSize
Sources/ThirdParty/ImGui/imgui.cpp:7038
↓ 4 callers
Function
CalculateInverseEffectiveMass
Internal helper function to calculate the inverse effective mass
Sources/ThirdParty/Jolt/Physics/Constraints/ConstraintPart/AngleConstraintPart.h:62
↓ 4 callers
Function
CalculateInverseEffectiveMass
Internal helper function to calculate the inverse effective mass
Sources/ThirdParty/Jolt/Physics/Constraints/ConstraintPart/AxisConstraintPart.h:139
↓ 4 callers
Method
CalculateNormalAndCentroid
Sources/ThirdParty/Jolt/Geometry/ConvexHullBuilder.cpp:40
↓ 4 callers
Method
CalculateSpringPropertiesWithBias
Turn off the spring and set a bias only @param inBias Bias term (b) for the constraint impulse: lambda = J v + b
Sources/ThirdParty/Jolt/Physics/Constraints/ConstraintPart/SpringPart.h:71
↓ 4 callers
Method
CalculateSpringPropertiesWithFrequencyAndDamping
Calculate spring properties based on frequency and damping ratio @param inDeltaTime Time step @param inInvEffectiveMass Inverse effective mass K @par
Sources/ThirdParty/Jolt/Physics/Constraints/ConstraintPart/SpringPart.h:86
↓ 4 callers
Method
CalculateSpringPropertiesWithStiffnessAndDamping
Calculate spring properties with spring Stiffness (k) and damping (c), this is based on the spring equation: F = -k * x - c * v @param inDeltaTime Ti
Sources/ThirdParty/Jolt/Physics/Constraints/ConstraintPart/SpringPart.h:116
↓ 4 callers
Function
CanScaleBeRotated
Checks in scale can be rotated to child shape @param inRotation Rotation of child shape @param inScale Scale in local space of parent shape @return Tr
Sources/ThirdParty/Jolt/Physics/Collision/Shape/ScaleHelpers.h:51
↓ 4 callers
Method
Cast
Sources/ThirdParty/Jolt/Physics/Collision/CastSphereVsTriangles.cpp:118
↓ 4 callers
Method
CastTo
Sources/ThirdParty/Jolt/Core/RTTI.cpp:106
↓ 4 callers
Method
Clean
Sources/Termina/Asset/AssetSystem.cpp:66
↓ 4 callers
Method
ClearFreeMemory
Sources/ThirdParty/ImGui/imgui_draw.cpp:2123
↓ 4 callers
Function
ComputeColors
Sources/ThirdParty/ImGui/ImGuizmo.cpp:1123
↓ 4 callers
Function
ConvertTextureLayoutToVulkan
Sources/Termina/RHI/Vulkan/VulkanResource.hpp:96
↓ 4 callers
Method
Create
Sources/ThirdParty/Jolt/Physics/Constraints/ContactConstraintManager.cpp:309
↓ 4 callers
Method
CreateBody
Sources/ThirdParty/Jolt/Physics/Body/BodyInterface.cpp:30
↓ 4 callers
Method
CreateBuffer
Sources/ThirdParty/Jolt/Compute/VK/ComputeSystemVKWithAllocator.cpp:70
↓ 4 callers
Method
CreateByName
Sources/Termina/World/ComponentRegistry.cpp:30
↓ 4 callers
Method
CreateSampler
Sources/Termina/RHI/Vulkan/VulkanDevice.cpp:351
↓ 4 callers
Method
CreateTextureView
Sources/Termina/RHI/Vulkan/VulkanDevice.cpp:331
↓ 4 callers
Method
CreateTriangleGeometryForConvex
Sources/ThirdParty/Jolt/Renderer/DebugRenderer.cpp:698
↓ 4 callers
Function
Deactivate
Deactivate this constraint
Sources/ThirdParty/Jolt/Physics/Constraints/ConstraintPart/AngleConstraintPart.h:148
↓ 4 callers
Method
DeactivateBodies
Sources/ThirdParty/Jolt/Physics/Body/BodyInterface.cpp:249
↓ 4 callers
Function
DebugNodeDockNodeFlags
Sources/ThirdParty/ImGui/imgui.cpp:22954
↓ 4 callers
Method
DestroyActor
Sources/Termina/World/World.cpp:210
↓ 4 callers
Method
DoForceClose
Sources/ThirdParty/ImGui/imgui_demo.cpp:10631
↓ 4 callers
Function
DrawTextureSlot
Sources/Termina/Renderer/Material.cpp:63
↓ 4 callers
Method
DrawWireSphere
Sources/ThirdParty/Jolt/Renderer/DebugRenderer.cpp:251
↓ 4 callers
Function
ExampleTree_CreateNode
Sources/ThirdParty/ImGui/imgui_demo.cpp:839
↓ 4 callers
Method
Execute
Sources/ThirdParty/Jolt/Compute/VK/ComputeQueueVK.cpp:245
↓ 4 callers
Function
FindAttribute
Find an attribute accessor by type in a GLTF primitive.
Sources/Termina/Asset/Model/ModelLoader.cpp:130
↓ 4 callers
Method
GetAllocHandle
Sources/ThirdParty/VMA/vk_mem_alloc.h:11294
↓ 4 callers
Method
GetBlockOffsetAndScale
Sources/ThirdParty/Jolt/Physics/Collision/Shape/HeightFieldShape.cpp:803
↓ 4 callers
Method
GetBodiesInIsland
Sources/ThirdParty/Jolt/Physics/IslandBuilder.cpp:393
↓ 4 callers
Method
GetByIndex
Sources/ThirdParty/ImGui/imgui_internal.h:780
↓ 4 callers
Method
GetCommandPool
Sources/Termina/RHI/Vulkan/VulkanDevice.hpp:39
↓ 4 callers
Method
GetCustomRect
Sources/ThirdParty/ImGui/imgui_draw.cpp:3394
↓ 4 callers
Method
GetDebugName
Sources/ThirdParty/ImGui/imgui.h:4010
↓ 4 callers
Method
GetFontBaked
ImFontBaked pointers are valid for the entire frame but shall never be kept between frames.
Sources/ThirdParty/ImGui/imgui_draw.cpp:5372
↓ 4 callers
Method
GetFriction
Sources/ThirdParty/Jolt/Physics/Body/BodyInterface.cpp:943
↓ 4 callers
Method
GetHash
Sources/ThirdParty/Jolt/Core/RTTI.cpp:46
↓ 4 callers
Method
GetIntRef
References are only valid until a new value is added to the storage. Calling a Set***() function or a Get***Ref() function invalidates the pointer.
Sources/ThirdParty/ImGui/imgui.cpp:2996
↓ 4 callers
Function
GetInverseCenterOfMassTransform
Calculates the inverse of the transform for this shape's center of mass (excluding scale)
Sources/ThirdParty/Jolt/Physics/Collision/TransformedShape.h:96
↓ 4 callers
Method
GetLastAccess
Sources/Termina/RHI/Resource.hpp:61
↓ 4 callers
Method
GetLastPipelineStage
Sources/Termina/RHI/Resource.hpp:62
↓ 4 callers
Method
GetMainQueue
Sources/Termina/RHI/Vulkan/VulkanDevice.hpp:37
↓ 4 callers
Method
GetMassProperties
Sources/ThirdParty/Jolt/Physics/Collision/Shape/BoxShape.cpp:149
↓ 4 callers
Method
GetMaxConcurrency
Maximum amount of concurrent jobs on this machine
Sources/ThirdParty/Jolt/Physics/PhysicsUpdateContext.h:151
↓ 4 callers
Function
GetMouseSourceName
Sources/ThirdParty/ImGui/imgui.cpp:11032
↓ 4 callers
Function
GetMoveType
Sources/ThirdParty/ImGui/ImGuizmo.cpp:2088
↓ 4 callers
Method
GetNodeBounds
Sources/ThirdParty/Jolt/Physics/Collision/BroadPhase/QuadTree.cpp:94
↓ 4 callers
Function
GetNormal
Properties
Sources/ThirdParty/Jolt/Geometry/Plane.h:30
↓ 4 callers
Method
GetNumItems
Sources/ThirdParty/Jolt/Physics/LargeIslandSplitter.h:49
↓ 4 callers
Method
GetNumResults
Get the number of indices that were found
Sources/ThirdParty/Jolt/Physics/Collision/Shape/CompoundShapeVisitors.h:449
↓ 4 callers
Method
GetResourceViewCache
Sources/Termina/Renderer/Renderer.hpp:55
↓ 4 callers
Function
GetRotateType
Sources/ThirdParty/ImGui/ImGuizmo.cpp:2021
↓ 4 callers
Method
GetRotation
Sources/Termina/World/Components/Transform.cpp:86
↓ 4 callers
Function
GetScaleType
Sources/ThirdParty/ImGui/ImGuizmo.cpp:1931
↓ 4 callers
Function
GetShape
Get the shape of this body
Sources/ThirdParty/Jolt/Physics/Body/Body.h:265
↓ 4 callers
Method
GetSubShapeIDBits
Sources/ThirdParty/Jolt/Physics/SoftBody/SoftBodyShape.cpp:23
↓ 4 callers
Function
GetSubShapeIDBitsRecursive
See Shape::GetSubShapeIDBitsRecursive
Sources/ThirdParty/Jolt/Physics/Collision/Shape/PlaneShape.h:65
↓ 4 callers
Method
GetTangents
Get the tangents for this contact constraint
Sources/ThirdParty/Jolt/Physics/Constraints/ContactConstraintManager.h:459
↓ 4 callers
Method
GetTriangleCount
Get number of triangles in this node
Sources/ThirdParty/Jolt/AABBTree/AABBTreeBuilder.h:48
↓ 4 callers
Method
GetVkImageView
Sources/Termina/RHI/Vulkan/VulkanTextureView.hpp:17
↓ 4 callers
Method
GetVulkanAllocator
Sources/Termina/RHI/Vulkan/VulkanDevice.hpp:40
↓ 4 callers
Method
GetWidth
Sources/Termina/RHI/Metal/MetalSurface.hpp:31
↓ 4 callers
Method
GetWorldSpaceNormal
Convert the world space normal to a Vec3
Sources/ThirdParty/Jolt/Physics/Constraints/ContactConstraintManager.h:453
↓ 4 callers
Function
IRRuntimeCalculateObjectTgCountForTessellationAndGeometryEmulation
Sources/ThirdParty/MetalShaderConverter/metal_irconverter_runtime.h:904
↓ 4 callers
Function
ImAcos01
Sources/ThirdParty/ImGui/imgui_draw.cpp:6046
↓ 4 callers
Function
ImBitArrayGetStorageSizeInBytes
Sources/ThirdParty/ImGui/imgui_internal.h:632
↓ 4 callers
Function
ImCharIsSeparatorW
Sources/ThirdParty/ImGui/imgui_widgets.cpp:4003
↓ 4 callers
Function
ImFontAtlasFontDiscardBakes
use unused_frames==0 to discard everything.
Sources/ThirdParty/ImGui/imgui_draw.cpp:3939
↓ 4 callers
Function
ImFontAtlasFontInitOutput
Was tempted to lazily init FontSrc but wouldn't save much + makes it more complicated to detect invalid data at AddFont()
Sources/ThirdParty/ImGui/imgui_draw.cpp:3647
↓ 4 callers
Function
ImFontAtlasRectId_GetIndex
Sources/ThirdParty/ImGui/imgui_internal.h:4123
↓ 4 callers
Function
ImFontAtlasTextureBlockQueueUpload
Queue texture block update for renderer backend
Sources/ThirdParty/ImGui/imgui_draw.cpp:2971
↓ 4 callers
Function
ImFontBaked_BuildLoadGlyph
Sources/ThirdParty/ImGui/imgui_draw.cpp:4505
↓ 4 callers
Function
ImHashSkipUncontributingPrefix
Skip to the "###" marker if any. We don't skip past to match the behavior of GetID() FIXME-OPT: This is not designed to be optimal. Use with care.
Sources/ThirdParty/ImGui/imgui.cpp:2533
← previous
next →
901–1,000 of 13,571, ranked by callers