Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByteCorum/DragonBurn
/ functions
Functions
3,126 in github.com/ByteCorum/DragonBurn
⨍
Functions
3,126
◇
Types & classes
636
↓ 5 callers
Function
ImTextStrFromUtf8
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:2102
↓ 5 callers
Function
IsLegacyKey
DragonBurn-usermode/OS-ImGui/imgui/imgui_internal.h:2928
↓ 5 callers
Function
IsWindowActiveAndVisible
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:4330
↓ 5 callers
Method
PathFillConvex
DragonBurn-usermode/OS-ImGui/imgui/imgui.h:2660
↓ 5 callers
Function
PutSliderInt
DragonBurn-usermode/Core/GUI.h:183
↓ 5 callers
Function
STB_TEXTEDIT_DELETECHARS
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:3801
↓ 5 callers
Function
ShowExampleMenuFile
Note that shortcuts are currently provided for display only (future version will add explicit flags to BeginMenu() to request processing shortcuts)
DragonBurn-usermode/OS-ImGui/imgui/imgui_demo.cpp:6473
↓ 5 callers
Method
StrokeText
DragonBurn-usermode/OS-ImGui/OS-ImGui.cpp:136
↓ 5 callers
Function
TableGetColumnAvailSortDirection
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:2672
↓ 5 callers
Method
Text
DragonBurn-usermode/OS-ImGui/OS-ImGui.cpp:122
↓ 5 callers
Function
addHitbox
DragonBurn-usermode/Core/GUI.h:85
↓ 5 callers
Method
binary
DragonBurn-usermode/Libs/json/json.hpp:7328
↓ 5 callers
Method
binary
DragonBurn-kernel/include/json.hpp:7328
↓ 5 callers
Function
cend
@brief returns an iterator to one past the last element @sa https://json.nlohmann.me/api/basic_json/cend/
DragonBurn-usermode/Libs/json/json.hpp:22111
↓ 5 callers
Function
cend
@brief returns an iterator to one past the last element @sa https://json.nlohmann.me/api/basic_json/cend/
DragonBurn-kernel/include/json.hpp:22111
↓ 5 callers
Function
escape
DragonBurn-usermode/Libs/json/json.hpp:2990
↓ 5 callers
Function
escape
DragonBurn-kernel/include/json.hpp:2990
↓ 5 callers
Method
get_character
std::istream/std::streambuf use std::char_traits<char>::to_int_type, to ensure that std::char_traits<char>::eof() and the character 0xFF do not end up
DragonBurn-usermode/Libs/json/json.hpp:6259
↓ 5 callers
Method
get_character
std::istream/std::streambuf use std::char_traits<char>::to_int_type, to ensure that std::char_traits<char>::eof() and the character 0xFF do not end up
DragonBurn-kernel/include/json.hpp:6259
↓ 5 callers
Method
is_begin
return whether the iterator can be dereferenced
DragonBurn-usermode/Libs/json/json.hpp:12762
↓ 5 callers
Method
is_begin
return whether the iterator can be dereferenced
DragonBurn-kernel/include/json.hpp:12762
↓ 5 callers
Method
parse
! @brief public parser interface @param[in] strict whether to expect the last token to be EOF @param[in,out] result parsed JSON val
DragonBurn-usermode/Libs/json/json.hpp:12261
↓ 5 callers
Method
parse
! @brief public parser interface @param[in] strict whether to expect the last token to be EOF @param[in,out] result parsed JSON val
DragonBurn-kernel/include/json.hpp:12261
↓ 5 callers
Function
removeHitbox
DragonBurn-usermode/Core/GUI.h:89
↓ 5 callers
Function
stb_textedit_delete_selection
delete the section
DragonBurn-usermode/OS-ImGui/imgui/imstb_textedit.h:591
↓ 5 callers
Function
stb_textedit_move_to_first
move cursor to first character of selection
DragonBurn-usermode/OS-ImGui/imgui/imstb_textedit.h:617
↓ 5 callers
Function
stbi__cleanup_jpeg
clean up the temporary component buffers
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:3863
↓ 5 callers
Function
stbi__do_zlib
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:4527
↓ 5 callers
Function
stbi__getn
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:1665
↓ 5 callers
Function
stbi__hdr_gettoken
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:7216
↓ 5 callers
Function
stbi__jpeg_huff_decode
decode a jpeg huffman value from the bitstream
DragonBurn-usermode/OS-ImGui/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
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:2947
↓ 5 callers
Function
stbi__paeth
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:4678
↓ 5 callers
Function
stbi__zbuild_huffman
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:4153
↓ 5 callers
Function
stbtt_GetFontOffsetForIndex
DragonBurn-usermode/OS-ImGui/imgui/imstb_truetype.h:4950
↓ 5 callers
Function
stbtt_GetGlyphShape
DragonBurn-usermode/OS-ImGui/imgui/imstb_truetype.h:2302
↓ 5 callers
Function
stbtt__csctx_rline_to
DragonBurn-usermode/OS-ImGui/imgui/imstb_truetype.h:1955
↓ 5 callers
Method
what
returns the explanatory string
DragonBurn-usermode/Libs/json/json.hpp:4375
↓ 4 callers
Method
AddMouseButtonEvent
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:1492
↓ 4 callers
Method
AddPolyline
TODO: Thickness anti-aliased lines cap are missing their AA fringe. We avoid using the ImVec2 math operators here to reduce cost to a minimum for debu
DragonBurn-usermode/OS-ImGui/imgui/imgui_draw.cpp:843
↓ 4 callers
Function
CalcNextScrollFromScrollTargetAndClamp
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:9816
↓ 4 callers
Function
CheckAndStopKey
DragonBurn-usermode/Features/Misc.cpp:164
↓ 4 callers
Method
ClearFreeMemory
DragonBurn-usermode/OS-ImGui/imgui/imgui_draw.cpp:2569
↓ 4 callers
Method
DistanceTo
DragonBurn-usermode/OS-ImGui/OS-ImGui_Struct.h:67
↓ 4 callers
Method
DoForceClose
DragonBurn-usermode/OS-ImGui/imgui/imgui_demo.cpp:7955
↓ 4 callers
Method
FindGlyphNoFallback
DragonBurn-usermode/OS-ImGui/imgui/imgui_draw.cpp:4215
↓ 4 callers
Function
FindLatestInputEvent
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:1363
↓ 4 callers
Method
GetByIndex
DragonBurn-usermode/OS-ImGui/imgui/imgui_internal.h:660
↓ 4 callers
Method
GetClientDLLAddress
DragonBurn-usermode/Game/Game.cpp:23
↓ 4 callers
Method
GetEntityListAddress
DragonBurn-usermode/Game/Game.cpp:33
↓ 4 callers
Function
GetMouseSourceName
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:8739
↓ 4 callers
Function
GetPressedKey
DragonBurn-usermode/Helpers/KeyManager.h:71
↓ 4 callers
Function
ImAcos01
DragonBurn-usermode/OS-ImGui/imgui/imgui_draw.cpp:4700
↓ 4 callers
Function
ImBitArrayGetStorageSizeInBytes
DragonBurn-usermode/OS-ImGui/imgui/imgui_internal.h:545
↓ 4 callers
Function
ImDot
DragonBurn-usermode/OS-ImGui/imgui/imgui_internal.h:466
↓ 4 callers
Function
ImFormatStringV
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:1845
↓ 4 callers
Function
ImParseFormatPrecision
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
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:3398
↓ 4 callers
Function
ImStrncpy
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:1702
↓ 4 callers
Function
InputTextCalcTextSizeW
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:3699
↓ 4 callers
Function
InputTextFilterCharacter
Return false to discard a character.
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:3957
↓ 4 callers
Function
IsActiveIdUsingNavDir
DragonBurn-usermode/OS-ImGui/imgui/imgui_internal.h:2955
↓ 4 callers
Function
IsNamedKeyOrModKey
DragonBurn-usermode/OS-ImGui/imgui/imgui_internal.h:2927
↓ 4 callers
Function
LockWheelingWindow
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:8575
↓ 4 callers
Method
Merge
DragonBurn-usermode/OS-ImGui/imgui/imgui_draw.cpp:2613
↓ 4 callers
Method
OpenWebpage
DragonBurn-usermode/OS-ImGui/OS-ImGui.cpp:109
↓ 4 callers
Method
PassFilter
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:2518
↓ 4 callers
Method
PathStroke
DragonBurn-usermode/OS-ImGui/imgui/imgui.h:2661
↓ 4 callers
Function
PreviousLine
DragonBurn-kernel/include/logger.h:96
↓ 4 callers
Method
PushTextureID
DragonBurn-usermode/OS-ImGui/imgui/imgui_draw.cpp:736
↓ 4 callers
Method
Reserve
DragonBurn-usermode/OS-ImGui/imgui/imgui_internal.h:668
↓ 4 callers
Function
STB_TEXTEDIT_GETWIDTH
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:3750
↓ 4 callers
Function
TableSettingsCalcChunkSize
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:3215
↓ 4 callers
Function
TempInputIsActive
DragonBurn-usermode/OS-ImGui/imgui/imgui_internal.h:3184
↓ 4 callers
Method
_CalcCircleAutoSegmentCount
DragonBurn-usermode/OS-ImGui/imgui/imgui_draw.cpp:694
↓ 4 callers
Function
_grow_capacity
DragonBurn-usermode/OS-ImGui/imgui/imgui.h:1817
↓ 4 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
DragonBurn-usermode/Libs/json/json.hpp:12321
↓ 4 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
DragonBurn-kernel/include/json.hpp:12321
↓ 4 callers
Function
destroy
DragonBurn-usermode/Libs/json/json.hpp:19856
↓ 4 callers
Function
destroy
DragonBurn-kernel/include/json.hpp:19856
↓ 4 callers
Function
empty
@brief return whether pointer points to the root document @sa https://json.nlohmann.me/api/json_pointer/empty/
DragonBurn-usermode/Libs/json/json.hpp:14002
↓ 4 callers
Function
empty
@brief return whether pointer points to the root document @sa https://json.nlohmann.me/api/json_pointer/empty/
DragonBurn-kernel/include/json.hpp:14002
↓ 4 callers
Function
end
DragonBurn-usermode/OS-ImGui/imgui/imgui_internal.h:616
↓ 4 callers
Function
get_arithmetic_value
DragonBurn-usermode/Libs/json/json.hpp:4678
↓ 4 callers
Function
get_arithmetic_value
DragonBurn-kernel/include/json.hpp:4678
↓ 4 callers
Method
get_binary
DragonBurn-usermode/Libs/json/json.hpp:12008
↓ 4 callers
Method
get_binary
DragonBurn-kernel/include/json.hpp:12008
↓ 4 callers
Method
get_string
DragonBurn-usermode/Libs/json/json.hpp:11975
↓ 4 callers
Method
get_string
DragonBurn-kernel/include/json.hpp:11975
↓ 4 callers
Function
insert_iterator
DragonBurn-usermode/Libs/json/json.hpp:22568
↓ 4 callers
Function
insert_iterator
DragonBurn-kernel/include/json.hpp:22568
↓ 4 callers
Function
is_boolean
@brief return whether value is a boolean @sa https://json.nlohmann.me/api/basic_json/is_boolean/
DragonBurn-usermode/Libs/json/json.hpp:20624
↓ 4 callers
Function
is_boolean
@brief return whether value is a boolean @sa https://json.nlohmann.me/api/basic_json/is_boolean/
DragonBurn-kernel/include/json.hpp:20624
↓ 4 callers
Function
is_separator
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:3766
↓ 4 callers
Method
offset_from_ptr
DragonBurn-usermode/OS-ImGui/imgui/imgui_internal.h:699
↓ 4 callers
Function
replace_substring
DragonBurn-usermode/Libs/json/json.hpp:2971
↓ 4 callers
Function
replace_substring
DragonBurn-kernel/include/json.hpp:2971
↓ 4 callers
Function
reserve
Resize a vector to a smaller size, guaranteed not to cause a reallocation
DragonBurn-usermode/OS-ImGui/imgui/imgui.h:1821
↓ 4 callers
Method
set_end
set iterator to a defined past the end
DragonBurn-usermode/Libs/json/json.hpp:12756
↓ 4 callers
Method
set_end
set iterator to a defined past the end
DragonBurn-kernel/include/json.hpp:12756
↓ 4 callers
Function
stb_text_createundo
DragonBurn-usermode/OS-ImGui/imgui/imstb_textedit.h:1193
← previous
next →
301–400 of 3,126, ranked by callers