Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Joe1sn/S-inject
/ functions
Functions
2,039 in github.com/Joe1sn/S-inject
⨍
Functions
2,039
◇
Types & classes
290
↓ 1 callers
Function
ShowExampleAppAssetsBrowser
extern/ImGui/imgui_demo.cpp:10838
↓ 1 callers
Function
ShowExampleAppAutoResize
Demonstrate creating a window which gets auto-resized according to its content.
extern/ImGui/imgui_demo.cpp:9569
↓ 1 callers
Function
ShowExampleAppConsole
extern/ImGui/imgui_demo.cpp:9113
↓ 1 callers
Function
ShowExampleAppConstrainedResize
Demonstrate creating a window with custom resize constraints. Note that size constraints currently don't work on a docked window (when in 'docking' br
extern/ImGui/imgui_demo.cpp:9595
↓ 1 callers
Function
ShowExampleAppCustomRendering
Demonstrate using the low-level ImDrawList to draw custom shapes.
extern/ImGui/imgui_demo.cpp:9829
↓ 1 callers
Function
ShowExampleAppDocuments
extern/ImGui/imgui_demo.cpp:10250
↓ 1 callers
Function
ShowExampleAppFullscreen
Demonstrate creating a window covering the entire screen/viewport
extern/ImGui/imgui_demo.cpp:9749
↓ 1 callers
Function
ShowExampleAppLayout
Demonstrate create a window with multiple child windows.
extern/ImGui/imgui_demo.cpp:9286
↓ 1 callers
Function
ShowExampleAppLog
Demonstrate creating a simple log window with basic filtering.
extern/ImGui/imgui_demo.cpp:9251
↓ 1 callers
Function
ShowExampleAppLongText
Demonstrate/test rendering huge amount of text, and the incidence of clipping.
extern/ImGui/imgui_demo.cpp:9506
↓ 1 callers
Function
ShowExampleAppMainMenuBar
Demonstrate creating a "main" fullscreen menu bar and populating it. Note the difference between BeginMainMenuBar() and BeginMenuBar(): - BeginMenuBar
extern/ImGui/imgui_demo.cpp:8650
↓ 1 callers
Function
ShowExampleAppPropertyEditor
Demonstrate creating a simple property editor.
extern/ImGui/imgui_demo.cpp:9483
↓ 1 callers
Function
ShowExampleAppSimpleOverlay
Demonstrate creating a simple static window with no decoration + a context-menu to choose which corner of the screen to use.
extern/ImGui/imgui_demo.cpp:9694
↓ 1 callers
Function
ShowExampleAppWindowTitles
Demonstrate the use of "##" and "###" in identifiers to manipulate ID generation. This applies to all regular items as well. Read FAQ section "How can
extern/ImGui/imgui_demo.cpp:9787
↓ 1 callers
Function
ShowTableColumnsStatusFlags
extern/ImGui/imgui_demo.cpp:5623
↓ 1 callers
Function
TableFixFlags
Helper
extern/ImGui/imgui_tables.cpp:271
↓ 1 callers
Function
TableGetInstanceID
extern/ImGui/imgui_internal.h:3487
↓ 1 callers
Method
Unlink
extern/ImGui/imgui_draw.cpp:1814
↓ 1 callers
Method
Update
Helpers for internal use
extern/ImGui/imgui_widgets.cpp:8889
↓ 1 callers
Method
UpdateWorkRect
extern/ImGui/imgui_internal.h:1965
↓ 1 callers
Function
WarnMsgBox
src/utils/error.cpp:35
↓ 1 callers
Method
_ClearFreeMemory
extern/ImGui/imgui_draw.cpp:465
↓ 1 callers
Method
_SetDrawListSharedData
extern/ImGui/imgui_draw.cpp:428
↓ 1 callers
Method
_TryMergeDrawCmds
Try to merge two last draw commands
extern/ImGui/imgui_draw.cpp:559
↓ 1 callers
Function
doInject
src/window/MainWindow.cpp:147
↓ 1 callers
Function
downloadFile
src/app/network.cpp:7
↓ 1 callers
Function
erase
extern/ImGui/imgui.h:2235
↓ 1 callers
Function
erase_unsorted
extern/ImGui/imgui.h:2237
↓ 1 callers
Function
getPidByName
src/app/Injector.cpp:125
↓ 1 callers
Function
insert
extern/ImGui/imgui.h:2238
↓ 1 callers
Function
is_word_boundary_from_left
extern/ImGui/imgui_widgets.cpp:4021
↓ 1 callers
Function
push_back
NB: It is illegal to call push_back/push_front/insert with a reference pointing inside the ImVector data itself! e.g. v.push_back(v[10]) is forbidden.
extern/ImGui/imgui.h:2232
↓ 1 callers
Function
resize
extern/ImGui/imgui.h:2225
↓ 1 callers
Function
setupUi
src/window/MainWindow.cpp:10
↓ 1 callers
Method
split
extern/ImGui/imgui.cpp:2937
↓ 1 callers
Function
stb_adler32
extern/ImGui/imgui_draw.cpp:6071
↓ 1 callers
Function
stb_decompress
extern/ImGui/imgui_draw.cpp:6102
↓ 1 callers
Function
stb_decompress_token
extern/ImGui/imgui_draw.cpp:6054
↓ 1 callers
Function
stb_text_create_undo_record
extern/ImGui/imstb_textedit.h:1253
↓ 1 callers
Function
stb_text_makeundo_delete
extern/ImGui/imstb_textedit.h:1421
↓ 1 callers
Function
stb_text_redo
extern/ImGui/imstb_textedit.h:1365
↓ 1 callers
Function
stb_text_undo
extern/ImGui/imstb_textedit.h:1297
↓ 1 callers
Function
stb_textedit_clear_state
reset the state to default
extern/ImGui/imstb_textedit.h:1442
↓ 1 callers
Function
stb_textedit_cut
API cut: delete selection
extern/ImGui/imstb_textedit.h:761
↓ 1 callers
Function
stb_textedit_discard_redo
discard the oldest entry in the redo list--it's bad if this ever happens, but because undo & redo have to store the actual characters in different cas
extern/ImGui/imstb_textedit.h:1223
↓ 1 callers
Function
stb_textedit_flush_redo
extern/ImGui/imstb_textedit.h:1194
↓ 1 callers
Function
stb_textedit_initialize_state
API initialize
extern/ImGui/imstb_textedit.h:1460
↓ 1 callers
Function
stb_textedit_key
API key: process a keyboard input
extern/ImGui/imstb_textedit.h:818
↓ 1 callers
Function
stb_textedit_paste
extern/ImGui/imstb_textedit.h:1470
↓ 1 callers
Function
stb_textedit_paste_internal
API paste: replace existing selection with passed-in text
extern/ImGui/imstb_textedit.h:772
↓ 1 callers
Function
stbrp__skyline_find_best_pos
extern/ImGui/imstb_rectpack.h:347
↓ 1 callers
Function
stbrp__skyline_pack_rectangle
extern/ImGui/imstb_rectpack.h:449
↓ 1 callers
Function
stbrp_setup_allow_out_of_mem
extern/ImGui/imstb_rectpack.h:245
↓ 1 callers
Function
stbtt_BakeFontBitmap
extern/ImGui/imstb_truetype.h:4943
↓ 1 callers
Function
stbtt_BakeFontBitmap_internal
extern/ImGui/imstb_truetype.h:3821
↓ 1 callers
Function
stbtt_FindMatchingFont_internal
extern/ImGui/imstb_truetype.h:4927
↓ 1 callers
Function
stbtt_FlattenCurves
returns number of contours
extern/ImGui/imstb_truetype.h:3626
↓ 1 callers
Function
stbtt_GetBakedQuad
extern/ImGui/imstb_truetype.h:3867
↓ 1 callers
Function
stbtt_GetCodepointBitmap
extern/ImGui/imstb_truetype.h:3805
↓ 1 callers
Function
stbtt_GetCodepointBitmapSubpixel
extern/ImGui/imstb_truetype.h:3790
↓ 1 callers
Function
stbtt_GetCodepointHMetrics
extern/ImGui/imstb_truetype.h:2634
↓ 1 callers
Function
stbtt_GetCodepointKernAdvance
extern/ImGui/imstb_truetype.h:2627
↓ 1 callers
Function
stbtt_GetFontOffsetForIndex_internal
extern/ImGui/imstb_truetype.h:1324
↓ 1 callers
Function
stbtt_GetGlyphKernAdvance
extern/ImGui/imstb_truetype.h:2615
↓ 1 callers
Function
stbtt_GetGlyphSDF
extern/ImGui/imstb_truetype.h:4583
↓ 1 callers
Function
stbtt_GetGlyphSVG
extern/ImGui/imstb_truetype.h:2699
↓ 1 callers
Function
stbtt_GetNumberOfFonts_internal
extern/ImGui/imstb_truetype.h:1343
↓ 1 callers
Function
stbtt_InitFont_internal
extern/ImGui/imstb_truetype.h:1388
↓ 1 callers
Function
stbtt_MakeGlyphBitmap
extern/ImGui/imstb_truetype.h:3785
↓ 1 callers
Function
stbtt_PackFontRanges
extern/ImGui/imstb_truetype.h:4310
↓ 1 callers
Function
stbtt_PackFontRangesGatherRects
rects array must be big enough to accommodate all characters in the given ranges
extern/ImGui/imstb_truetype.h:4157
↓ 1 callers
Function
stbtt_PackFontRangesPackRects
extern/ImGui/imstb_truetype.h:4305
↓ 1 callers
Function
stbtt_PackFontRangesRenderIntoRects
rects array must be big enough to accommodate all characters in the given ranges
extern/ImGui/imstb_truetype.h:4216
↓ 1 callers
Function
stbtt__GetCoverageIndex
extern/ImGui/imstb_truetype.h:2394
↓ 1 callers
Function
stbtt__GetGlyphGPOSInfoAdvance
extern/ImGui/imstb_truetype.h:2501
↓ 1 callers
Function
stbtt__GetGlyphKernInfoAdvance
extern/ImGui/imstb_truetype.h:2364
↓ 1 callers
Function
stbtt__GetGlyphShapeT2
extern/ImGui/imstb_truetype.h:2274
↓ 1 callers
Function
stbtt__GetGlyphShapeTT
extern/ImGui/imstb_truetype.h:1679
↓ 1 callers
Function
stbtt__cff_index_count
extern/ImGui/imstb_truetype.h:1259
↓ 1 callers
Function
stbtt__cff_skip_operand
extern/ImGui/imstb_truetype.h:1221
↓ 1 callers
Function
stbtt__cid_get_glyph_subrs
extern/ImGui/imstb_truetype.h:1987
↓ 1 callers
Function
stbtt__compute_crossings_x
extern/ImGui/imstb_truetype.h:4475
↓ 1 callers
Function
stbtt__dict_get
extern/ImGui/imstb_truetype.h:1236
↓ 1 callers
Function
stbtt__fill_active_edges
note: this routine clips fills that extend off the edges... ideally this wouldn't happen, but it could happen if the truetype glyph bounding boxes are
extern/ImGui/imstb_truetype.h:2887
↓ 1 callers
Function
stbtt__fill_active_edges_new
extern/ImGui/imstb_truetype.h:3087
↓ 1 callers
Function
stbtt__get_subr
extern/ImGui/imstb_truetype.h:1973
↓ 1 callers
Function
stbtt__get_svg
since most people won't use this, find this table the first time it's needed
extern/ImGui/imstb_truetype.h:1373
↓ 1 callers
Function
stbtt__matches
extern/ImGui/imstb_truetype.h:4898
↓ 1 callers
Function
stbtt__rasterize
extern/ImGui/imstb_truetype.h:3498
↓ 1 callers
Function
stbtt__rasterize_sorted_edges
extern/ImGui/imstb_truetype.h:2929
↓ 1 callers
Function
stbtt__ray_intersect_bezier
extern/ImGui/imstb_truetype.h:4406
↓ 1 callers
Function
stbtt__sized_trapezoid_area
extern/ImGui/imstb_truetype.h:3070
↓ 1 callers
Function
stbtt__sized_triangle_area
extern/ImGui/imstb_truetype.h:3082
↓ 1 callers
Function
stbtt__solve_cubic
x^3 + a*x^2 + b*x + c = 0
extern/ImGui/imstb_truetype.h:4552
↓ 1 callers
Function
stbtt__sort_edges
extern/ImGui/imstb_truetype.h:3487
↓ 1 callers
Function
stbtt__sort_edges_ins_sort
extern/ImGui/imstb_truetype.h:3407
↓ 1 callers
Function
stbtt__sort_edges_quicksort
extern/ImGui/imstb_truetype.h:3425
↓ 1 callers
Function
stbtt__tesselate_cubic
extern/ImGui/imstb_truetype.h:3583
↓ 1 callers
Function
stbtt__tesselate_curve
tessellate until threshold p is happy... @TODO warped to compensate for non-linear stretching
extern/ImGui/imstb_truetype.h:3563
Method
AcceptDragDropPayload
extern/ImGui/imgui.cpp:14754
← previous
next →
701–800 of 2,039, ranked by callers