Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Wemino/MarkerPatch
/ functions
Functions
2,284 in github.com/Wemino/MarkerPatch
⨍
Functions
2,284
◇
Types & classes
666
↓ 2 callers
Function
ImFontAtlasBuildSetupFontBakedFallback
Load fallback in order to obtain its index (this is called from in hot-path so we avoid extraneous parameters to minimize impact on code size)
include/imgui/imgui_draw.cpp:3792
↓ 2 callers
Function
ImFontAtlasBuildUpdateBasicTexData
include/imgui/imgui_draw.cpp:3577
↓ 2 callers
Function
ImFontAtlasBuildUpdateLinesTexData
include/imgui/imgui_draw.cpp:3611
↓ 2 callers
Function
ImFontAtlasBuildUpdateRendererHasTexturesFromContext
include/imgui/imgui_draw.cpp:2753
↓ 2 callers
Function
ImFontAtlasGetFontLoaderForStbTruetype
include/imgui/imgui_draw.cpp:4835
↓ 2 callers
Function
ImFontAtlasPackGetRectSafe
For user-facing functions: return NULL on invalid ID. Important: return pointer is valid until next call to AddRect(), e.g. FindGlyph(), CalcTextSize(
include/imgui/imgui_draw.cpp:4492
↓ 2 callers
Function
ImFontAtlasPackInit
include/imgui/imgui_draw.cpp:4354
↓ 2 callers
Function
ImFontAtlasRectId_GetGeneration
include/imgui/imgui_internal.h:3851
↓ 2 callers
Function
ImFontAtlasTextureBlockCopy
Copy block from one texture to another
include/imgui/imgui_draw.cpp:2972
↓ 2 callers
Function
ImFontAtlasTextureGetSizeEstimate
include/imgui/imgui_draw.cpp:4228
↓ 2 callers
Function
ImFontAtlas_FontHookRemapCodepoint
include/imgui/imgui_draw.cpp:4529
↓ 2 callers
Function
ImFontBaked_BuildLoadGlyphAdvanceX
include/imgui/imgui_draw.cpp:4607
↓ 2 callers
Function
ImFontCalcTextSizeEx
include/imgui/imgui_draw.cpp:5644
↓ 2 callers
Function
ImGetDirQuadrantFromDelta
include/imgui/imgui.cpp:13211
↓ 2 callers
Function
ImGuiSelectionBasicStorage_BatchFinish
include/imgui/imgui_widgets.cpp:8663
↓ 2 callers
Function
ImGuiSelectionBasicStorage_BatchSetItemSelected
Optimized for batch edits (with same value of 'selected')
include/imgui/imgui_widgets.cpp:8649
↓ 2 callers
Function
ImGui_ImplDX9_CopyTextureRegion
Convert RGBA32 to BGRA32 (because RGBA32 is not well supported by DX9 devices)
include/imgui/imgui_impl_dx9.cpp:334
↓ 2 callers
Function
ImGui_ImplDX9_CreateDeviceObjects
include/imgui/imgui_impl_dx9.cpp:413
↓ 2 callers
Function
ImGui_ImplDX9_SetupRenderState
Functions
include/imgui/imgui_impl_dx9.cpp:93
↓ 2 callers
Function
ImGui_ImplDX9_UpdateTexture
include/imgui/imgui_impl_dx9.cpp:355
↓ 2 callers
Function
ImGui_ImplWin32_InitEx
include/imgui/imgui_impl_win32.cpp:161
↓ 2 callers
Function
ImGui_ImplWin32_UpdateKeyboardCodePage
Functions
include/imgui/imgui_impl_win32.cpp:151
↓ 2 callers
Function
ImGui_ImplWin32_UpdateMouseCursor
include/imgui/imgui_impl_win32.cpp:246
↓ 2 callers
Function
ImIsFloatAboveGuaranteedIntegerPrecision
include/imgui/imgui_internal.h:540
↓ 2 callers
Function
ImLowerBound
include/imgui/imgui_widgets.cpp:4602
↓ 2 callers
Function
ImMul
include/imgui/imgui_internal.h:539
↓ 2 callers
Function
ImStrbol
include/imgui/imgui.cpp:2232
↓ 2 callers
Function
ImStrchrRange
include/imgui/imgui.cpp:2211
↓ 2 callers
Function
ImStrimatchlen
include/imgui/imgui_widgets.cpp:7658
↓ 2 callers
Function
ImStristr
include/imgui/imgui.cpp:2240
↓ 2 callers
Function
ImTextCharToUtf8_inline
Based on stb_to_utf8() from github.com/nothings/stb/
include/imgui/imgui.cpp:2689
↓ 2 callers
Function
ImTextClassifierClear
include/imgui/imgui_draw.cpp:5472
↓ 2 callers
Function
ImTextClassifierSetCharClassFromStr
include/imgui/imgui_draw.cpp:5487
↓ 2 callers
Function
ImTextFindValidUtf8CodepointEnd
include/imgui/imgui.cpp:2788
↓ 2 callers
Function
ImTextureDataGetFormatBytesPerPixel
include/imgui/imgui_draw.cpp:2456
↓ 2 callers
Function
ImTriangleIsClockwise
include/imgui/imgui_internal.h:554
↓ 2 callers
Method
IncludeItemByIndex
Call IncludeItemByIndex() or IncludeItemsByIndex() *BEFORE* first call to Step() if you need a range of items to not be clipped, regardless of their v
include/imgui/imgui.h:2883
↓ 2 callers
Method
Init
Distribute storage for nodes, ears and reflexes. FIXME-OPT: if everything is convex, we could report it to caller and let it switch to an convex rende
include/imgui/imgui_draw.cpp:1882
↓ 2 callers
Function
InitOrLoadWindowSettings
include/imgui/imgui.cpp:6655
↓ 2 callers
Method
Initialize
include/imgui/imgui.cpp:4403
↓ 2 callers
Function
InputTextCalcTextSize
include/imgui/imgui_widgets.cpp:4006
↓ 2 callers
Function
InputTextReconcileUndoState
Find the shortest single replacement we can make to get from old_buf to new_buf Note that this doesn't directly alter state->TextA, state->TextLen. Th
include/imgui/imgui_widgets.cpp:4553
↓ 2 callers
Function
InstallHooks
Device
include/AchievementOverlay.hpp:1027
↓ 2 callers
Function
IsAliasKey
include/imgui/imgui_internal.h:3402
↓ 2 callers
Function
IsKeyChordPotentiallyCharInput
- We need this to filter some Shortcut() routes when an item e.g. an InputText() is active e.g. ImGuiKey_G won't be considered a shortcut when item is
include/imgui/imgui.cpp:9723
↓ 2 callers
Function
IsLRModKey
include/imgui/imgui_internal.h:3403
↓ 2 callers
Method
IsLoaded
include/imgui/imgui.h:3906
↓ 2 callers
Function
IsRootOfOpenMenuSet
include/imgui/imgui_widgets.cpp:9320
↓ 2 callers
Function
IsSaveCounter
include/AchievementOverlay.hpp:262
↓ 2 callers
Function
LoadGamepadCapabilities
include/Controller.hpp:298
↓ 2 callers
Function
LogTextV
Pass text data straight to log (without being displayed)
include/imgui/imgui.cpp:15236
↓ 2 callers
Function
NavScoreItemDistInterval
include/imgui/imgui.cpp:13218
↓ 2 callers
Function
NavUpdateWindowingTarget
include/imgui/imgui.cpp:14539
↓ 2 callers
Function
OnDeviceLost
include/AchievementOverlay.hpp:1202
↓ 2 callers
Function
OnDeviceReset
include/AchievementOverlay.hpp:1211
↓ 2 callers
Function
OnPresent
include/AchievementOverlay.hpp:1090
↓ 2 callers
Function
PollDeviceHealth
include/AchievementOverlay.hpp:1047
↓ 2 callers
Method
ProxySetup
src/dllmain.hpp:12
↓ 2 callers
Function
ReleaseAchievements
include/AchievementOverlay.hpp:509
↓ 2 callers
Method
Remove
include/imgui/imgui_internal.h:781
↓ 2 callers
Function
RenderArrowsForVerticalBar
Helper for ColorPicker4()
include/imgui/imgui_widgets.cpp:6057
↓ 2 callers
Method
RenderChar
Note: as with every ImDrawList drawing function, this expects that the font atlas texture is bound.
include/imgui/imgui_draw.cpp:5741
↓ 2 callers
Function
ResetControllerState
include/Controller.hpp:341
↓ 2 callers
Function
STB_TEXTEDIT_MOVEWORDRIGHT_MAC
include/imgui/imgui_widgets.cpp:4111
↓ 2 callers
Method
SeekCursorForItem
This is already called while stepping. The ONLY reason you may want to call this is if you passed INT_MAX to ImGuiListClipper::Begin() because you cou
include/imgui/imgui.cpp:3360
↓ 2 callers
Method
SetBit
include/imgui/imgui_internal.h:657
↓ 2 callers
Method
SetTexID
4 bytes-per-pixel
include/imgui/imgui.h:3715
↓ 2 callers
Function
ShutdownImGui
include/AchievementOverlay.hpp:650
↓ 2 callers
Function
TabBarCalcScrollableWidth
Scrolling happens only in the central section (leading/trailing sections are not scrolling)
include/imgui/imgui_widgets.cpp:9916
↓ 2 callers
Function
TableGetColumnBorderCol
include/imgui/imgui_tables.cpp:2797
↓ 2 callers
Function
TableInitColumnDefaults
Called in TableSetupColumn() when initializing and in TableLoadSettings() for defaults before applying stored settings. 'init_mask' specify which fiel
include/imgui/imgui_tables.cpp:1634
↓ 2 callers
Function
TableSettingsInit
Clear and initialize empty settings instance
include/imgui/imgui_tables.cpp:3709
↓ 2 callers
Function
TableSetupColumnFlags
Adjust flags: default width mode + stretch columns are not allowed when auto extending
include/imgui/imgui_tables.cpp:790
↓ 2 callers
Function
TempInputIsActive
include/imgui/imgui_internal.h:3710
↓ 2 callers
Method
TestBit
include/imgui/imgui_internal.h:656
↓ 2 callers
Function
TreeNodeStoreStackData
Store ImGuiTreeNodeStackData for just submitted node. Currently only supports 32 level deep and we are fine with (1 << Depth) overflowing into a zero,
include/imgui/imgui_widgets.cpp:6847
↓ 2 callers
Function
UnpackAccumulativeOffsetsIntoRanges
include/imgui/imgui_draw.cpp:4917
↓ 2 callers
Function
UnprotectMemory
include/safetyhook/safetyhook.hpp:423
↓ 2 callers
Function
WindowPosRelToAbs
include/imgui/imgui_internal.h:3204
↓ 2 callers
Method
_ResetForNewFrame
Initialize before use in a new frame. We always have a command ready in the buffer. In the majority of cases, you would want to call PushClipRect() an
include/imgui/imgui_draw.cpp:451
↓ 2 callers
Method
_SetTexture
This is used by ImGui::PushFont()/PopFont(). It works because we never use _TextureIdStack[] elsewhere than in PushTexture()/PopTexture().
include/imgui/imgui_draw.cpp:715
↓ 2 callers
Function
begin
include/imgui/imgui_internal.h:696
↓ 2 callers
Method
enable
include/safetyhook/safetyhook.cpp:689
↓ 2 callers
Function
equal
include/imgui/imstb_truetype.h:4470
↓ 2 callers
Function
is_word_boundary
include/imgui/imstb_textedit.h:716
↓ 2 callers
Function
is_word_boundary_from_right
include/imgui/imgui_widgets.cpp:4071
↓ 2 callers
Function
parseLine
include/ini.hpp:273
↓ 2 callers
Method
ptr_from_offset
include/imgui/imgui_internal.h:812
↓ 2 callers
Method
reserve
include/imgui/imgui_internal.h:743
↓ 2 callers
Method
setup
include/safetyhook/safetyhook.cpp:492
↓ 2 callers
Function
stb_decompress_length
include/imgui/imgui_draw.cpp:6214
↓ 2 callers
Function
stb_text_locate_coord
traverse the layout to locate the nearest character to a display position
include/imgui/imstb_textedit.h:433
↓ 2 callers
Function
stb_text_makeundo_insert
include/imgui/imstb_textedit.h:1422
↓ 2 callers
Function
stb_text_makeundo_replace
include/imgui/imstb_textedit.h:1437
↓ 2 callers
Function
stb_textedit_click
API click: on mouse down, move the cursor to the clicked location, and reset the selection
include/imgui/imstb_textedit.h:499
↓ 2 callers
Function
stb_textedit_discard_undo
discard the oldest entry in the undo list
include/imgui/imstb_textedit.h:1207
↓ 2 callers
Function
stb_textedit_drag
API drag: on mouse drag, move the cursor and selection endpoint to the clicked location
include/imgui/imstb_textedit.h:519
↓ 2 callers
Function
stb_textedit_find_charpos
find the x/y location of a character, and remember info about the previous row in case we get a move-up event (for page up, we'll have to rescan)
include/imgui/imstb_textedit.h:563
↓ 2 callers
Function
stb_textedit_replace
stb_textedit internally allows for a single undo record to do addition and deletion, but somehow, calling the stb_textedit_paste() function creates tw
include/imgui/imgui_widgets.cpp:4269
↓ 2 callers
Function
stb_textedit_sortselection
canoncialize the selection so start <= end
include/imgui/imstb_textedit.h:654
← previous
next →
401–500 of 2,284, ranked by callers