Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arnaud-jamin/Cog
/ functions
Functions
4,136 in github.com/arnaud-jamin/Cog
⨍
Functions
4,136
◇
Types & classes
975
↓ 2 callers
Function
EndFrame
=================================================================================================
Plugins/Cog/Source/ThirdParty/NetImgui/Private/NetImgui_Api.cpp:266
↓ 2 callers
Function
EndLegendPopup
Plugins/Cog/Source/ThirdParty/ImPlot/implot.cpp:4228
↓ 2 callers
Function
ExampleTree_CreateDemoTree
Create example tree data (this allocates _many_ more times than most other code in either Dear ImGui or others demo)
Plugins/Cog/Source/ThirdParty/ImGui/imgui_demo.cpp:337
↓ 2 callers
Function
FindCentroid
Plugins/Cog/Source/ThirdParty/ImPlot/implot_demo.cpp:1548
↓ 2 callers
Method
FindGlyph
Find glyph, return fallback if missing
Plugins/Cog/Source/ThirdParty/ImGui/imgui_draw.cpp:3905
↓ 2 callers
Method
FindWindowByID
--------------------------------------------------------------------------------------------------------------------------
Plugins/Cog/Source/Cog/Private/CogSubsystem.cpp:453
↓ 2 callers
Function
FixLargeWindowsWhenUndocking
Problem: Undocking a large (~full screen) window would leave it so large that the bottom right sizing corner would more than likely be off the screen
Plugins/Cog/Source/ThirdParty/ImGui/imgui.cpp:17323
↓ 2 callers
Function
FixRectCornerFlags
Plugins/Cog/Source/ThirdParty/ImGui/imgui_draw.cpp:1395
↓ 2 callers
Function
FormatDate
Plugins/Cog/Source/ThirdParty/ImPlot/implot.cpp:1110
↓ 2 callers
Function
Formatter_Default
Plugins/Cog/Source/ThirdParty/ImPlot/implot_internal.h:1652
↓ 2 callers
Method
GetActualEndTime
--------------------------------------------------------------------------------------------------------------------------
Plugins/Cog/Source/CogDebug/Private/CogDebugEvent.cpp:8
↓ 2 callers
Method
GetArenaSizeInBytes
Plugins/Cog/Source/ThirdParty/ImGui/imgui_internal.h:670
↓ 2 callers
Method
GetAttributeColor
--------------------------------------------------------------------------------------------------------------------------
Plugins/CogAbility/Source/CogAbility/Private/CogAbilityConfig_Alignment.cpp:8
↓ 2 callers
Function
GetAutoColor
Plugins/Cog/Source/ThirdParty/ImPlot/implot.cpp:262
↓ 2 callers
Function
GetBoxSelectState
Plugins/Cog/Source/ThirdParty/ImGui/imgui_internal.h:3579
↓ 2 callers
Method
GetCharAdvance
Plugins/Cog/Source/ThirdParty/ImGui/imgui.h:3585
↓ 2 callers
Function
GetColormapCount
Plugins/Cog/Source/ThirdParty/ImPlot/implot.cpp:4499
↓ 2 callers
Function
GetContext
=================================================================================================
Plugins/Cog/Source/ThirdParty/NetImgui/Private/NetImgui_Api.cpp:308
↓ 2 callers
Method
GetCustomRectByIndex
Plugins/Cog/Source/ThirdParty/ImGui/imgui.h:3505
↓ 2 callers
Method
GetDebugName
Plugins/Cog/Source/ThirdParty/ImGui/imgui.h:3587
↓ 2 callers
Function
GetDpiScale
Plugins/Cog/Source/CogImgui/Public/CogImguiContext.h:73
↓ 2 callers
Method
GetEffectColor
--------------------------------------------------------------------------------------------------------------------------
Plugins/CogAbility/Source/CogAbility/Private/CogAbilityConfig_Alignment.cpp:53
↓ 2 callers
Method
GetEffectModifierColor
--------------------------------------------------------------------------------------------------------------------------
Plugins/CogAbility/Source/CogAbility/Private/CogAbilityConfig_Alignment.cpp:79
↓ 2 callers
Method
GetFpsColor
--------------------------------------------------------------------------------------------------------------------------
Plugins/Cog/Source/CogEngine/Private/CogEngineWindow_Stats.cpp:254
↓ 2 callers
Method
GetGlyphRangesDefault
Retrieve list of range (2 int per range, values are inclusive)
Plugins/Cog/Source/ThirdParty/ImGui/imgui_draw.cpp:3380
↓ 2 callers
Method
GetIDFromRectangle
"
Plugins/Cog/Source/ThirdParty/ImGui/imgui.cpp:9118
↓ 2 callers
Function
GetInputSourceName
Plugins/Cog/Source/ThirdParty/ImGui/imgui.cpp:10304
↓ 2 callers
Method
GetIntRef
References are only valid until a new value is added to the storage. Calling a Set***() function or a Get***Ref() function invalidates the pointer.
Plugins/Cog/Source/ThirdParty/ImGui/imgui.cpp:2778
↓ 2 callers
Function
GetMouseCursorOnLine
--------------------------------------------------------------------------------------------------------------------------
Plugins/Cog/Source/CogDebug/Private/CogDebugGizmo.cpp:111
↓ 2 callers
Method
GetNextSelectedItem
GetNextSelectedItem() is an abstraction allowing us to change our underlying actual storage system without impacting user. (e.g. store unselected vs c
Plugins/Cog/Source/ThirdParty/ImGui/imgui_widgets.cpp:8093
↓ 2 callers
Method
GetNextTriangle
Plugins/Cog/Source/ThirdParty/ImGui/imgui_draw.cpp:1879
↓ 2 callers
Method
GetPlayerInput
--------------------------------------------------------------------------------------------------------------------------
Plugins/Cog/Source/CogImgui/Private/CogImguiInputHelper.cpp:38
↓ 2 callers
Function
GetPlotPos
Plugins/Cog/Source/ThirdParty/ImPlot/implot.cpp:3695
↓ 2 callers
Function
GetPlotSize
Plugins/Cog/Source/ThirdParty/ImPlot/implot.cpp:3702
↓ 2 callers
Function
GetRoutingIdFromOwnerId
owner_id may be None/Any, but routing_id needs to be always be set, so we default to GetCurrentFocusScope().
Plugins/Cog/Source/ThirdParty/ImGui/imgui.cpp:9487
↓ 2 callers
Function
GetTimeDilation
Plugins/Cog/Source/CogEngine/Public/CogEngineReplicator.h:41
↓ 2 callers
Function
GetViewportBgFgDrawList
Plugins/Cog/Source/ThirdParty/ImGui/imgui.cpp:4944
↓ 2 callers
Method
GetVoidPtr
Plugins/Cog/Source/ThirdParty/ImGui/imgui.cpp:2769
↓ 2 callers
Function
ImAlmostEqual
True if two numbers are approximately equal using units in the last place.
Plugins/Cog/Source/ThirdParty/ImPlot/implot_internal.h:135
↓ 2 callers
Function
ImAlphaBlendColors
Plugins/Cog/Source/ThirdParty/ImGui/imgui.cpp:2620
↓ 2 callers
Function
ImBezierCubicCalc
Plugins/Cog/Source/ThirdParty/ImGui/imgui_draw.cpp:1300
↓ 2 callers
Function
ImBitArraySetBitRange
Plugins/Cog/Source/ThirdParty/ImGui/imgui_internal.h:583
↓ 2 callers
Function
ImExponentialMovingAverage
Plugins/Cog/Source/ThirdParty/ImGui/imgui_internal.h:502
↓ 2 callers
Function
ImFileLoadToMemory
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
Plugins/Cog/Source/ThirdParty/ImGui/imgui.cpp:2378
↓ 2 callers
Function
ImFileWrite
Plugins/Cog/Source/ThirdParty/ImGui/imgui.cpp:2372
↓ 2 callers
Function
ImFontAtlasBuildRender32bppRectFromString
Plugins/Cog/Source/ThirdParty/ImGui/imgui_draw.cpp:3211
↓ 2 callers
Function
ImFontAtlasBuildRender8bppRectFromString
Plugins/Cog/Source/ThirdParty/ImGui/imgui_draw.cpp:3201
↓ 2 callers
Function
ImFormatStringToTempBuffer
Plugins/Cog/Source/ThirdParty/ImGui/imgui.cpp:2179
↓ 2 callers
Function
ImGuiSelectionBasicStorage_BatchFinish
Plugins/Cog/Source/ThirdParty/ImGui/imgui_widgets.cpp:8135
↓ 2 callers
Function
ImGuiSelectionBasicStorage_BatchSetItemSelected
Optimized for batch edits (with same value of 'selected')
Plugins/Cog/Source/ThirdParty/ImGui/imgui_widgets.cpp:8121
↓ 2 callers
Function
ImIsFloatAboveGuaranteedIntegerPrecision
Plugins/Cog/Source/ThirdParty/ImGui/imgui_internal.h:501
↓ 2 callers
Function
ImMul
Plugins/Cog/Source/ThirdParty/ImGui/imgui_internal.h:500
↓ 2 callers
Function
ImPosMod
Returns always positive modulo (assumes r != 0)
Plugins/Cog/Source/ThirdParty/ImPlot/implot_internal.h:121
↓ 2 callers
Function
ImSign
Plugins/Cog/Source/ThirdParty/ImGui/imgui_internal.h:462
↓ 2 callers
Function
ImStrbol
Plugins/Cog/Source/ThirdParty/ImGui/imgui.cpp:2069
↓ 2 callers
Function
ImStrchrRange
Plugins/Cog/Source/ThirdParty/ImGui/imgui.cpp:2048
↓ 2 callers
Function
ImStrimatchlen
Plugins/Cog/Source/ThirdParty/ImGui/imgui_widgets.cpp:7224
↓ 2 callers
Function
ImStristr
Plugins/Cog/Source/ThirdParty/ImGui/imgui.cpp:2076
↓ 2 callers
Function
ImSum
Plugins/Cog/Source/ThirdParty/ImPlot/implot_internal.h:154
↓ 2 callers
Function
ImTextCharToUtf8_inline
Based on stb_to_utf8() from github.com/nothings/stb/
Plugins/Cog/Source/ThirdParty/ImGui/imgui.cpp:2507
↓ 2 callers
Function
ImTriangleIsClockwise
Plugins/Cog/Source/ThirdParty/ImGui/imgui_internal.h:515
↓ 2 callers
Method
Init
Distribute storage for nodes, ears and reflexes. FIXME-OPT: if everything is convex, we could report it to caller and let it switch to an convex rende
Plugins/Cog/Source/ThirdParty/ImGui/imgui_draw.cpp:1827
↓ 2 callers
Function
InitOrLoadWindowSettings
Plugins/Cog/Source/ThirdParty/ImGui/imgui.cpp:6474
↓ 2 callers
Method
Initialize
--------------------------------------------------------------------------------------------------------------------------
Plugins/Cog/Source/Cog/Private/CogWindow.cpp:15
↓ 2 callers
Method
Inject
--------------------------------------------------------------------------------------------------------------------------
Plugins/CogInput/Source/CogInput/Private/CogInputActionInfo.cpp:6
↓ 2 callers
Function
InputTextReconcileUndoState
Find the shortest single replacement we can make to get from old_buf to new_buf Note that this doesn't directly alter state->TextA, state->TextLen. Th
Plugins/Cog/Source/ThirdParty/ImGui/imgui_widgets.cpp:4357
↓ 2 callers
Function
IsAliasKey
Plugins/Cog/Source/ThirdParty/ImGui/imgui_internal.h:3411
↓ 2 callers
Method
IsAutoFitting
Plugins/Cog/Source/ThirdParty/ImPlot/implot_internal.h:879
↓ 2 callers
Method
IsBuilt
4 bytes-per-pixel
Plugins/Cog/Source/ThirdParty/ImGui/imgui.h:3471
↓ 2 callers
Method
IsCheatActiveOnTargets
--------------------------------------------------------------------------------------------------------------------------
Plugins/Cog/Source/CogEngine/Private/CogEngineReplicator.cpp:240
↓ 2 callers
Method
IsDelivery
Plugins/Cog/Source/ThirdParty/ImGui/imgui.h:2629
↓ 2 callers
Function
IsItemHidden
Plugins/Cog/Source/ThirdParty/ImPlot/implot_items.cpp:315
↓ 2 callers
Function
IsKeyChordPotentiallyCharInput
- We need this to filter some Shortcut() routes when an item e.g. an InputText() is active e.g. ImGuiKey_G won't be considered a shortcut when item is
Plugins/Cog/Source/ThirdParty/ImGui/imgui.cpp:9582
↓ 2 callers
Function
IsLRModKey
Plugins/Cog/Source/ThirdParty/ImGui/imgui_internal.h:3412
↓ 2 callers
Function
IsLegendEntryHovered
Plugins/Cog/Source/ThirdParty/ImPlot/implot.cpp:4203
↓ 2 callers
Method
IsPanLocked
Plugins/Cog/Source/ThirdParty/ImPlot/implot_internal.h:890
↓ 2 callers
Method
IsReady
Plugins/Cog/Source/ThirdParty/NetImgui/Private/NetImgui_CmdPackets.h:270
↓ 2 callers
Function
IsRootOfOpenMenuSet
Plugins/Cog/Source/ThirdParty/ImGui/imgui_widgets.cpp:8792
↓ 2 callers
Function
Locator_Default
Plugins/Cog/Source/ThirdParty/ImPlot/implot.cpp:717
↓ 2 callers
Function
LogTextV
Pass text data straight to log (without being displayed)
Plugins/Cog/Source/ThirdParty/ImGui/imgui.cpp:14918
↓ 2 callers
Function
MapInputDefault
Plugins/Cog/Source/ThirdParty/ImPlot/implot.cpp:4781
↓ 2 callers
Method
Min
Plugins/Cog/Source/ThirdParty/ImPlot/implot.h:504
↓ 2 callers
Function
NavScoreItemDistInterval
Plugins/Cog/Source/ThirdParty/ImGui/imgui.cpp:12997
↓ 2 callers
Function
NavUpdateWindowingTarget
Plugins/Cog/Source/ThirdParty/ImGui/imgui.cpp:14272
↓ 2 callers
Function
NewFrame
=================================================================================================
Plugins/Cog/Source/ThirdParty/NetImgui/Private/NetImgui_Api.cpp:177
↓ 2 callers
Method
NotifyOfDocumentsClosedElsewhere
[Optional] Notify the system of Tabs/Windows closure that happened outside the regular tab interface. If a tab has been closed programmatically (aka c
Plugins/Cog/Source/ThirdParty/ImGui/imgui_demo.cpp:10052
↓ 2 callers
Method
OnDisplayMetricsChanged
--------------------------------------------------------------------------------------------------------------------------
Plugins/Cog/Source/CogImgui/Private/CogImguiContext.cpp:253
↓ 2 callers
Function
PathConcaveShape
Add a |_| looking shape
Plugins/Cog/Source/ThirdParty/ImGui/imgui_demo.cpp:9506
↓ 2 callers
Function
PieChartSum
Plugins/Cog/Source/ThirdParty/ImPlot/implot_items.cpp:2255
↓ 2 callers
Function
PlotDigitalEx
Plugins/Cog/Source/ThirdParty/ImPlot/implot_items.cpp:2713
↓ 2 callers
Function
PlotInfLines
Plugins/Cog/Source/ThirdParty/ImPlot/implot_items.cpp:2162
↓ 2 callers
Function
PlotPieChart
Plugins/Cog/Source/ThirdParty/ImPlot/implot_items.cpp:2323
↓ 2 callers
Function
PlotStairs
Plugins/Cog/Source/ThirdParty/ImPlot/implot_items.cpp:1734
↓ 2 callers
Function
PostBegin
Plugins/Cog/Source/Cog/Public/CogWindow.h:107
↓ 2 callers
Function
PreBegin
Plugins/Cog/Source/Cog/Public/CogWindow.h:105
↓ 2 callers
Function
PrimRectLine
Plugins/Cog/Source/ThirdParty/ImPlot/implot_items.cpp:195
↓ 2 callers
Method
PullLinks
Plugins/Cog/Source/ThirdParty/ImPlot/implot_internal.h:909
↓ 2 callers
Method
RebindShortcut
--------------------------------------------------------------------------------------------------------------------------
Plugins/Cog/Source/Cog/Private/CogSubsystem.cpp:1102
↓ 2 callers
Function
RenderArrowsForVerticalBar
Helper for ColorPicker4()
Plugins/Cog/Source/ThirdParty/ImGui/imgui_widgets.cpp:5724
↓ 2 callers
Method
RenderChar
Note: as with every ImDrawList drawing function, this expects that the font atlas texture is bound.
Plugins/Cog/Source/ThirdParty/ImGui/imgui_draw.cpp:4117
← previous
next →
601–700 of 4,136, ranked by callers