MCPcopy Create free account

hub / github.com/ByteCorum/DragonBurn / functions

Functions3,126 in github.com/ByteCorum/DragonBurn

↓ 5 callersFunctionImTextStrFromUtf8
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:2102
↓ 5 callersFunctionIsLegacyKey
DragonBurn-usermode/OS-ImGui/imgui/imgui_internal.h:2928
↓ 5 callersFunctionIsWindowActiveAndVisible
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:4330
↓ 5 callersMethodPathFillConvex
DragonBurn-usermode/OS-ImGui/imgui/imgui.h:2660
↓ 5 callersFunctionPutSliderInt
DragonBurn-usermode/Core/GUI.h:183
↓ 5 callersFunctionSTB_TEXTEDIT_DELETECHARS
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:3801
↓ 5 callersFunctionShowExampleMenuFile
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 callersMethodStrokeText
DragonBurn-usermode/OS-ImGui/OS-ImGui.cpp:136
↓ 5 callersFunctionTableGetColumnAvailSortDirection
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:2672
↓ 5 callersMethodText
DragonBurn-usermode/OS-ImGui/OS-ImGui.cpp:122
↓ 5 callersFunctionaddHitbox
DragonBurn-usermode/Core/GUI.h:85
↓ 5 callersMethodbinary
DragonBurn-usermode/Libs/json/json.hpp:7328
↓ 5 callersMethodbinary
DragonBurn-kernel/include/json.hpp:7328
↓ 5 callersFunctioncend
@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 callersFunctioncend
@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 callersFunctionescape
DragonBurn-usermode/Libs/json/json.hpp:2990
↓ 5 callersFunctionescape
DragonBurn-kernel/include/json.hpp:2990
↓ 5 callersMethodget_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 callersMethodget_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 callersMethodis_begin
return whether the iterator can be dereferenced
DragonBurn-usermode/Libs/json/json.hpp:12762
↓ 5 callersMethodis_begin
return whether the iterator can be dereferenced
DragonBurn-kernel/include/json.hpp:12762
↓ 5 callersMethodparse
! @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 callersMethodparse
! @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 callersFunctionremoveHitbox
DragonBurn-usermode/Core/GUI.h:89
↓ 5 callersFunctionstb_textedit_delete_selection
delete the section
DragonBurn-usermode/OS-ImGui/imgui/imstb_textedit.h:591
↓ 5 callersFunctionstb_textedit_move_to_first
move cursor to first character of selection
DragonBurn-usermode/OS-ImGui/imgui/imstb_textedit.h:617
↓ 5 callersFunctionstbi__cleanup_jpeg
clean up the temporary component buffers
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:3863
↓ 5 callersFunctionstbi__do_zlib
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:4527
↓ 5 callersFunctionstbi__getn
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:1665
↓ 5 callersFunctionstbi__hdr_gettoken
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:7216
↓ 5 callersFunctionstbi__jpeg_huff_decode
decode a jpeg huffman value from the bitstream
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:2097
↓ 5 callersFunctionstbi__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 callersFunctionstbi__paeth
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:4678
↓ 5 callersFunctionstbi__zbuild_huffman
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:4153
↓ 5 callersFunctionstbtt_GetFontOffsetForIndex
DragonBurn-usermode/OS-ImGui/imgui/imstb_truetype.h:4950
↓ 5 callersFunctionstbtt_GetGlyphShape
DragonBurn-usermode/OS-ImGui/imgui/imstb_truetype.h:2302
↓ 5 callersFunctionstbtt__csctx_rline_to
DragonBurn-usermode/OS-ImGui/imgui/imstb_truetype.h:1955
↓ 5 callersMethodwhat
returns the explanatory string
DragonBurn-usermode/Libs/json/json.hpp:4375
↓ 4 callersMethodAddMouseButtonEvent
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:1492
↓ 4 callersMethodAddPolyline
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 callersFunctionCalcNextScrollFromScrollTargetAndClamp
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:9816
↓ 4 callersFunctionCheckAndStopKey
DragonBurn-usermode/Features/Misc.cpp:164
↓ 4 callersMethodClearFreeMemory
DragonBurn-usermode/OS-ImGui/imgui/imgui_draw.cpp:2569
↓ 4 callersMethodDistanceTo
DragonBurn-usermode/OS-ImGui/OS-ImGui_Struct.h:67
↓ 4 callersMethodDoForceClose
DragonBurn-usermode/OS-ImGui/imgui/imgui_demo.cpp:7955
↓ 4 callersMethodFindGlyphNoFallback
DragonBurn-usermode/OS-ImGui/imgui/imgui_draw.cpp:4215
↓ 4 callersFunctionFindLatestInputEvent
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:1363
↓ 4 callersMethodGetByIndex
DragonBurn-usermode/OS-ImGui/imgui/imgui_internal.h:660
↓ 4 callersMethodGetClientDLLAddress
DragonBurn-usermode/Game/Game.cpp:23
↓ 4 callersMethodGetEntityListAddress
DragonBurn-usermode/Game/Game.cpp:33
↓ 4 callersFunctionGetMouseSourceName
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:8739
↓ 4 callersFunctionGetPressedKey
DragonBurn-usermode/Helpers/KeyManager.h:71
↓ 4 callersFunctionImAcos01
DragonBurn-usermode/OS-ImGui/imgui/imgui_draw.cpp:4700
↓ 4 callersFunctionImBitArrayGetStorageSizeInBytes
DragonBurn-usermode/OS-ImGui/imgui/imgui_internal.h:545
↓ 4 callersFunctionImDot
DragonBurn-usermode/OS-ImGui/imgui/imgui_internal.h:466
↓ 4 callersFunctionImFormatStringV
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:1845
↓ 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
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:3398
↓ 4 callersFunctionImStrncpy
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:1702
↓ 4 callersFunctionInputTextCalcTextSizeW
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:3699
↓ 4 callersFunctionInputTextFilterCharacter
Return false to discard a character.
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:3957
↓ 4 callersFunctionIsActiveIdUsingNavDir
DragonBurn-usermode/OS-ImGui/imgui/imgui_internal.h:2955
↓ 4 callersFunctionIsNamedKeyOrModKey
DragonBurn-usermode/OS-ImGui/imgui/imgui_internal.h:2927
↓ 4 callersFunctionLockWheelingWindow
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:8575
↓ 4 callersMethodMerge
DragonBurn-usermode/OS-ImGui/imgui/imgui_draw.cpp:2613
↓ 4 callersMethodOpenWebpage
DragonBurn-usermode/OS-ImGui/OS-ImGui.cpp:109
↓ 4 callersMethodPassFilter
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:2518
↓ 4 callersMethodPathStroke
DragonBurn-usermode/OS-ImGui/imgui/imgui.h:2661
↓ 4 callersFunctionPreviousLine
DragonBurn-kernel/include/logger.h:96
↓ 4 callersMethodPushTextureID
DragonBurn-usermode/OS-ImGui/imgui/imgui_draw.cpp:736
↓ 4 callersMethodReserve
DragonBurn-usermode/OS-ImGui/imgui/imgui_internal.h:668
↓ 4 callersFunctionSTB_TEXTEDIT_GETWIDTH
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:3750
↓ 4 callersFunctionTableSettingsCalcChunkSize
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:3215
↓ 4 callersFunctionTempInputIsActive
DragonBurn-usermode/OS-ImGui/imgui/imgui_internal.h:3184
↓ 4 callersMethod_CalcCircleAutoSegmentCount
DragonBurn-usermode/OS-ImGui/imgui/imgui_draw.cpp:694
↓ 4 callersFunction_grow_capacity
DragonBurn-usermode/OS-ImGui/imgui/imgui.h:1817
↓ 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
DragonBurn-usermode/Libs/json/json.hpp:12321
↓ 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
DragonBurn-kernel/include/json.hpp:12321
↓ 4 callersFunctiondestroy
DragonBurn-usermode/Libs/json/json.hpp:19856
↓ 4 callersFunctiondestroy
DragonBurn-kernel/include/json.hpp:19856
↓ 4 callersFunctionempty
@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 callersFunctionempty
@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 callersFunctionend
DragonBurn-usermode/OS-ImGui/imgui/imgui_internal.h:616
↓ 4 callersFunctionget_arithmetic_value
DragonBurn-usermode/Libs/json/json.hpp:4678
↓ 4 callersFunctionget_arithmetic_value
DragonBurn-kernel/include/json.hpp:4678
↓ 4 callersMethodget_binary
DragonBurn-usermode/Libs/json/json.hpp:12008
↓ 4 callersMethodget_binary
DragonBurn-kernel/include/json.hpp:12008
↓ 4 callersMethodget_string
DragonBurn-usermode/Libs/json/json.hpp:11975
↓ 4 callersMethodget_string
DragonBurn-kernel/include/json.hpp:11975
↓ 4 callersFunctioninsert_iterator
DragonBurn-usermode/Libs/json/json.hpp:22568
↓ 4 callersFunctioninsert_iterator
DragonBurn-kernel/include/json.hpp:22568
↓ 4 callersFunctionis_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 callersFunctionis_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 callersFunctionis_separator
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:3766
↓ 4 callersMethodoffset_from_ptr
DragonBurn-usermode/OS-ImGui/imgui/imgui_internal.h:699
↓ 4 callersFunctionreplace_substring
DragonBurn-usermode/Libs/json/json.hpp:2971
↓ 4 callersFunctionreplace_substring
DragonBurn-kernel/include/json.hpp:2971
↓ 4 callersFunctionreserve
Resize a vector to a smaller size, guaranteed not to cause a reallocation
DragonBurn-usermode/OS-ImGui/imgui/imgui.h:1821
↓ 4 callersMethodset_end
set iterator to a defined past the end
DragonBurn-usermode/Libs/json/json.hpp:12756
↓ 4 callersMethodset_end
set iterator to a defined past the end
DragonBurn-kernel/include/json.hpp:12756
↓ 4 callersFunctionstb_text_createundo
DragonBurn-usermode/OS-ImGui/imgui/imstb_textedit.h:1193
← previousnext →301–400 of 3,126, ranked by callers