MCPcopy Create free account

hub / github.com/TKazer/CS2_External / functions

Functions1,832 in github.com/TKazer/CS2_External

↓ 1 callersFunctionstbtt__fill_active_edges_new
CS2_External/OS-ImGui/imgui/imstb_truetype.h:3087
↓ 1 callersFunctionstbtt__get_subr
CS2_External/OS-ImGui/imgui/imstb_truetype.h:1973
↓ 1 callersFunctionstbtt__get_svg
since most people won't use this, find this table the first time it's needed
CS2_External/OS-ImGui/imgui/imstb_truetype.h:1373
↓ 1 callersFunctionstbtt__matches
CS2_External/OS-ImGui/imgui/imstb_truetype.h:4898
↓ 1 callersFunctionstbtt__rasterize
CS2_External/OS-ImGui/imgui/imstb_truetype.h:3498
↓ 1 callersFunctionstbtt__rasterize_sorted_edges
CS2_External/OS-ImGui/imgui/imstb_truetype.h:2929
↓ 1 callersFunctionstbtt__ray_intersect_bezier
CS2_External/OS-ImGui/imgui/imstb_truetype.h:4406
↓ 1 callersFunctionstbtt__sized_trapezoid_area
CS2_External/OS-ImGui/imgui/imstb_truetype.h:3070
↓ 1 callersFunctionstbtt__sized_triangle_area
CS2_External/OS-ImGui/imgui/imstb_truetype.h:3082
↓ 1 callersFunctionstbtt__solve_cubic
x^3 + a*x^2 + b*x + c = 0
CS2_External/OS-ImGui/imgui/imstb_truetype.h:4552
↓ 1 callersFunctionstbtt__sort_edges
CS2_External/OS-ImGui/imgui/imstb_truetype.h:3487
↓ 1 callersFunctionstbtt__sort_edges_ins_sort
CS2_External/OS-ImGui/imgui/imstb_truetype.h:3407
↓ 1 callersFunctionstbtt__sort_edges_quicksort
CS2_External/OS-ImGui/imgui/imstb_truetype.h:3425
↓ 1 callersFunctionstbtt__tesselate_cubic
CS2_External/OS-ImGui/imgui/imstb_truetype.h:3583
↓ 1 callersFunctionstbtt__tesselate_curve
tessellate until threshold p is happy... @TODO warped to compensate for non-linear stretching
CS2_External/OS-ImGui/imgui/imstb_truetype.h:3563
↓ 1 callersMethodwhat
CS2_External/OS-ImGui/OS-ImGui_Exception.hpp:28
MethodAcceptDragDropPayload
CS2_External/OS-ImGui/imgui/imgui.cpp:12426
MethodActivateItem
CS2_External/OS-ImGui/imgui/imgui.cpp:7555
MethodAddCallback
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:489
MethodAddChar
Set bit n in the array
CS2_External/OS-ImGui/imgui/imgui.h:2801
MethodAddContextHook
No specific ordering/dependency support, will see as needed
CS2_External/OS-ImGui/imgui/imgui.cpp:3645
MethodAddCustomRectFontGlyph
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:2955
MethodAddFont
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:2817
MethodAddFontDefault
Load embedded ProggyClean.ttf at size 13, disable oversampling
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:2866
MethodAddFontFromFileTTF
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:2887
MethodAddFontFromMemoryCompressedBase85TTF
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:2934
MethodAddFontFromMemoryCompressedTTF
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:2922
MethodAddFontFromMemoryTTF
NB: Transfer ownership of 'ttf_data' to ImFontAtlas, unless font_cfg_template->FontDataOwnedByAtlas == false. Owned TTF buffer will be deleted after B
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:2909
MethodAddImageQuad
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:1648
MethodAddImageRounded
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:1664
MethodAddInputCharactersUTF8
CS2_External/OS-ImGui/imgui/imgui.cpp:1322
MethodAddKeyAnalogEvent
Queue a new key down/up event. - ImGuiKey key: Translated key (as in, generally ImGuiKey_A matches the key end-user would use to emit an 'A' cha
CS2_External/OS-ImGui/imgui/imgui.cpp:1386
MethodAddRanges
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:4061
MethodAddRemapChar
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:4290
MethodAddSettingsHandler
CS2_External/OS-ImGui/imgui/imgui.cpp:12797
MethodAddShadowNGon
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:2403
MethodAlignTextToFramePadding
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:1383
MethodArc
CS2_External/OS-ImGui/OS-ImGui.cpp:97
MethodArrowButton
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:801
MethodArrowButtonEx
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:770
MethodAspectRatio
Helper functions to demonstrate programmatic constraints FIXME: This doesn't take account of decoration size (e.g. title bar), library should make thi
CS2_External/OS-ImGui/imgui/imgui_demo.cpp:7329
MethodBeginChild
CS2_External/OS-ImGui/imgui/imgui.cpp:5343
MethodBeginChildEx
CS2_External/OS-ImGui/imgui/imgui.cpp:5288
MethodBeginChildFrame
Helper to create a child window / scrolling region that looks like a normal widget frame.
CS2_External/OS-ImGui/imgui/imgui.cpp:5406
MethodBeginColumns
CS2_External/OS-ImGui/imgui/imgui_tables.cpp:3884
MethodBeginCombo
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:1677
MethodBeginComboPopup
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:1752
MethodBeginComboPreview
Call directly after the BeginCombo/EndCombo block. The preview is designed to only host non-interactive elements (Experimental, see GitHub issues: #16
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:1823
MethodBeginDisabled
BeginDisabled()/EndDisabled() - Those can be nested but it cannot be used to enable an already disabled section (a single BeginDisabled(true) in the s
CS2_External/OS-ImGui/imgui/imgui.cpp:7111
MethodBeginDragDropSource
When this returns true you need to: a) call SetDragDropPayload() exactly once, b) you may render the payload visual/description, c) call EndDragDropSo
CS2_External/OS-ImGui/imgui/imgui.cpp:12192
MethodBeginDragDropTarget
We don't use BeginDragDropTargetCustom() and duplicate its code because: 1) we use LastItemRectHoveredRect which handles items that push a temporarily
CS2_External/OS-ImGui/imgui/imgui.cpp:12390
MethodBeginDragDropTargetCustom
CS2_External/OS-ImGui/imgui/imgui.cpp:12363
MethodBeginGroup
Lock horizontal starting position + capture group bounding box into one "item" (so you can use IsItemHovered() or layout primitives such as SameLine()
CS2_External/OS-ImGui/imgui/imgui.cpp:9708
MethodBeginListBox
Tip: To have a list filling the entire window width, use size.x = -FLT_MIN and pass an non-visible label e.g. "##empty" Tip: If your vertical size is
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:6583
MethodBeginMainMenuBar
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:7060
MethodBeginMenu
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:7315
MethodBeginMenuBar
FIXME: Provided a rectangle perhaps e.g. a BeginMenuBarEx() could be used anywhere.. Currently the main responsibility of this function being to setup
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:6947
MethodBeginMenuEx
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:7118
MethodBeginPopup
CS2_External/OS-ImGui/imgui/imgui.cpp:10376
MethodBeginPopupContextItem
This is a helper to handle the simplest case of associating one named popup to one given widget. - To create a popup associated to the last item, you
CS2_External/OS-ImGui/imgui/imgui.cpp:10473
MethodBeginPopupContextVoid
CS2_External/OS-ImGui/imgui/imgui.cpp:10501
MethodBeginPopupContextWindow
CS2_External/OS-ImGui/imgui/imgui.cpp:10487
MethodBeginPopupEx
Attention! BeginPopup() adds default flags which BeginPopupEx()!
CS2_External/OS-ImGui/imgui/imgui.cpp:10353
MethodBeginPopupModal
If 'p_open' is specified for a modal popup window, the popup will have a regular close button which will close the popup. Note that popup visibility s
CS2_External/OS-ImGui/imgui/imgui.cpp:10391
MethodBeginTabBar
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:7519
MethodBeginTabBarEx
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:7533
MethodBeginTabItem
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:8205
MethodBeginTable
Read about "TABLE SIZING" at the top of this file.
CS2_External/OS-ImGui/imgui/imgui_tables.cpp:305
MethodBeginTableEx
CS2_External/OS-ImGui/imgui/imgui_tables.cpp:311
MethodBeginTooltip
CS2_External/OS-ImGui/imgui/imgui.cpp:10044
MethodBeginTooltipEx
CS2_External/OS-ImGui/imgui/imgui.cpp:10049
MethodBeginViewportSideBar
Important: calling order matters! FIXME: Somehow overlapping with docking tech. FIXME: The "rect-cut" aspect of this could be formalized into a lower-
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:7021
MethodBringWindowToDisplayBack
CS2_External/OS-ImGui/imgui/imgui.cpp:6917
MethodBringWindowToDisplayBehind
CS2_External/OS-ImGui/imgui/imgui.cpp:6931
MethodBringWindowToDisplayFront
CS2_External/OS-ImGui/imgui/imgui.cpp:6902
MethodBringWindowToFocusFront
CS2_External/OS-ImGui/imgui/imgui.cpp:6881
MethodBuild
CS2_External/OS-ImGui/imgui/imgui.cpp:2497
MethodBuild
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:3003
MethodBuildRanges
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:4068
MethodBuildSortByKey
For quicker full rebuild of a storage (instead of an incremental one), you may add all your contents and then sort once.
CS2_External/OS-ImGui/imgui/imgui.cpp:2334
MethodBullet
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:1311
MethodBulletText
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:369
MethodBulletTextV
Text with a little bullet aligned to the typical tree node.
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:378
MethodButton
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:728
MethodButtonBehavior
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:482
MethodButtonEx
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:684
MethodCalcItemSize
[Internal] Calculate full item size given user provided 'size' parameter and default width/height. Default width is often == CalcItemWidth(). Those tw
CS2_External/OS-ImGui/imgui/imgui.cpp:9616
MethodCalcItemWidth
Calculate default item width given value passed to PushItemWidth() or SetNextItemWidth(). The SetNextItemWidth() data is generally cleared/consumed by
CS2_External/OS-ImGui/imgui/imgui.cpp:9594
MethodCalcListClipping
Legacy helper to calculate coarse clipping of large list of evenly sized items. This legacy API is not ideal because it assumes we will return a singl
CS2_External/OS-ImGui/imgui/imgui.cpp:2653
MethodCalcNextTotalWidth
CS2_External/OS-ImGui/imgui/imgui_widgets.cpp:6912
MethodCalcTextSize
Calculate text size. Text can be multi-line. Optionally ignore text after a ## marker. CalcTextSize("") should return ImVec2(0.0f, g.FontSize)
CS2_External/OS-ImGui/imgui/imgui.cpp:5071
MethodCalcTypematicRepeatAmount
t0 = previous time (e.g.: g.Time - g.IO.DeltaTime) t1 = current time (e.g.: g.Time) An event is triggered at: t = 0.0f t = repeat_delay, t = re
CS2_External/OS-ImGui/imgui/imgui.cpp:7899
MethodCalcWindowNextAutoFitSize
CS2_External/OS-ImGui/imgui/imgui.cpp:5622
MethodCalcWordWrapPositionA
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
CS2_External/OS-ImGui/imgui/imgui_draw.cpp:4338
MethodCalcWorkRectPos
Calculate work rect pos/size given a set of offset (we have 1 pair of offset for rect locked from last frame data, and 1 pair for currently building r
CS2_External/OS-ImGui/imgui/imgui_internal.h:1609
MethodCalcWorkRectSize
CS2_External/OS-ImGui/imgui/imgui_internal.h:1610
MethodCalcWrapWidthForPos
CS2_External/OS-ImGui/imgui/imgui.cpp:4083
MethodCallContextHooks
Call context hooks (used by e.g. test engine) We assume a small number of hooks so all stored in same array
CS2_External/OS-ImGui/imgui/imgui.cpp:3666
FunctionCaptureKeyboardFromApp
Use new ImageButton() signature (explicit item id, regular FramePadding) OBSOLETED in 1.88 (from May 2022)
CS2_External/OS-ImGui/imgui/imgui.h:3084
FunctionCaptureMouseFromApp
Renamed as name was misleading + removed default value.
CS2_External/OS-ImGui/imgui/imgui.h:3085
← previousnext →701–800 of 1,832, ranked by callers