MCPcopy Create free account

hub / github.com/ByteCorum/DragonBurn / functions

Functions3,126 in github.com/ByteCorum/DragonBurn

↓ 4 callersFunctionstb_textedit_delete
delete characters while updating undo
DragonBurn-usermode/OS-ImGui/imgui/imstb_textedit.h:583
↓ 4 callersFunctionstbi__bitcount
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:5441
↓ 4 callersFunctionstbi__compute_y_16
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:1803
↓ 4 callersFunctionstbi__extend_receive
combined JPEG 'receive' and JPEG 'extend', since baseline always extends everything it receives.
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:2153
↓ 4 callersFunctionstbi__high_bit
returns 0..31 for the highest set bit
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:5429
↓ 4 callersFunctionstbi__jpeg_get_bit
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:2181
↓ 4 callersFunctionstbi__load_and_postprocess_8bit
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:1258
↓ 4 callersFunctionstbi__load_gif_main_outofmem
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:7056
↓ 4 callersFunctionstbi__malloc_mad2
mallocs with size overflow checking
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:1046
↓ 4 callersFunctionstbi__readval
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:6457
↓ 4 callersFunctionstbi__shiftsigned
extract an arbitrarily-aligned N-bit value (N=bits) from v, and then make it 8-bits long and fractionally extend it to full full range.
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:5454
↓ 4 callersFunctionstbi__tga_get_comp
returns STBI_rgb or whatever, 0 on error
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:5810
↓ 4 callersFunctionstbi__vertical_flip
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:1220
↓ 4 callersFunctionstbi__zget8
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:4225
↓ 4 callersFunctionstbtt_MakeGlyphBitmapSubpixel
DragonBurn-usermode/OS-ImGui/imgui/imstb_truetype.h:3766
↓ 4 callersFunctionstbtt_ScaleForMappingEmToPixels
DragonBurn-usermode/OS-ImGui/imgui/imstb_truetype.h:2671
↓ 4 callersFunctionstbtt__add_point
DragonBurn-usermode/OS-ImGui/imgui/imstb_truetype.h:3555
↓ 4 callersFunctionstbtt__cff_index_get
DragonBurn-usermode/OS-ImGui/imgui/imstb_truetype.h:1265
↓ 4 callersFunctionstbtt__csctx_v
DragonBurn-usermode/OS-ImGui/imgui/imstb_truetype.h:1925
↓ 4 callersFunctionstbtt__oversample_shift
DragonBurn-usermode/OS-ImGui/imgui/imstb_truetype.h:4144
↓ 4 callersFunctionstring
DragonBurn-kernel/include/json.hpp:6854
↓ 4 callersMethodwrite_ubjson
! @param[in] j JSON value to serialize @param[in] use_count whether to use '#' prefixes (optimized format) @param[in] use_type wheth
DragonBurn-usermode/Libs/json/json.hpp:15778
↓ 4 callersMethodwrite_ubjson
! @param[in] j JSON value to serialize @param[in] use_count whether to use '#' prefixes (optimized format) @param[in] use_type wheth
DragonBurn-kernel/include/json.hpp:15778
↓ 3 callersFunctionAddDrawListToDrawData
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:4705
↓ 3 callersMethodAddMousePosEvent
Queue a mouse move event
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:1466
↓ 3 callersMethodAddMouseSourceEvent
This is not a real event, the data is latched in order to be stored in actual Mouse events. This is so that duplicate events (e.g. Windows sending ext
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:1538
↓ 3 callersMethodAddShadowCircle
Draw a shadow for a circular object Uses the draw path and so wipes any existing data there
DragonBurn-usermode/OS-ImGui/imgui/imgui_draw.cpp:2526
↓ 3 callersMethodAddShadowRect
DragonBurn-usermode/OS-ImGui/imgui/imgui_draw.cpp:2241
↓ 3 callersMethodAddTriangle
DragonBurn-usermode/OS-ImGui/imgui/imgui_draw.cpp:1636
↓ 3 callersMethodCalcCustomRectUV
DragonBurn-usermode/OS-ImGui/imgui/imgui_draw.cpp:3128
↓ 3 callersFunctionCalcWordWrapNextLineStartA
Wrapping skips upcoming blanks
DragonBurn-usermode/OS-ImGui/imgui/imgui_draw.cpp:4226
↓ 3 callersFunctionCheckArg
DragonBurn-usermode/main.cpp:53
↓ 3 callersFunctionCheckArg
DragonBurn-kernel/main.cpp:270
↓ 3 callersFunctionColorEditRestoreHS
ColorEdit supports RGB and HSV inputs. In case of RGB input resulting color may have undefined hue and/or saturation. Since widget displays both RGB a
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:5118
↓ 3 callersFunctionConvertShortcutMod
DragonBurn-usermode/OS-ImGui/imgui/imgui_internal.h:2933
↓ 3 callersMethodDoQueueClose
DragonBurn-usermode/OS-ImGui/imgui/imgui_demo.cpp:7954
↓ 3 callersMethodDoSave
DragonBurn-usermode/OS-ImGui/imgui/imgui_demo.cpp:7956
↓ 3 callersFunctionEditTableSizingFlags
Show a combo box with a choice of sizing policies
DragonBurn-usermode/OS-ImGui/imgui/imgui_demo.cpp:3715
↓ 3 callersFunctionFindFirstExistingGlyph
DragonBurn-usermode/OS-ImGui/imgui/imgui_draw.cpp:4024
↓ 3 callersFunctionFindWindowNavFocusable
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:11899
↓ 3 callersMethodGetCharAdvance
DragonBurn-usermode/OS-ImGui/imgui/imgui.h:2982
↓ 3 callersFunctionGetCombinedRootWindow
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:7173
↓ 3 callersMethodGetConvexTexPadding
The size of the texture area required for the actual 2x2 rectangle shadow texture (after the redundant corners have been removed). Padding is required
DragonBurn-usermode/OS-ImGui/imgui/imgui.h:2750
↓ 3 callersFunctionGetCursorPos
DragonBurn-usermode/OS-ImGui/imgui/imgui_internal.h:1109
↓ 3 callersFunctionGetDefaultFont
DragonBurn-usermode/OS-ImGui/imgui/imgui_internal.h:2784
↓ 3 callersMethodGetIDFromRectangle
This is only used in rare/specific situations to manufacture an ID out of nowhere.
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:3743
↓ 3 callersMethodGetInt
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:2349
↓ 3 callersFunctionGetMouseSourceFromMessageExtraInfo
See https://learn.microsoft.com/en-us/windows/win32/tablet/system-events-and-mouse-messages Prefer to call this at the top of the message handler to a
DragonBurn-usermode/OS-ImGui/imgui/imgui_impl_win32.cpp:528
↓ 3 callersMethodGetName
DragonBurn-usermode/OS-ImGui/imgui/imgui_internal.h:1636
↓ 3 callersMethodGetSpan
DragonBurn-usermode/OS-ImGui/imgui/imgui_internal.h:642
↓ 3 callersMethodGetSpanPtrBegin
DragonBurn-usermode/OS-ImGui/imgui/imgui_internal.h:639
↓ 3 callersMethodGetVarPtr
Offset in parent structure
DragonBurn-usermode/OS-ImGui/imgui/imgui_internal.h:979
↓ 3 callersFunctionGunIcon
https://www.unknowncheats.me/forum/counter-strike-2-a/608799-weapon-icon-esp.html
DragonBurn-usermode/Helpers/GetWeaponIcon.h:53
↓ 3 callersFunctionImBitArrayClearAllBits
DragonBurn-usermode/OS-ImGui/imgui/imgui_internal.h:546
↓ 3 callersFunctionImBitArrayClearBit
DragonBurn-usermode/OS-ImGui/imgui/imgui_internal.h:548
↓ 3 callersFunctionImFileOpen
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:1975
↓ 3 callersFunctionImGuiListClipper_SeekCursorForItem
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:2746
↓ 3 callersFunctionImLength
DragonBurn-usermode/OS-ImGui/imgui/imgui_internal.h:459
↓ 3 callersFunctionImParseFormatFindEnd
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:3311
↓ 3 callersFunctionImParseFormatFindStart
We don't use strchr() because our strings are usually very short and often start with '%'
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:3298
↓ 3 callersFunctionImTextStrToUtf8
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:2189
↓ 3 callersFunctionImTriangleContainsPoint
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:1648
↓ 3 callersMethodIsLoaded
DragonBurn-usermode/OS-ImGui/imgui/imgui.h:2983
↓ 3 callersMethodIsPacked
DragonBurn-usermode/OS-ImGui/imgui/imgui.h:2820
↓ 3 callersMethodPrimRectUV
DragonBurn-usermode/OS-ImGui/imgui/imgui_draw.cpp:805
↓ 3 callersMethodPrimVtx
DragonBurn-usermode/OS-ImGui/imgui/imgui.h:2693
↓ 3 callersFunctionReadFile
Crypto/Crypto.cpp:52
↓ 3 callersMethodRectangle
DragonBurn-usermode/OS-ImGui/OS-ImGui.cpp:145
↓ 3 callersMethodSetBit
DragonBurn-usermode/OS-ImGui/imgui/imgui_internal.h:575
↓ 3 callersFunctionSetCurrentWindow
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:3751
↓ 3 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
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:2409
↓ 3 callersFunctionSetWindowConditionAllowFlags
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:5425
↓ 3 callersMethodSplit
DragonBurn-usermode/OS-ImGui/imgui/imgui_draw.cpp:2583
↓ 3 callersMethodStep
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:2948
↓ 3 callersFunctionTabBarGetTabOrder
DragonBurn-usermode/OS-ImGui/imgui/imgui_internal.h:3094
↓ 3 callersFunctionUpdateAliasKey
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:8370
↓ 3 callersMethodUpdatePawn
DragonBurn-usermode/Game/Entity.cpp:75
↓ 3 callersFunctionWarning
DragonBurn-usermode/Helpers/Logger.h:35
↓ 3 callersMethodalloc_chunk
DragonBurn-usermode/OS-ImGui/imgui/imgui_internal.h:694
↓ 3 callersMethodappendfv
Helper: Text buffer for logging/accumulating text
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:2595
↓ 3 callersFunctioncbegin
@brief returns a const iterator to the first element @sa https://json.nlohmann.me/api/basic_json/cbegin/
DragonBurn-usermode/Libs/json/json.hpp:22086
↓ 3 callersFunctioncbegin
@brief returns a const iterator to the first element @sa https://json.nlohmann.me/api/basic_json/cbegin/
DragonBurn-kernel/include/json.hpp:22086
↓ 3 callersFunctionclear
DragonBurn-usermode/OS-ImGui/imgui/imgui.h:1795
↓ 3 callersFunctionemplace
DragonBurn-usermode/Libs/json/json.hpp:19058
↓ 3 callersFunctionemplace
DragonBurn-kernel/include/json.hpp:19058
↓ 3 callersFunctionis_number_float
@brief return whether value is a floating-point number @sa https://json.nlohmann.me/api/basic_json/is_number_float/
DragonBurn-usermode/Libs/json/json.hpp:20652
↓ 3 callersFunctionis_number_float
@brief return whether value is a floating-point number @sa https://json.nlohmann.me/api/basic_json/is_number_float/
DragonBurn-kernel/include/json.hpp:20652
↓ 3 callersFunctionis_number_integer
@brief return whether value is an integer number @sa https://json.nlohmann.me/api/basic_json/is_number_integer/
DragonBurn-usermode/Libs/json/json.hpp:20638
↓ 3 callersFunctionis_number_integer
@brief return whether value is an integer number @sa https://json.nlohmann.me/api/basic_json/is_number_integer/
DragonBurn-kernel/include/json.hpp:20638
↓ 3 callersMethodmoved_or_copied
DragonBurn-usermode/Libs/json/json.hpp:14850
↓ 3 callersMethodmoved_or_copied
DragonBurn-kernel/include/json.hpp:14850
↓ 3 callersFunctionresize
DragonBurn-usermode/OS-ImGui/imgui/imgui.h:1818
↓ 3 callersMethodset_begin
set iterator to a defined beginning
DragonBurn-usermode/Libs/json/json.hpp:12750
↓ 3 callersMethodset_begin
set iterator to a defined beginning
DragonBurn-kernel/include/json.hpp:12750
↓ 3 callersFunctionstb__lit
DragonBurn-usermode/OS-ImGui/imgui/imgui_draw.cpp:4852
↓ 3 callersFunctionstb_textedit_move_to_last
move cursor to last character of selection
DragonBurn-usermode/OS-ImGui/imgui/imstb_textedit.h:628
↓ 3 callersFunctionstbi__addsizes_valid
return 1 if the sum is valid, 0 on overflow. negative terms are considered invalid.
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:1000
↓ 3 callersFunctionstbi__convert_format16
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:1812
↓ 3 callersFunctionstbi__decode_jpeg_header
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:3383
↓ 3 callersFunctionstbi__free_jpeg_components
DragonBurn-usermode/OS-ImGui/stb/stb_image.h:3260
← previousnext →401–500 of 3,126, ranked by callers