MCPcopy Create free account

hub / github.com/TKazer/CS2_External / functions

Functions1,832 in github.com/TKazer/CS2_External

↓ 2 callersFunctionGetInputSourceName
CS2_External/OS-ImGui/imgui/imgui.cpp:8733
↓ 2 callersFunctionGetMergedModsFromKeys
[Internal] Do not use directly
CS2_External/OS-ImGui/imgui/imgui.cpp:8379
↓ 2 callersMethodGetOrAddByKey
CS2_External/OS-ImGui/imgui/imgui_internal.h:662
↓ 2 callersMethodGetRectTexPadding
CS2_External/OS-ImGui/imgui/imgui.h:2745
↓ 2 callersFunctionGetResizeBorderRect
CS2_External/OS-ImGui/imgui/imgui.cpp:5685
↓ 2 callersFunctionGetRoutingIdFromOwnerId
owner_id may be None/Any, but routing_id needs to be always be set, so we default to GetCurrentFocusScope().
CS2_External/OS-ImGui/imgui/imgui.cpp:7984
↓ 2 callersFunctionGetSkipItemForListClipping
FIXME-TABLE: This prevents us from using ImGuiListClipper _inside_ a table cell. The problem we have is that without a Begin/End scheme for rows using
CS2_External/OS-ImGui/imgui/imgui.cpp:2643
↓ 2 callersMethodGetTeamID
CS2_External/Entity.cpp:59
↓ 2 callersFunctionGetViewportDrawList
CS2_External/OS-ImGui/imgui/imgui.cpp:4166
↓ 2 callersFunctionImAlphaBlendColors
CS2_External/OS-ImGui/imgui/imgui.cpp:2218
↓ 2 callersFunctionImBezierCubicCalc
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:1248
↓ 2 callersFunctionImBitArraySetBitRange
CS2_External/OS-ImGui/imgui/imgui_internal.h:550
↓ 2 callersFunctionImExponentialMovingAverage
CS2_External/OS-ImGui/imgui/imgui_internal.h:471
↓ 2 callersFunctionImFileLoadToMemory
Helper: Load file content into memory Memory allocated with IM_ALLOC(), must be freed by user using IM_FREE() == ImGui::MemFree() This can't really be
CS2_External/OS-ImGui/imgui/imgui.cpp:2002
↓ 2 callersFunctionImFileWrite
CS2_External/OS-ImGui/imgui/imgui.cpp:1996
↓ 2 callersFunctionImFontAtlasBuildRender32bppRectFromString
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:3406
↓ 2 callersFunctionImFontAtlasBuildRender8bppRectFromString
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:3396
↓ 2 callersFunctionImFormatStringToTempBuffer
CS2_External/OS-ImGui/imgui/imgui.cpp:1861
↓ 2 callersFunctionImGetDirQuadrantFromDelta
CS2_External/OS-ImGui/imgui/imgui.cpp:10714
↓ 2 callersFunctionImGui_ImplDX11_InvalidateDeviceObjects
CS2_External/OS-ImGui/imgui/imgui_impl_dx11.cpp:523
↓ 2 callersFunctionImGui_ImplDX11_SetupRenderState
Functions
CS2_External/OS-ImGui/imgui/imgui_impl_dx11.cpp:80
↓ 2 callersFunctionImGui_ImplWin32_InitEx
Functions
CS2_External/OS-ImGui/imgui/imgui_impl_win32.cpp:118
↓ 2 callersFunctionImGui_ImplWin32_UpdateMouseCursor
CS2_External/OS-ImGui/imgui/imgui_impl_win32.cpp:198
↓ 2 callersFunctionImIsFloatAboveGuaranteedIntegerPrecision
CS2_External/OS-ImGui/imgui/imgui_internal.h:470
↓ 2 callersFunctionImMul
CS2_External/OS-ImGui/imgui/imgui_internal.h:469
↓ 2 callersFunctionImStrbolW
CS2_External/OS-ImGui/imgui/imgui.cpp:1753
↓ 2 callersFunctionImStrchrRange
CS2_External/OS-ImGui/imgui/imgui.cpp:1732
↓ 2 callersFunctionImStristr
CS2_External/OS-ImGui/imgui/imgui.cpp:1760
↓ 2 callersFunctionImTextCharToUtf8
CS2_External/OS-ImGui/imgui/imgui.cpp:2166
↓ 2 callersFunctionImTextCharToUtf8_inline
Based on stb_to_utf8() from github.com/nothings/stb/
CS2_External/OS-ImGui/imgui/imgui.cpp:2131
↓ 2 callersFunctionImTextCountUtf8BytesFromChar
Not optimal but we very rarely use this function.
CS2_External/OS-ImGui/imgui/imgui.cpp:2174
↓ 2 callersFunctionInitOrLoadWindowSettings
CS2_External/OS-ImGui/imgui/imgui.cpp:5475
↓ 2 callersFunctionInputScalar_DefaultCharsFilter
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:3394
↓ 2 callersFunctionIsAliasKey
CS2_External/OS-ImGui/imgui/imgui_internal.h:2932
↓ 2 callersFunctionIsGamepadKey
CS2_External/OS-ImGui/imgui/imgui_internal.h:2930
↓ 2 callersFunctionIsRootOfOpenMenuSet
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:7094
↓ 2 callersFunctionLogTextV
Pass text data straight to log (without being displayed)
CS2_External/OS-ImGui/imgui/imgui.cpp:12496
↓ 2 callersFunctionNavScoreItemDistInterval
CS2_External/OS-ImGui/imgui/imgui.cpp:10721
↓ 2 callersFunctionNavUpdateWindowingHighlightWindow
CS2_External/OS-ImGui/imgui/imgui.cpp:11908
↓ 2 callersMethodPopTextureID
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:637
↓ 2 callersMethodPrimUnreserve
Release the a number of reserved vertices/indices from the end of the last reservation made with PrimReserve().
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:673
↓ 2 callersFunctionRenderArrowsForVerticalBar
Helper for ColorPicker4()
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:5345
↓ 2 callersMethodRenderChar
Note: as with every ImDrawList drawing function, this expects that the font atlas texture is bound.
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:4515
↓ 2 callersFunctionSTB_TEXTEDIT_MOVEWORDRIGHT_MAC
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:3747
↓ 2 callersFunctionSaveConfig
Function to save the configuration to a file
CS2_External/Utils/ConfigSaver.cpp:13
↓ 2 callersFunctionSearchMemoryBlock
CS2_External/Utils/MemorySearch.cpp:33
↓ 2 callersMethodSetTexID
Bit ambiguous: used to detect when user didn't build texture but effectively we should check TexID != 0 except that would be backend dependent...
CS2_External/OS-ImGui/imgui/imgui.h:2870
↓ 2 callersFunctionStackToolFormatLevelInfo
CS2_External/OS-ImGui/imgui/imgui.cpp:14693
↓ 2 callersFunctionTabBarCalcScrollableWidth
Scrolling happens only in the central section (leading/trailing sections are not scrolling)
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:7633
↓ 2 callersFunctionTableSettingsInit
Clear and initialize empty settings instance
CS2_External/OS-ImGui/imgui/imgui_tables.cpp:3203
↓ 2 callersFunctionTableSetupColumnFlags
Adjust flags: default width mode + stretch columns are not allowed when auto extending
CS2_External/OS-ImGui/imgui/imgui_tables.cpp:685
↓ 2 callersMethodTestBit
CS2_External/OS-ImGui/imgui/imgui_internal.h:574
↓ 2 callersFunctionTitleBarHeight
CS2_External/OS-ImGui/imgui/imgui_internal.h:2391
↓ 2 callersMethodTraceAddress
CS2_External/Utils/ProcessManager.hpp:163
↓ 2 callersFunctionUnpackAccumulativeOffsetsIntoRanges
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:3830
↓ 2 callersMethodUpdateController
CS2_External/Entity.cpp:3
↓ 2 callersMethod_PopUnusedDrawCmd
Pop trailing draw command (used before merging or presenting to user) Note that this leaves the ImDrawList in a state unfit for further commands, as m
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:478
↓ 2 callersMethod_ResetForNewFrame
Initialize before use in a new frame. We always have a command ready in the buffer.
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:414
↓ 2 callersFunctionbegin
CS2_External/OS-ImGui/imgui/imgui_internal.h:614
↓ 2 callersFunctionequal
CS2_External/OS-ImGui/imgui/imstb_truetype.h:4470
↓ 2 callersFunctionfind
CS2_External/OS-ImGui/imgui/imgui.h:1831
↓ 2 callersFunctionis_word_boundary
CS2_External/OS-ImGui/imgui/imstb_textedit.h:640
↓ 2 callersFunctionis_word_boundary_from_right
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:3723
↓ 2 callersMethodptr_from_offset
CS2_External/OS-ImGui/imgui/imgui_internal.h:700
↓ 2 callersFunctionstb_decompress_length
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:4930
↓ 2 callersFunctionstb_text_locate_coord
traverse the layout to locate the nearest character to a display position
CS2_External/OS-ImGui/imgui/imstb_textedit.h:401
↓ 2 callersFunctionstb_text_makeundo_insert
CS2_External/OS-ImGui/imgui/imstb_textedit.h:1332
↓ 2 callersFunctionstb_text_makeundo_replace
CS2_External/OS-ImGui/imgui/imstb_textedit.h:1347
↓ 2 callersFunctionstb_textedit_click
API click: on mouse down, move the cursor to the clicked location, and reset the selection
CS2_External/OS-ImGui/imgui/imstb_textedit.h:461
↓ 2 callersFunctionstb_textedit_discard_undo
discard the oldest entry in the undo list
CS2_External/OS-ImGui/imgui/imstb_textedit.h:1117
↓ 2 callersFunctionstb_textedit_drag
API drag: on mouse drag, move the cursor and selection endpoint to the clicked location
CS2_External/OS-ImGui/imgui/imstb_textedit.h:479
↓ 2 callersFunctionstb_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)
CS2_External/OS-ImGui/imgui/imstb_textedit.h:521
↓ 2 callersFunctionstb_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
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:3825
↓ 2 callersFunctionstb_textedit_sortselection
canoncialize the selection so start <= end
CS2_External/OS-ImGui/imgui/imstb_textedit.h:607
↓ 2 callersFunctionstbrp__skyline_find_min_y
find minimum y position if it starts at x1
CS2_External/OS-ImGui/imgui/imstb_rectpack.h:291
↓ 2 callersFunctionstbtt_CompareUTF8toUTF16_bigendian_internal
CS2_External/OS-ImGui/imgui/imstb_truetype.h:4823
↓ 2 callersFunctionstbtt_GetCodepointBitmapBoxSubpixel
CS2_External/OS-ImGui/imgui/imstb_truetype.h:2749
↓ 2 callersFunctionstbtt_GetGlyphBitmapBox
CS2_External/OS-ImGui/imgui/imstb_truetype.h:2744
↓ 2 callersFunctionstbtt_GetGlyphBitmapSubpixel
CS2_External/OS-ImGui/imgui/imstb_truetype.h:3721
↓ 2 callersFunctionstbtt_GetGlyphBox
CS2_External/OS-ImGui/imgui/imstb_truetype.h:1630
↓ 2 callersFunctionstbtt_MakeCodepointBitmapSubpixel
CS2_External/OS-ImGui/imgui/imstb_truetype.h:3800
↓ 2 callersFunctionstbtt_PackFontRangesRenderIntoRects
rects array must be big enough to accommodate all characters in the given ranges
CS2_External/OS-ImGui/imgui/imstb_truetype.h:4216
↓ 2 callersFunctionstbtt_Rasterize
CS2_External/OS-ImGui/imgui/imstb_truetype.h:3703
↓ 2 callersFunctionstbtt__CompareUTF8toUTF16_bigendian_prefix
check if a utf8 string contains a prefix which is the utf16 string; if so return length of matching utf8 string
CS2_External/OS-ImGui/imgui/imstb_truetype.h:4784
↓ 2 callersFunctionstbtt__GetGlyphClass
CS2_External/OS-ImGui/imgui/imstb_truetype.h:2452
↓ 2 callersFunctionstbtt__GetGlyphInfoT2
CS2_External/OS-ImGui/imgui/imstb_truetype.h:2291
↓ 2 callersFunctionstbtt__buf_peek8
CS2_External/OS-ImGui/imgui/imstb_truetype.h:1145
↓ 2 callersFunctionstbtt__close_shape
CS2_External/OS-ImGui/imgui/imstb_truetype.h:1663
↓ 2 callersFunctionstbtt__csctx_close_shape
CS2_External/OS-ImGui/imgui/imstb_truetype.h:1941
↓ 2 callersFunctionstbtt__cuberoot
CS2_External/OS-ImGui/imgui/imstb_truetype.h:4543
↓ 2 callersFunctionstbtt__get_subrs
CS2_External/OS-ImGui/imgui/imstb_truetype.h:1359
↓ 2 callersFunctionstbtt__h_prefilter
CS2_External/OS-ImGui/imgui/imstb_truetype.h:4020
↓ 2 callersFunctionstbtt__hheap_alloc
CS2_External/OS-ImGui/imgui/imstb_truetype.h:2775
↓ 2 callersFunctionstbtt__hheap_cleanup
CS2_External/OS-ImGui/imgui/imstb_truetype.h:2802
↓ 2 callersFunctionstbtt__hheap_free
CS2_External/OS-ImGui/imgui/imstb_truetype.h:2796
↓ 2 callersFunctionstbtt__new_active
CS2_External/OS-ImGui/imgui/imstb_truetype.h:2840
↓ 2 callersFunctionstbtt__position_trapezoid_area
CS2_External/OS-ImGui/imgui/imstb_truetype.h:3077
↓ 2 callersFunctionstbtt__v_prefilter
CS2_External/OS-ImGui/imgui/imstb_truetype.h:4082
↓ 2 callersFunctionttLONG
CS2_External/OS-ImGui/imgui/imstb_truetype.h:1294
↓ 1 callersFunctionAdd
CS2_External/OS-ImGui/imgui/imgui_internal.h:528
← previousnext →301–400 of 1,832, ranked by callers