MCPcopy Create free account

hub / github.com/Joe1sn/S-inject / functions

Functions2,039 in github.com/Joe1sn/S-inject

↓ 8 callersFunctionstbtt__buf_skip
extern/ImGui/imstb_truetype.h:1158
↓ 7 callersMethodAddRectFilledMultiColor
p_min = upper-left, p_max = lower-right
extern/ImGui/imgui_draw.cpp:1514
↓ 7 callersFunctionCalcWindowSizeAfterConstraint
extern/ImGui/imgui.cpp:6538
↓ 7 callersMethodGetMapSize
extern/ImGui/imgui_internal.h:776
↓ 7 callersFunctionImCharIsBlankW
extern/ImGui/imgui_internal.h:406
↓ 7 callersFunctionImFileClose
We should in theory be using fseeko()/ftello() with off_t and _fseeki64()/_ftelli64() with __int64, waiting for the PR that does that in a very portab
extern/ImGui/imgui.cpp:2433
↓ 7 callersFunctionImFontCalcWordWrapPositionEx
Simple word-wrapping for English, not full-featured. Please submit failing cases! This will return the next location to wrap from. If no wrapping if n
extern/ImGui/imgui_draw.cpp:5357
↓ 7 callersFunctionImFormatStringToTempBuffer
extern/ImGui/imgui.cpp:2232
↓ 7 callersFunctionImFormatStringToTempBufferV
FIXME: Should rework API toward allowing multiple in-flight temp buffers (easier and safer for caller) by making the caller acquire a temp buffer toke
extern/ImGui/imgui.cpp:2244
↓ 7 callersFunctionImGui_ImplDX11_GetBackendData
Backend data stored in io.BackendRendererUserData to allow support for multiple Dear ImGui contexts It is STRONGLY preferred that you use docking bran
extern/ImGui/imgui_impl_dx11.cpp:96
↓ 7 callersFunctionImPow
extern/ImGui/imgui_internal.h:480
↓ 7 callersFunctionImQsort
extern/ImGui/imgui_internal.h:375
↓ 7 callersFunctionImRotate
extern/ImGui/imgui_internal.h:524
↓ 7 callersFunctionImStrSkipBlank
extern/ImGui/imgui.cpp:2167
↓ 7 callersMethodInsertChars
extern/ImGui/imgui_widgets.cpp:4293
↓ 7 callersFunctionSTB_TEXTEDIT_LAYOUTROW
extern/ImGui/imgui_widgets.cpp:3958
↓ 7 callersMethodTryGetMapData
It is the map we need iterate to find valid items, since we don't have "alive" storage anywhere
extern/ImGui/imgui_internal.h:777
↓ 7 callersFunctionWindowRectAbsToRel
extern/ImGui/imgui_internal.h:3135
↓ 7 callersFunctionWstringToUTF8
src/utils/crypto.cpp:45
↓ 7 callersMethodend
extern/ImGui/imgui.h:2732
↓ 7 callersFunctionrva2Offset
src/app/Injector.cpp:467
↓ 7 callersFunctionstbtt_GetGlyphBitmapBoxSubpixel
extern/ImGui/imstb_truetype.h:2726
↓ 7 callersFunctionstbtt_ScaleForPixelHeight
extern/ImGui/imstb_truetype.h:2665
↓ 7 callersFunctionstbtt__cff_get_index
extern/ImGui/imstb_truetype.h:1195
↓ 6 callersMethodAddCircleFilled
extern/ImGui/imgui_draw.cpp:1599
↓ 6 callersMethodAddImage
extern/ImGui/imgui_draw.cpp:1730
↓ 6 callersMethodAddTriangleFilled
extern/ImGui/imgui_draw.cpp:1564
↓ 6 callersFunctionBase64Decode
src/utils/crypto.cpp:7
↓ 6 callersFunctionConvertSingleModFlagToKey
extern/ImGui/imgui_internal.h:3334
↓ 6 callersMethodFindGlyphNoFallback
Attempt to load but when missing, return NULL instead of FallbackGlyph
extern/ImGui/imgui_draw.cpp:5217
↓ 6 callersMethodGetColumnSettings
extern/ImGui/imgui_internal.h:3101
↓ 6 callersMethodGetInt
extern/ImGui/imgui.cpp:2812
↓ 6 callersFunctionImBitArraySetBit
extern/ImGui/imgui_internal.h:618
↓ 6 callersFunctionImCharIsBlankA
extern/ImGui/imgui_internal.h:405
↓ 6 callersFunctionImFontAtlasFontDestroyOutput
Keep source/input FontData
extern/ImGui/imgui_draw.cpp:3588
↓ 6 callersFunctionImGui_ImplWin32_GetBackendData
Backend data stored in io.BackendPlatformUserData to allow support for multiple Dear ImGui contexts It is STRONGLY preferred that you use docking bran
extern/ImGui/imgui_impl_win32.cpp:135
↓ 6 callersFunctionImTextCharToUtf8
extern/ImGui/imgui.cpp:2606
↓ 6 callersMethodPassFilter
extern/ImGui/imgui.cpp:2975
↓ 6 callersFunctionSTB_TEXTEDIT_INSERTCHARS
extern/ImGui/imgui_widgets.cpp:4144
↓ 6 callersMethodSelectAll
extern/ImGui/imgui_widgets.cpp:4263
↓ 6 callersFunctionTabItemGetSectionIdx
extern/ImGui/imgui_widgets.cpp:9508
↓ 6 callersFunctionreserve
Resize a vector to a smaller size, guaranteed not to cause a reallocation
extern/ImGui/imgui.h:2228
↓ 6 callersMethodresize
extern/ImGui/imgui_internal.h:729
↓ 6 callersFunctionstb__match
extern/ImGui/imgui_draw.cpp:6032
↓ 6 callersFunctionstbtt_InitFont
extern/ImGui/imstb_truetype.h:4960
↓ 6 callersFunctionstbtt__buf_range
extern/ImGui/imstb_truetype.h:1186
↓ 6 callersFunctionstbtt__dict_get_ints
extern/ImGui/imstb_truetype.h:1251
↓ 6 callersFunctionstbtt__matchpair
extern/ImGui/imstb_truetype.h:4851
↓ 5 callersMethodAddKeyEvent
extern/ImGui/imgui.cpp:1768
↓ 5 callersMethodClear
extern/ImGui/imgui_demo.cpp:9140
↓ 5 callersMethodCursorAnimReset
Those functions are not inlined in imgui_internal.h, allowing us to hide ImStbTexteditState from that header.
extern/ImGui/imgui_widgets.cpp:4255
↓ 5 callersFunctionDecode85Byte
extern/ImGui/imgui_draw.cpp:3085
↓ 5 callersMethodDeleteChars
Public API to manipulate UTF-8 text from within a callback. FIXME: The existence of this rarely exercised code path is a bit of a nuisance. Historical
extern/ImGui/imgui_widgets.cpp:4277
↓ 5 callersFunctionFindLatestInputEvent
extern/ImGui/imgui.cpp:1705
↓ 5 callersMethodGetIndex
extern/ImGui/imgui_internal.h:763
↓ 5 callersFunctionGetKeyOwnerData
Test that key is either not owned, either owned by 'owner_id'
extern/ImGui/imgui_internal.h:3372
↓ 5 callersMethodGetMainRect
Helpers to retrieve ImRect (we don't need to store BuildWorkRect as every access tend to change it, hence the code asymmetry)
extern/ImGui/imgui_internal.h:1968
↓ 5 callersMethodGetVarPtr
Offset in parent structure
extern/ImGui/imgui_internal.h:904
↓ 5 callersFunctionGetWindowDisplayLayer
extern/ImGui/imgui.cpp:5663
↓ 5 callersFunctionImFontAtlasBakedAddFontGlyph
x0/y0/x1/y1 are offset from the character upper-left layout position, in pixels. Therefore x0/y0 are often fairly close to zero. Not to be mistaken wi
extern/ImGui/imgui_draw.cpp:5109
↓ 5 callersFunctionImFontAtlasBuildInit
Start packing over current empty texture
extern/ImGui/imgui_draw.cpp:4175
↓ 5 callersFunctionImFontAtlasPackAddRect
Important: Calling this may recreate a new texture and therefore change atlas->TexData FIXME-NEWFONTS: Expose other glyph padding settings for custom
extern/ImGui/imgui_draw.cpp:4309
↓ 5 callersFunctionImLineClosestPoint
extern/ImGui/imgui.cpp:1997
↓ 5 callersFunctionIsNamedKeyOrMod
extern/ImGui/imgui_internal.h:3326
↓ 5 callersFunctionIsWindowActiveAndVisible
extern/ImGui/imgui.cpp:5242
↓ 5 callersMethodPathFillConvex
extern/ImGui/imgui.h:3320
↓ 5 callersFunctionSTB_TEXTEDIT_DELETECHARS
extern/ImGui/imgui_widgets.cpp:4133
↓ 5 callersFunctionShowExampleMenuFile
Note that shortcuts are currently provided for display only (future version will add explicit flags to BeginMenu() to request processing shortcuts)
extern/ImGui/imgui_demo.cpp:8675
↓ 5 callersFunctionTableGetColumnAvailSortDirection
extern/ImGui/imgui_tables.cpp:2896
↓ 5 callersFunctionWindowRectRelToAbs
extern/ImGui/imgui_internal.h:3136
↓ 5 callersFunctionstb_textedit_delete_selection
delete the section
extern/ImGui/imstb_textedit.h:635
↓ 5 callersFunctionstbtt_GetFontOffsetForIndex
extern/ImGui/imstb_truetype.h:4950
↓ 5 callersFunctionstbtt_GetGlyphShape
extern/ImGui/imstb_truetype.h:2302
↓ 5 callersFunctionstbtt__csctx_rline_to
extern/ImGui/imstb_truetype.h:1955
↓ 4 callersMethodAdd
extern/ImGui/imgui_internal.h:767
↓ 4 callersMethodAddMousePosEvent
Queue a mouse move event
extern/ImGui/imgui.cpp:1797
↓ 4 callersFunctionCalcNextScrollFromScrollTargetAndClamp
extern/ImGui/imgui.cpp:11586
↓ 4 callersMethodClearFreeMemory
extern/ImGui/imgui_draw.cpp:2105
↓ 4 callersMethodClearOutputData
extern/ImGui/imgui_draw.cpp:5060
↓ 4 callersMethodDoForceClose
extern/ImGui/imgui_demo.cpp:10153
↓ 4 callersFunctionExampleTree_CreateNode
extern/ImGui/imgui_demo.cpp:764
↓ 4 callersMethodGetByIndex
extern/ImGui/imgui_internal.h:762
↓ 4 callersMethodGetCustomRect
extern/ImGui/imgui_draw.cpp:3325
↓ 4 callersMethodGetDebugName
extern/ImGui/imgui.h:3842
↓ 4 callersMethodGetFontBaked
ImFontBaked pointers are valid for the entire frame but shall never be kept between frames.
extern/ImGui/imgui_draw.cpp:5285
↓ 4 callersMethodGetIntRef
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.
extern/ImGui/imgui.cpp:2842
↓ 4 callersFunctionGetMouseSourceName
extern/ImGui/imgui.cpp:10226
↓ 4 callersMethodGetPitch
extern/ImGui/imgui.h:3489
↓ 4 callersFunctionImAcos01
extern/ImGui/imgui_draw.cpp:5889
↓ 4 callersFunctionImBitArrayGetStorageSizeInBytes
extern/ImGui/imgui_internal.h:614
↓ 4 callersFunctionImCharIsSeparatorW
extern/ImGui/imgui_widgets.cpp:3990
↓ 4 callersFunctionImFontAtlasRectId_GetIndex
extern/ImGui/imgui_internal.h:3765
↓ 4 callersFunctionImFontAtlasTextureBlockQueueUpload
Queue texture block update for renderer backend
extern/ImGui/imgui_draw.cpp:2942
↓ 4 callersFunctionImFontBaked_BuildLoadGlyph
extern/ImGui/imgui_draw.cpp:4414
↓ 4 callersFunctionImHashSkipUncontributingPrefix
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.
extern/ImGui/imgui.cpp:2392
↓ 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
extern/ImGui/imgui_widgets.cpp:3640
↓ 4 callersFunctionImStrncpy
extern/ImGui/imgui.cpp:2064
↓ 4 callersFunctionImTextFindPreviousUtf8Codepoint
extern/ImGui/imgui.cpp:2659
↓ 4 callersFunctionImTriangleContainsPoint
extern/ImGui/imgui.cpp:2010
↓ 4 callersFunctionImTrunc64
extern/ImGui/imgui_internal.h:520
← previousnext →101–200 of 2,039, ranked by callers