MCPcopy Create free account

hub / github.com/TKazer/CS2_External / functions

Functions1,832 in github.com/TKazer/CS2_External

↓ 7 callersFunctionMetricsHelpMarker
Avoid naming collision with imgui_demo.cpp's HelpMarker() for unity builds.
CS2_External/OS-ImGui/imgui/imgui.cpp:13482
↓ 7 callersMethodPrimReserve
Reserve space for a number of vertices and indices. You must finish filling your reserved data before calling PrimReserve() again, as it may reallocat
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:647
↓ 7 callersFunctionSTB_TEXTEDIT_LAYOUTROW
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:3705
↓ 7 callersFunctionSearchOffsets
CS2_External/Offsets.cpp:3
↓ 7 callersFunctionWindowRectAbsToRel
CS2_External/OS-ImGui/imgui/imgui_internal.h:2768
↓ 7 callersFunctionstbtt_GetGlyphBitmapBoxSubpixel
CS2_External/OS-ImGui/imgui/imstb_truetype.h:2726
↓ 7 callersFunctionstbtt__cff_get_index
CS2_External/OS-ImGui/imgui/imstb_truetype.h:1195
↓ 6 callersMethodAddTriangleFilled
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:1493
↓ 6 callersFunctionCalcWindowSizeAfterConstraint
CS2_External/OS-ImGui/imgui/imgui.cpp:5529
↓ 6 callersMethodDraw
CS2_External/OS-ImGui/imgui/imgui.cpp:2469
↓ 6 callersMethodGetColumnSettings
CS2_External/OS-ImGui/imgui/imgui_internal.h:2738
↓ 6 callersMethodGetMainRect
Helpers to retrieve ImRect (we don't need to store BuildWorkRect as every access tend to change it, hence the code asymmetry)
CS2_External/OS-ImGui/imgui/imgui_internal.h:1614
↓ 6 callersMethodGetMapSize
CS2_External/OS-ImGui/imgui/imgui_internal.h:674
↓ 6 callersFunctionImBitArraySetBit
CS2_External/OS-ImGui/imgui/imgui_internal.h:549
↓ 6 callersFunctionImCharIsBlankA
CS2_External/OS-ImGui/imgui/imgui_internal.h:363
↓ 6 callersFunctionImCharIsBlankW
CS2_External/OS-ImGui/imgui/imgui_internal.h:364
↓ 6 callersFunctionImHashData
Known size hash It is ok to call ImHashData on a string with known length but the ### operator won't be supported. FIXME-OPT: Replace with e.g. FNV1a
CS2_External/OS-ImGui/imgui/imgui.cpp:1924
↓ 6 callersFunctionImQsort
CS2_External/OS-ImGui/imgui/imgui_internal.h:337
↓ 6 callersFunctionImTextCountUtf8BytesFromStr
CS2_External/OS-ImGui/imgui/imgui.cpp:2205
↓ 6 callersFunctionSTB_TEXTEDIT_INSERTCHARS
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:3769
↓ 6 callersMethodSelectAll
CS2_External/OS-ImGui/imgui/imgui.h:2133
↓ 6 callersFunctionSetHotKey
CS2_External/AimBot.hpp:18
↓ 6 callersMethodStep
CS2_External/OS-ImGui/imgui/imgui_demo.cpp:7331
↓ 6 callersFunctionTabItemGetSectionIdx
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:7482
↓ 6 callersMethodTryGetMapData
It is the map we need iterate to find valid items, since we don't have "alive" storage anywhere
CS2_External/OS-ImGui/imgui/imgui_internal.h:675
↓ 6 callersFunctionWindowRectRelToAbs
CS2_External/OS-ImGui/imgui/imgui_internal.h:2769
↓ 6 callersMethodappend
CS2_External/OS-ImGui/imgui/imgui.cpp:2568
↓ 6 callersFunctionstb__match
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:4938
↓ 6 callersFunctionstbtt_InitFont
CS2_External/OS-ImGui/imgui/imstb_truetype.h:4960
↓ 6 callersFunctionstbtt__buf_range
CS2_External/OS-ImGui/imgui/imstb_truetype.h:1186
↓ 6 callersFunctionstbtt__dict_get_ints
CS2_External/OS-ImGui/imgui/imstb_truetype.h:1251
↓ 6 callersFunctionstbtt__matchpair
CS2_External/OS-ImGui/imgui/imstb_truetype.h:4851
↓ 5 callersMethodAddCustomRectRegular
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:2944
↓ 5 callersMethodAddKeyEvent
CS2_External/OS-ImGui/imgui/imgui.cpp:1427
↓ 5 callersMethodCalcTextSizeA
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:4436
↓ 5 callersFunctionConvertSingleModFlagToKey
CS2_External/OS-ImGui/imgui/imgui_internal.h:2934
↓ 5 callersFunctionDecode85Byte
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:2853
↓ 5 callersMethodDeleteChars
Public API to manipulate UTF-8 text We expose UTF-8 to the user (unlike the STB_TEXTEDIT_* functions which are manipulating wchar) FIXME: The existenc
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:3858
↓ 5 callersMethodGetIndex
CS2_External/OS-ImGui/imgui/imgui_internal.h:661
↓ 5 callersFunctionGetKeyOwnerData
Test that key is either not owned, either owned by 'owner_id'
CS2_External/OS-ImGui/imgui/imgui_internal.h:2973
↓ 5 callersFunctionGetWindowDisplayLayer
CS2_External/OS-ImGui/imgui/imgui.cpp:4754
↓ 5 callersFunctionImFloorSigned
CS2_External/OS-ImGui/imgui/imgui_internal.h:462
↓ 5 callersFunctionImFormatStringToTempBufferV
CS2_External/OS-ImGui/imgui/imgui.cpp:1881
↓ 5 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
CS2_External/OS-ImGui/imgui/imgui_impl_win32.cpp:112
↓ 5 callersFunctionImLineClosestPoint
CS2_External/OS-ImGui/imgui/imgui.cpp:1635
↓ 5 callersFunctionImRotate
CS2_External/OS-ImGui/imgui/imgui_internal.h:467
↓ 5 callersFunctionImTextCountCharsFromUtf8
CS2_External/OS-ImGui/imgui/imgui.cpp:2118
↓ 5 callersFunctionImTextStrFromUtf8
CS2_External/OS-ImGui/imgui/imgui.cpp:2102
↓ 5 callersFunctionIsLegacyKey
CS2_External/OS-ImGui/imgui/imgui_internal.h:2928
↓ 5 callersFunctionIsWindowActiveAndVisible
CS2_External/OS-ImGui/imgui/imgui.cpp:4330
↓ 5 callersMethodPathFillConvex
CS2_External/OS-ImGui/imgui/imgui.h:2657
↓ 5 callersMethodPathStroke
CS2_External/OS-ImGui/imgui/imgui.h:2658
↓ 5 callersFunctionSTB_TEXTEDIT_DELETECHARS
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:3753
↓ 5 callersFunctionShowExampleMenuFile
Note that shortcuts are currently provided for display only (future version will add explicit flags to BeginMenu() to request processing shortcuts)
CS2_External/OS-ImGui/imgui/imgui_demo.cpp:6473
↓ 5 callersFunctionTableGetColumnAvailSortDirection
CS2_External/OS-ImGui/imgui/imgui_tables.cpp:2672
↓ 5 callersMethodText
CS2_External/OS-ImGui/OS-ImGui.cpp:16
↓ 5 callersFunctionstb_textedit_delete_selection
delete the section
CS2_External/OS-ImGui/imgui/imstb_textedit.h:591
↓ 5 callersFunctionstb_textedit_move_to_first
move cursor to first character of selection
CS2_External/OS-ImGui/imgui/imstb_textedit.h:617
↓ 5 callersFunctionstbtt_GetFontOffsetForIndex
CS2_External/OS-ImGui/imgui/imstb_truetype.h:4950
↓ 5 callersFunctionstbtt_GetGlyphShape
CS2_External/OS-ImGui/imgui/imstb_truetype.h:2302
↓ 5 callersFunctionstbtt__csctx_rline_to
CS2_External/OS-ImGui/imgui/imstb_truetype.h:1955
↓ 4 callersFunctionCalcNextScrollFromScrollTargetAndClamp
CS2_External/OS-ImGui/imgui/imgui.cpp:9816
↓ 4 callersMethodClearFreeMemory
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:2415
↓ 4 callersMethodDoForceClose
CS2_External/OS-ImGui/imgui/imgui_demo.cpp:7955
↓ 4 callersMethodFindGlyphNoFallback
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:4315
↓ 4 callersFunctionFindLatestInputEvent
CS2_External/OS-ImGui/imgui/imgui.cpp:1363
↓ 4 callersMethodGetByIndex
CS2_External/OS-ImGui/imgui/imgui_internal.h:660
↓ 4 callersFunctionGetMouseSourceName
CS2_External/OS-ImGui/imgui/imgui.cpp:8739
↓ 4 callersFunctionImAcos01
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:4795
↓ 4 callersFunctionImBitArrayGetStorageSizeInBytes
CS2_External/OS-ImGui/imgui/imgui_internal.h:545
↓ 4 callersFunctionImDot
CS2_External/OS-ImGui/imgui/imgui_internal.h:466
↓ 4 callersFunctionImFormatStringV
CS2_External/OS-ImGui/imgui/imgui.cpp:1845
↓ 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
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:3350
↓ 4 callersFunctionImStrncpy
CS2_External/OS-ImGui/imgui/imgui.cpp:1702
↓ 4 callersFunctionInputTextCalcTextSizeW
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:3651
↓ 4 callersFunctionInputTextFilterCharacter
Return false to discard a character.
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:3909
↓ 4 callersFunctionIsActiveIdUsingNavDir
CS2_External/OS-ImGui/imgui/imgui_internal.h:2955
↓ 4 callersFunctionIsNamedKeyOrModKey
CS2_External/OS-ImGui/imgui/imgui_internal.h:2927
↓ 4 callersFunctionLockWheelingWindow
CS2_External/OS-ImGui/imgui/imgui.cpp:8575
↓ 4 callersMethodMerge
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:2459
↓ 4 callersMethodPassFilter
CS2_External/OS-ImGui/imgui/imgui.cpp:2518
↓ 4 callersMethodPushTextureID
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:630
↓ 4 callersMethodRectangleFilled
CS2_External/OS-ImGui/OS-ImGui.cpp:44
↓ 4 callersMethodReserve
CS2_External/OS-ImGui/imgui/imgui_internal.h:668
↓ 4 callersFunctionRevolveCoordinatesSystem
CS2_External/Radar/Radar.cpp:3
↓ 4 callersFunctionRun
CS2_External/Bunnyhop.hpp:15
↓ 4 callersFunctionSTB_TEXTEDIT_GETWIDTH
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:3702
↓ 4 callersMethodSetForceJump
CS2_External/Game.cpp:81
↓ 4 callersMethodStrokeText
CS2_External/OS-ImGui/OS-ImGui.cpp:30
↓ 4 callersFunctionTableSettingsCalcChunkSize
CS2_External/OS-ImGui/imgui/imgui_tables.cpp:3215
↓ 4 callersMethod_CalcCircleAutoSegmentCount
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:588
↓ 4 callersFunction_grow_capacity
CS2_External/OS-ImGui/imgui/imgui.h:1815
↓ 4 callersFunctionend
CS2_External/OS-ImGui/imgui/imgui_internal.h:616
↓ 4 callersFunctionis_separator
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:3718
↓ 4 callersMethodoffset_from_ptr
CS2_External/OS-ImGui/imgui/imgui_internal.h:699
↓ 4 callersFunctionreserve
Resize a vector to a smaller size, guaranteed not to cause a reallocation
CS2_External/OS-ImGui/imgui/imgui.h:1819
↓ 4 callersFunctionstb_text_createundo
CS2_External/OS-ImGui/imgui/imstb_textedit.h:1193
↓ 4 callersFunctionstb_textedit_delete
delete characters while updating undo
CS2_External/OS-ImGui/imgui/imstb_textedit.h:583
↓ 4 callersFunctionstbtt_MakeGlyphBitmapSubpixel
CS2_External/OS-ImGui/imgui/imstb_truetype.h:3766
↓ 4 callersFunctionstbtt_ScaleForMappingEmToPixels
CS2_External/OS-ImGui/imgui/imstb_truetype.h:2671
← previousnext →101–200 of 1,832, ranked by callers