MCPcopy Create free account

hub / github.com/ZeroMemoryEx/Chaos-Rootkit / functions

Functions2,183 in github.com/ZeroMemoryEx/Chaos-Rootkit

↓ 1 callersFunctionstbtt__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
ring3-gui/libs/imgui/imstb_truetype.h:2887
↓ 1 callersFunctionstbtt__fill_active_edges_new
ring3-gui/libs/imgui/imstb_truetype.h:3087
↓ 1 callersFunctionstbtt__get_subr
ring3-gui/libs/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
ring3-gui/libs/imgui/imstb_truetype.h:1373
↓ 1 callersFunctionstbtt__matches
ring3-gui/libs/imgui/imstb_truetype.h:4898
↓ 1 callersFunctionstbtt__rasterize
ring3-gui/libs/imgui/imstb_truetype.h:3498
↓ 1 callersFunctionstbtt__rasterize_sorted_edges
ring3-gui/libs/imgui/imstb_truetype.h:2929
↓ 1 callersFunctionstbtt__ray_intersect_bezier
ring3-gui/libs/imgui/imstb_truetype.h:4406
↓ 1 callersFunctionstbtt__sized_trapezoid_area
ring3-gui/libs/imgui/imstb_truetype.h:3070
↓ 1 callersFunctionstbtt__sized_triangle_area
ring3-gui/libs/imgui/imstb_truetype.h:3082
↓ 1 callersFunctionstbtt__solve_cubic
x^3 + a*x^2 + b*x + c = 0
ring3-gui/libs/imgui/imstb_truetype.h:4552
↓ 1 callersFunctionstbtt__sort_edges
ring3-gui/libs/imgui/imstb_truetype.h:3487
↓ 1 callersFunctionstbtt__sort_edges_ins_sort
ring3-gui/libs/imgui/imstb_truetype.h:3407
↓ 1 callersFunctionstbtt__sort_edges_quicksort
ring3-gui/libs/imgui/imstb_truetype.h:3425
↓ 1 callersFunctionstbtt__tesselate_cubic
ring3-gui/libs/imgui/imstb_truetype.h:3583
↓ 1 callersFunctionstbtt__tesselate_curve
tessellate until threshold p is happy... @TODO warped to compensate for non-linear stretching
ring3-gui/libs/imgui/imstb_truetype.h:3563
↓ 1 callersFunctionunloadv
Chaos-Rootkit/Driver.c:606
MethodAcceptDragDropPayload
ring3-gui/libs/imgui/imgui.cpp:12404
MethodActivateItem
ring3-gui/libs/imgui/imgui.cpp:7533
MethodAddCallback
ring3-gui/libs/imgui/imgui_draw.cpp:460
MethodAddChar
Set bit n in the array
ring3-gui/libs/imgui/imgui.h:2761
MethodAddContextHook
No specific ordering/dependency support, will see as needed
ring3-gui/libs/imgui/imgui.cpp:3640
MethodAddConvexPolyFilled
- We intentionally avoid using ImVec2 and its math operators here to reduce cost to a minimum for debug/non-inlined builds. - Filled shapes must alway
ring3-gui/libs/imgui/imgui_draw.cpp:966
MethodAddCustomRectFontGlyph
ring3-gui/libs/imgui/imgui_draw.cpp:2205
MethodAddFont
ring3-gui/libs/imgui/imgui_draw.cpp:2067
MethodAddFontDefault
Load embedded ProggyClean.ttf at size 13, disable oversampling
ring3-gui/libs/imgui/imgui_draw.cpp:2116
MethodAddFontFromFileTTF
ring3-gui/libs/imgui/imgui_draw.cpp:2137
MethodAddFontFromMemoryCompressedBase85TTF
ring3-gui/libs/imgui/imgui_draw.cpp:2184
MethodAddFontFromMemoryCompressedTTF
ring3-gui/libs/imgui/imgui_draw.cpp:2172
MethodAddFontFromMemoryTTF
NB: Transfer ownership of 'ttf_data' to ImFontAtlas, unless font_cfg_template->FontDataOwnedByAtlas == false. Owned TTF buffer will be deleted after B
ring3-gui/libs/imgui/imgui_draw.cpp:2159
MethodAddImageQuad
ring3-gui/libs/imgui/imgui_draw.cpp:1619
MethodAddImageRounded
ring3-gui/libs/imgui/imgui_draw.cpp:1635
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
ring3-gui/libs/imgui/imgui.cpp:1382
MethodAddQuad
ring3-gui/libs/imgui/imgui_draw.cpp:1429
MethodAddQuadFilled
ring3-gui/libs/imgui/imgui_draw.cpp:1441
MethodAddRanges
ring3-gui/libs/imgui/imgui_draw.cpp:3090
MethodAddRemapChar
ring3-gui/libs/imgui/imgui_draw.cpp:3319
MethodAddSettingsHandler
ring3-gui/libs/imgui/imgui.cpp:12775
MethodAlignTextToFramePadding
ring3-gui/libs/imgui/imgui_widgets.cpp:1383
MethodArrowButton
ring3-gui/libs/imgui/imgui_widgets.cpp:801
MethodArrowButtonEx
ring3-gui/libs/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
ring3-gui/libs/imgui/imgui_demo.cpp:7313
MethodBeginChild
ring3-gui/libs/imgui/imgui.cpp:5338
MethodBeginChildEx
ring3-gui/libs/imgui/imgui.cpp:5283
MethodBeginChildFrame
Helper to create a child window / scrolling region that looks like a normal widget frame.
ring3-gui/libs/imgui/imgui.cpp:5401
MethodBeginColumns
ring3-gui/libs/imgui/imgui_tables.cpp:3884
MethodBeginCombo
ring3-gui/libs/imgui/imgui_widgets.cpp:1677
MethodBeginComboPopup
ring3-gui/libs/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
ring3-gui/libs/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
ring3-gui/libs/imgui/imgui.cpp:7089
MethodBeginDragDropSource
When this returns true you need to: a) call SetDragDropPayload() exactly once, b) you may render the payload visual/description, c) call EndDragDropSo
ring3-gui/libs/imgui/imgui.cpp:12170
MethodBeginDragDropTarget
We don't use BeginDragDropTargetCustom() and duplicate its code because: 1) we use LastItemRectHoveredRect which handles items that push a temporarily
ring3-gui/libs/imgui/imgui.cpp:12368
MethodBeginDragDropTargetCustom
ring3-gui/libs/imgui/imgui.cpp:12341
MethodBeginGroup
Lock horizontal starting position + capture group bounding box into one "item" (so you can use IsItemHovered() or layout primitives such as SameLine()
ring3-gui/libs/imgui/imgui.cpp:9686
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
ring3-gui/libs/imgui/imgui_widgets.cpp:6583
MethodBeginMainMenuBar
ring3-gui/libs/imgui/imgui_widgets.cpp:7056
MethodBeginMenu
ring3-gui/libs/imgui/imgui_widgets.cpp:7311
MethodBeginMenuBar
FIXME: Provided a rectangle perhaps e.g. a BeginMenuBarEx() could be used anywhere.. Currently the main responsibility of this function being to setup
ring3-gui/libs/imgui/imgui_widgets.cpp:6947
MethodBeginMenuEx
ring3-gui/libs/imgui/imgui_widgets.cpp:7114
MethodBeginPopup
ring3-gui/libs/imgui/imgui.cpp:10354
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
ring3-gui/libs/imgui/imgui.cpp:10451
MethodBeginPopupContextVoid
ring3-gui/libs/imgui/imgui.cpp:10479
MethodBeginPopupContextWindow
ring3-gui/libs/imgui/imgui.cpp:10465
MethodBeginPopupEx
Attention! BeginPopup() adds default flags which BeginPopupEx()!
ring3-gui/libs/imgui/imgui.cpp:10331
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
ring3-gui/libs/imgui/imgui.cpp:10369
MethodBeginTabBar
ring3-gui/libs/imgui/imgui_widgets.cpp:7515
MethodBeginTabBarEx
ring3-gui/libs/imgui/imgui_widgets.cpp:7529
MethodBeginTabItem
ring3-gui/libs/imgui/imgui_widgets.cpp:8201
MethodBeginTable
Read about "TABLE SIZING" at the top of this file.
ring3-gui/libs/imgui/imgui_tables.cpp:305
MethodBeginTableEx
ring3-gui/libs/imgui/imgui_tables.cpp:311
MethodBeginTooltip
ring3-gui/libs/imgui/imgui.cpp:10022
MethodBeginTooltipEx
ring3-gui/libs/imgui/imgui.cpp:10027
MethodBeginViewportSideBar
Important: calling order matters! FIXME: Somehow overlapping with docking tech. FIXME: The "rect-cut" aspect of this could be formalized into a lower-
ring3-gui/libs/imgui/imgui_widgets.cpp:7021
MethodBringWindowToDisplayBack
ring3-gui/libs/imgui/imgui.cpp:6897
MethodBringWindowToDisplayBehind
ring3-gui/libs/imgui/imgui.cpp:6911
MethodBringWindowToDisplayFront
ring3-gui/libs/imgui/imgui.cpp:6882
MethodBringWindowToFocusFront
ring3-gui/libs/imgui/imgui.cpp:6861
MethodBuild
ring3-gui/libs/imgui/imgui_draw.cpp:2253
FunctionBuildFontAtlas
ring3-gui/libs/imgui/misc/freetype/imgui_freetype.h:48
MethodBuildRanges
ring3-gui/libs/imgui/imgui_draw.cpp:3097
MethodBuildSortByKey
For quicker full rebuild of a storage (instead of an incremental one), you may add all your contents and then sort once.
ring3-gui/libs/imgui/imgui.cpp:2330
MethodBullet
ring3-gui/libs/imgui/imgui_widgets.cpp:1311
MethodBulletText
ring3-gui/libs/imgui/imgui_widgets.cpp:369
MethodBulletTextV
Text with a little bullet aligned to the typical tree node.
ring3-gui/libs/imgui/imgui_widgets.cpp:378
MethodButton
ring3-gui/libs/imgui/imgui_widgets.cpp:728
MethodButtonBehavior
ring3-gui/libs/imgui/imgui_widgets.cpp:482
MethodButtonEx
ring3-gui/libs/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
ring3-gui/libs/imgui/imgui.cpp:9594
MethodCalcItemWidth
Calculate default item width given value passed to PushItemWidth() or SetNextItemWidth(). The SetNextItemWidth() data is generally cleared/consumed by
ring3-gui/libs/imgui/imgui.cpp:9572
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
ring3-gui/libs/imgui/imgui.cpp:2649
MethodCalcNextTotalWidth
ring3-gui/libs/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)
ring3-gui/libs/imgui/imgui.cpp:5066
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
ring3-gui/libs/imgui/imgui.cpp:7877
MethodCalcWindowNextAutoFitSize
ring3-gui/libs/imgui/imgui.cpp:5617
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
ring3-gui/libs/imgui/imgui_draw.cpp:3367
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
ring3-gui/libs/imgui/imgui_internal.h:1604
MethodCalcWorkRectSize
ring3-gui/libs/imgui/imgui_internal.h:1605
MethodCalcWrapWidthForPos
ring3-gui/libs/imgui/imgui.cpp:4078
MethodCallContextHooks
Call context hooks (used by e.g. test engine) We assume a small number of hooks so all stored in same array
ring3-gui/libs/imgui/imgui.cpp:3661
FunctionCaptureKeyboardFromApp
Use new ImageButton() signature (explicit item id, regular FramePadding) OBSOLETED in 1.88 (from May 2022)
ring3-gui/libs/imgui/imgui.h:3039
← previousnext →901–1,000 of 2,183, ranked by callers