MCPcopy Create free account

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

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

MethodPathClear
Stateful path API, add points then finish with PathFillConvex() or PathStroke() - Important: filled shapes must always use clockwise winding order! Th
extern/ImGui/imgui.h:3317
MethodPathEllipticalArcTo
extern/ImGui/imgui_draw.cpp:1308
MethodPathLineToMergeDuplicate
extern/ImGui/imgui.h:3319
MethodPathRect
extern/ImGui/imgui_draw.cpp:1447
FunctionPlatform_GetClipboardTextFn_DefaultImpl
Win32 clipboard implementation We use g.ClipboardHandlerData for temporary storage to ensure it is freed on Shutdown()
extern/ImGui/imgui.cpp:15532
FunctionPlatform_OpenInShellFn_DefaultImpl
extern/ImGui/imgui.cpp:15669
FunctionPlatform_SetClipboardTextFn_DefaultImpl
extern/ImGui/imgui.cpp:15555
FunctionPlatform_SetImeDataFn_DefaultImpl
extern/ImGui/imgui.cpp:15717
MethodPlotEx
extern/ImGui/imgui_widgets.cpp:8685
MethodPlotHistogram
extern/ImGui/imgui_widgets.cpp:8827
MethodPlotLines
extern/ImGui/imgui_widgets.cpp:8816
FunctionPlot_ArrayGetter
extern/ImGui/imgui_widgets.cpp:8809
FunctionPopButtonRepeat
extern/ImGui/imgui.h:4003
MethodPopClipRect
extern/ImGui/imgui_draw.cpp:671
MethodPopColumnsBackground
extern/ImGui/imgui_tables.cpp:4294
MethodPopFocusScope
extern/ImGui/imgui.cpp:8566
MethodPopFont
extern/ImGui/imgui.cpp:8957
MethodPopID
extern/ImGui/imgui.cpp:9101
MethodPopItemFlag
extern/ImGui/imgui.cpp:8088
MethodPopItemWidth
extern/ImGui/imgui.cpp:11360
MethodPopPasswordFont
extern/ImGui/imgui_widgets.cpp:4347
MethodPopStyleColor
extern/ImGui/imgui.cpp:3492
MethodPopStyleVar
extern/ImGui/imgui.cpp:3615
FunctionPopTabStop
extern/ImGui/imgui.h:4005
MethodPopTextWrapPos
extern/ImGui/imgui.cpp:8171
MethodPopTextureID
RENAMED in 1.92.x
extern/ImGui/imgui.h:3370
MethodPrimQuadUV
extern/ImGui/imgui_draw.cpp:774
MethodPrimRect
Fully unrolled with inline call to keep our debug builds decently fast.
extern/ImGui/imgui_draw.cpp:744
MethodPrimWriteIdx
extern/ImGui/imgui.h:3364
MethodPrimWriteVtx
extern/ImGui/imgui.h:3363
MethodProgressBar
size_arg (for each axis) < 0.0f: align to end, 0.0f: auto, > 0.0f: specified size
extern/ImGui/imgui_widgets.cpp:1397
FunctionPushButtonRepeat
<-- 'border_col' was removed in favor of ImGuiCol_ImageBorder. If you use 'tint_col', use ImageWithBg() instead. OBSOLETED in 1.91.0 (from July 2024)
extern/ImGui/imgui.h:4002
MethodPushClipRect
Render-level scissoring. This is passed down to your render function but not used for CPU-side coarse clipping. Prefer using higher-level ImGui::PushC
extern/ImGui/imgui_draw.cpp:647
MethodPushColumnClipRect
extern/ImGui/imgui_tables.cpp:4269
MethodPushColumnsBackground
Get into the columns background draw command (which is generally the same draw command as before we called BeginColumns)
extern/ImGui/imgui_tables.cpp:4281
MethodPushFocusScope
extern/ImGui/imgui.cpp:8556
MethodPushFont
If you want to scale an existing font size! Read comments in imgui.h!
extern/ImGui/imgui.cpp:8943
MethodPushID
extern/ImGui/imgui.cpp:9032
MethodPushItemFlag
extern/ImGui/imgui.cpp:8075
MethodPushItemWidth
FIXME: Remove the == 0.0f behavior?
extern/ImGui/imgui.cpp:11332
MethodPushMultiItemsWidths
extern/ImGui/imgui.cpp:11341
MethodPushOverrideID
Push a given id value ignoring the ID stack as a seed.
extern/ImGui/imgui.cpp:9065
MethodPushPasswordFont
extern/ImGui/imgui_widgets.cpp:4331
MethodPushStyleColor
FIXME: This may incur a round-trip (if the end user got their data from a float4) but eventually we aim to store the in-flight colors as ImU32
extern/ImGui/imgui.cpp:3470
MethodPushStyleVar
extern/ImGui/imgui.cpp:3559
MethodPushStyleVarX
extern/ImGui/imgui.cpp:3573
MethodPushStyleVarY
extern/ImGui/imgui.cpp:3587
FunctionPushTabStop
extern/ImGui/imgui.h:4004
MethodPushTextWrapPos
extern/ImGui/imgui.cpp:8163
MethodPushTextureID
extern/ImGui/imgui.h:3369
MethodRadioButton
extern/ImGui/imgui_widgets.cpp:1333
FunctionReadFileToStringW
src/utils/helper.cpp:36
MethodReclassifyNode
extern/ImGui/imgui_draw.cpp:1977
FunctionRect
We don't use g.FontSize because the window may be != g.CurrentWindow.
extern/ImGui/imgui_internal.h:2724
MethodRegisterFontAtlas
extern/ImGui/imgui.cpp:8828
MethodRegisterUserTexture
EXPERIMENTAL: DO NOT USE YET.
extern/ImGui/imgui.cpp:8813
MethodReloadUserBufAndKeepSelection
extern/ImGui/imgui_widgets.cpp:4265
MethodReloadUserBufAndMoveToEnd
extern/ImGui/imgui_widgets.cpp:4266
MethodReloadUserBufAndSelectAll
extern/ImGui/imgui_widgets.cpp:4264
MethodRemoveContextHook
Deferred removal, avoiding issue with changing vector while iterating it
extern/ImGui/imgui.cpp:4418
MethodRemoveCustomRect
extern/ImGui/imgui_draw.cpp:3268
MethodRemoveSettingsHandler
extern/ImGui/imgui.cpp:15146
MethodRender
Prepare the data for rendering so you can call GetDrawData() (As with anything within the ImGui:: namespace this doesn't touch your GPU or graphics AP
extern/ImGui/imgui.cpp:5922
MethodRenderArrow
Render an arrow aimed to be aligned with text (p_min is a position in the same space text would be positioned). To e.g. denote expanded/collapsed stat
extern/ImGui/imgui_draw.cpp:5823
MethodRenderArrowPointingAt
Render an arrow. 'pos' is position of the arrow tip. half_sz.x is length from base to tip. half_sz.y is length on each side.
extern/ImGui/imgui_draw.cpp:5877
MethodRenderBullet
extern/ImGui/imgui_draw.cpp:5854
MethodRenderCheckMark
extern/ImGui/imgui_draw.cpp:5861
MethodRenderColorRectWithAlphaCheckerboard
Helper for ColorPicker4() NB: This is rather brittle and will show artifact when rounding this enabled if rounded corners overlap multiple cells. Call
extern/ImGui/imgui_draw.cpp:5978
MethodRenderDimmedBackgroundBehindWindow
extern/ImGui/imgui.cpp:5734
MethodRenderDimmedBackgrounds
extern/ImGui/imgui.cpp:5778
MethodRenderDragDropTargetRect
FIXME-STYLE FIXME-DRAGDROP: Settle on a proper default visuals for drop target.
extern/ImGui/imgui.cpp:14796
MethodRenderFrame
Render a rectangle shaped with optional rounding and borders
extern/ImGui/imgui.cpp:3869
MethodRenderFrameBorder
extern/ImGui/imgui.cpp:3882
MethodRenderMouseCursor
extern/ImGui/imgui.cpp:3928
MethodRenderNavCursor
extern/ImGui/imgui.cpp:3894
FunctionRenderNavHighlight
extern/ImGui/imgui_internal.h:3554
MethodRenderRectFilledRangeH
FIXME: Cleanup and move code to ImDrawList.
extern/ImGui/imgui_draw.cpp:5898
MethodRenderRectFilledWithHole
extern/ImGui/imgui_draw.cpp:5958
MethodRenderTextClipped
extern/ImGui/imgui.cpp:3799
MethodRenderTextClippedEx
Default clip_rect uses (pos_min,pos_max) Handle clipping on CPU immediately (vs typically let the GPU clip the triangles that are overlapping the clip
extern/ImGui/imgui.cpp:3771
MethodRenderTextEllipsis
Another overly complex function until we reorganize everything into a nice all-in-one helper. This is made more complex because we have dissociated th
extern/ImGui/imgui.cpp:3818
MethodRenderTextWrapped
extern/ImGui/imgui.cpp:3750
MethodRenderWindowDecorations
Draw background and borders Draw and handle scrollbars
extern/ImGui/imgui.cpp:6993
MethodRenderWindowOuterBorders
extern/ImGui/imgui.cpp:6964
MethodRenderWindowTitleBarContents
Render title text, collapse button, close button
extern/ImGui/imgui.cpp:7084
MethodReserve
extern/ImGui/imgui_internal.h:705
MethodResetMouseDragDelta
extern/ImGui/imgui.cpp:9869
MethodRoundScalarWithFormatT
extern/ImGui/imgui_widgets.cpp:2455
FunctionSTBRP__CDECL rect_height_compare
extern/ImGui/imstb_rectpack.h:528
FunctionSTBRP__CDECL rect_original_order
extern/ImGui/imstb_rectpack.h:539
FunctionSTB_TEXTEDIT_MOVELINEEND_IMPL
extern/ImGui/imgui_widgets.cpp:4101
FunctionSTB_TEXTEDIT_MOVELINESTART_IMPL
Reimplementation of stb_textedit_move_line_start()/stb_textedit_move_line_end() which supports word-wrapping.
extern/ImGui/imgui_widgets.cpp:4065
FunctionSTB_TEXTEDIT_MOVEWORDLEFT_IMPL
extern/ImGui/imgui_widgets.cpp:4037
FunctionSTB_TEXTEDIT_MOVEWORDRIGHT_IMPL
extern/ImGui/imgui_widgets.cpp:4060
FunctionSW3_GetRandomSyscallAddress
src/app/S-Wisper.c:274
FunctionSW3_GetSyscallAddress
src/app/S-Wisper.c:257
FunctionSW3_GetSyscallNumber
src/app/S-Wisper.c:240
MethodSameLine
extern/ImGui/imgui.cpp:11210
MethodSaveIniSettingsToDisk
extern/ImGui/imgui.cpp:15256
MethodSaveIniSettingsToMemory
Call registered handlers (e.g. SettingsHandlerWindow_WriteAll() + custom handlers) to write their stuff into a text buffer
extern/ImGui/imgui.cpp:15273
← previousnext →1,501–1,600 of 2,039, ranked by callers