MCPcopy Create free account

hub / github.com/Raais/ImStudio / functions

Functions2,584 in github.com/Raais/ImStudio

↓ 10 callersFunctionImGui_ImplOpenGL3_GetBackendData
Backend data stored in io.BackendRendererUserData to allow support for multiple Dear ImGui contexts It is STRONGLY preferred that you use docking bran
src/third-party/imgui/backends/imgui_impl_opengl3.cpp:201
↓ 10 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
src/third-party/imgui/imgui.cpp:1707
↓ 10 callersFunctionSTB_TEXTEDIT_STRINGLEN
src/third-party/imgui/imgui_widgets.cpp:3618
↓ 10 callersMethodcheck_arg_id
src/third-party/fmt/include/fmt/core.h:2471
↓ 9 callersMethodAddCircleFilled
src/third-party/imgui/imgui_draw.cpp:1506
↓ 9 callersMethodGetCenter
Helpers
src/third-party/imgui/imgui.h:2927
↓ 9 callersMethodGetTexID
Since 1.83: returns ImTextureID associated with this draw call. Warning: DO NOT assume this is always same as 'TextureId' (we will change this functio
src/third-party/imgui/imgui.h:2407
↓ 9 callersMethodHasSelection
src/third-party/imgui/imgui.h:2099
↓ 9 callersFunctionImGui_ImplAllegro5_GetBackendData
Backend data stored in io.BackendPlatformUserData to allow support for multiple Dear ImGui contexts It is STRONGLY preferred that you use docking bran
src/third-party/imgui/backends/imgui_impl_allegro5.cpp:80
↓ 9 callersFunctionImTextCharFromUtf8
Convert UTF-8 to 32-bit character, process single character input. A nearly-branchless UTF-8 decoder, based on work of Christopher Wellons (https://gi
src/third-party/imgui/imgui.cpp:1831
↓ 9 callersFunctionIsNamedKey
Inputs FIXME: Eventually we should aim to move e.g. IsActiveIdUsingKey() into IsKeyXXX functions.
src/third-party/imgui/imgui_internal.h:2651
↓ 9 callersFunctionLowerBound
std::lower_bound but without the bullshit
src/third-party/imgui/imgui.cpp:2095
↓ 9 callersMethodPathArcToFast
0: East, 3: South, 6: West, 9: North, 12: East
src/third-party/imgui/imgui_draw.cpp:1169
↓ 9 callersMethodPushClipRect
Push a clipping rectangle for both ImGui logic (hit-testing etc.) and low-level ImDrawList rendering. - When using this function it is sane to ensure
src/third-party/imgui/imgui.cpp:4670
↓ 9 callersFunctionWindowRectAbsToRel
src/third-party/imgui/imgui_internal.h:2488
↓ 9 callersMethodlocale
src/third-party/fmt/include/fmt/os.h:486
↓ 9 callersMethodnext_chunk
src/third-party/imgui/imgui_internal.h:671
↓ 9 callersFunctionreserve
src/third-party/fmt/include/fmt/format.h:354
↓ 9 callersMethodsize_in_bytes
src/third-party/imgui/imgui_internal.h:585
↓ 9 callersFunctionstbtt__buf_seek
src/third-party/imgui/imstb_truetype.h:1130
↓ 9 callersFunctionstbtt__new_buf
src/third-party/imgui/imstb_truetype.h:1151
↓ 9 callersFunctionstbtt_setvertex
src/third-party/imgui/imstb_truetype.h:1559
↓ 9 callersFunctionvprint
src/third-party/fmt/include/fmt/xchar.h:206
↓ 8 callersMethodBegin
Use case A: Begin() called from constructor with items_height<0, then called again from Step() in StepNo 1 Use case B: Begin() called from constructor
src/third-party/imgui/imgui.cpp:2542
↓ 8 callersFunctionClear
src/third-party/imgui/imgui_internal.h:563
↓ 8 callersFunctionImAddClampOverflow
src/third-party/imgui/imgui_internal.h:429
↓ 8 callersFunctionImLog
src/third-party/imgui/imgui_internal.h:408
↓ 8 callersFunctionImSubClampOverflow
src/third-party/imgui/imgui_internal.h:430
↓ 8 callersFunctionIsNavInputDown
src/third-party/imgui/imgui_internal.h:2662
↓ 8 callersMethodPopClipRect
src/third-party/imgui/imgui.cpp:4677
↓ 8 callersFunctionSTB_TEXTEDIT_LAYOUTROW
src/third-party/imgui/imgui_widgets.cpp:3623
↓ 8 callersFunctionSafeRelease
src/third-party/imgui/backends/imgui_impl_wgpu.cpp:187
↓ 8 callersFunctionSafeRelease
src/third-party/imgui/backends/imgui_impl_dx12.cpp:148
↓ 8 callersFunctionbase_iterator
src/third-party/fmt/include/fmt/format.h:394
↓ 8 callersFunctionbegin
src/third-party/fmt/include/fmt/core.h:486
↓ 8 callersFunctioncount_digits
src/third-party/fmt/include/fmt/format.h:914
↓ 8 callersFunctionfill_n
src/third-party/fmt/include/fmt/format.h:408
↓ 8 callersFunctionsize
src/third-party/fmt/include/fmt/os.h:154
↓ 8 callersFunctionstbtt_ScaleForPixelHeight
src/third-party/imgui/imstb_truetype.h:2607
↓ 8 callersFunctionstbtt__buf_skip
src/third-party/imgui/imstb_truetype.h:1136
↓ 8 callersFunctionto_nonnegative_int
src/third-party/fmt/include/fmt/chrono.h:806
↓ 8 callersFunctionvformat_to
src/third-party/fmt/include/fmt/core.h:2892
↓ 7 callersMethodAdd
src/third-party/imgui/imgui_internal.h:640
↓ 7 callersMethodAddDrawCmd
src/third-party/imgui/imgui_draw.cpp:450
↓ 7 callersMethodAddImage
src/third-party/imgui/imgui_draw.cpp:1610
↓ 7 callersMethodAddMouseWheelEvent
Queue a mouse wheel event (most mouse/API will only have a Y component)
src/third-party/imgui/imgui.cpp:1361
↓ 7 callersMethodAddRectFilledMultiColor
p_min = upper-left, p_max = lower-right
src/third-party/imgui/imgui_draw.cpp:1421
↓ 7 callersFunctionImAbs
src/third-party/imgui/imgui_internal.h:410
↓ 7 callersFunctionImCharIsBlankA
src/third-party/imgui/imgui_internal.h:335
↓ 7 callersFunctionImFileClose
We should in theory be using fseeko()/ftello() with off_t and _fseeki64()/_ftelli64() with __int64, waiting for the PR that does that in a very portab
src/third-party/imgui/imgui.cpp:1776
↓ 7 callersFunctionImFormatStringV
src/third-party/imgui/imgui.cpp:1665
↓ 7 callersFunctionImGui_ImplDX10_GetBackendData
Backend data stored in io.BackendRendererUserData to allow support for multiple Dear ImGui contexts It is STRONGLY preferred that you use docking bran
src/third-party/imgui/backends/imgui_impl_dx10.cpp:72
↓ 7 callersFunctionImGui_ImplDX11_GetBackendData
Backend data stored in io.BackendRendererUserData to allow support for multiple Dear ImGui contexts It is STRONGLY preferred that you use docking bran
src/third-party/imgui/backends/imgui_impl_dx11.cpp:73
↓ 7 callersFunctionImGui_ImplDX12_GetBackendData
Backend data stored in io.BackendRendererUserData to allow support for multiple Dear ImGui contexts It is STRONGLY preferred that you use docking bran
src/third-party/imgui/backends/imgui_impl_dx12.cpp:84
↓ 7 callersFunctionImGui_ImplDX9_GetBackendData
Backend data stored in io.BackendRendererUserData to allow support for multiple Dear ImGui contexts It is STRONGLY preferred that you use docking bran
src/third-party/imgui/backends/imgui_impl_dx9.cpp:68
↓ 7 callersFunctionImPow
src/third-party/imgui/imgui_internal.h:406
↓ 7 callersFunctionImStrSkipBlank
src/third-party/imgui/imgui.cpp:1622
↓ 7 callersMethodInsertChars
src/third-party/imgui/imgui_widgets.cpp:3772
↓ 7 callersMethodPathArcTo
src/third-party/imgui/imgui_draw.cpp:1179
↓ 7 callersFunctionRenderArrow
[1.71: 2019/06/07: Updating prototypes of some of the internal functions. Leaving those for reference for a short while]
src/third-party/imgui/imgui_internal.h:2775
↓ 7 callersMethodSetBit
src/third-party/imgui/imgui_internal.h:551
↓ 7 callersFunctionend
src/third-party/fmt/include/fmt/core.h:487
↓ 7 callersFunctionis_negative
src/third-party/fmt/include/fmt/format.h:826
↓ 7 callersFunctionmake_checked
src/third-party/fmt/include/fmt/format.h:342
↓ 7 callersMethodnext_arg_id
src/third-party/fmt/include/fmt/core.h:2465
↓ 7 callersFunctionon_error
src/third-party/fmt/include/fmt/core.h:1622
↓ 7 callersMethodon_error
src/third-party/fmt/include/fmt/format.h:2110
↓ 7 callersMethodset
Sets the buffer data and capacity. */
src/third-party/fmt/include/fmt/core.h:769
↓ 7 callersMethodsize
src/third-party/fmt/src/os.cc:243
↓ 7 callersFunctionstbtt_GetGlyphBitmapBoxSubpixel
src/third-party/imgui/imstb_truetype.h:2629
↓ 7 callersFunctionstbtt__cff_get_index
src/third-party/imgui/imstb_truetype.h:1173
↓ 7 callersFunctionvformat_to
src/third-party/fmt/include/fmt/xchar.h:122
↓ 6 callersMethodAddFocusEvent
src/third-party/imgui/imgui.cpp:1376
↓ 6 callersMethodAddTriangleFilled
src/third-party/imgui/imgui_draw.cpp:1471
↓ 6 callersFunctionCalcWindowSizeAfterConstraint
src/third-party/imgui/imgui.cpp:5364
↓ 6 callersMethodDraw
src/third-party/imgui/imgui.cpp:2256
↓ 6 callersMethodGetColumnSettings
src/third-party/imgui/imgui_internal.h:2459
↓ 6 callersMethodGetMapSize
src/third-party/imgui/imgui_internal.h:649
↓ 6 callersFunctionImGui_ImplSDL2_GetBackendData
Backend data stored in io.BackendPlatformUserData to allow support for multiple Dear ImGui contexts It is STRONGLY preferred that you use docking bran
src/third-party/imgui/backends/imgui_impl_sdl.cpp:97
↓ 6 callersFunctionImGui_ImplSDLRenderer_GetBackendData
Backend data stored in io.BackendRendererUserData to allow support for multiple Dear ImGui contexts It is STRONGLY preferred that you use docking bran
src/third-party/imgui/backends/imgui_impl_sdlrenderer.cpp:50
↓ 6 callersFunctionImQsort
src/third-party/imgui/imgui_internal.h:305
↓ 6 callersFunctionImTextCountUtf8BytesFromStr
src/third-party/imgui/imgui.cpp:1990
↓ 6 callersMethodPrimVtx
src/third-party/imgui/imgui.h:2602
↓ 6 callersFunctionRenderBullet
src/third-party/imgui/imgui_internal.h:2776
↓ 6 callersFunctionSTB_TEXTEDIT_INSERTCHARS
src/third-party/imgui/imgui_widgets.cpp:3666
↓ 6 callersMethodSetKeyEventNativeData
[Optional] Call after AddKeyEvent(). Specify native keycode, scancode + Specify index for legacy <1.87 IsKeyXXX() functions with native indices. If yo
src/third-party/imgui/imgui.cpp:1312
↓ 6 callersMethodStep
src/third-party/imgui/imgui_demo.cpp:7220
↓ 6 callersFunctionTabItemGetSectionIdx
src/third-party/imgui/imgui_widgets.cpp:7175
↓ 6 callersMethodTryGetMapData
It is the map we need iterate to find valid items, since we don't have "alive" storage anywhere
src/third-party/imgui/imgui_internal.h:650
↓ 6 callersFunctionWindowRectRelToAbs
src/third-party/imgui/imgui_internal.h:2489
↓ 6 callersMethodadvance_to
src/third-party/fmt/include/fmt/printf.h:49
↓ 6 callersMethodappend
src/third-party/imgui/imgui.cpp:2355
↓ 6 callersMethodappend
src/third-party/fmt/include/fmt/format.h:577
↓ 6 callersMethodclear
src/third-party/imgui/imgui_internal.h:666
↓ 6 callersMethodclear
Clears this buffer. */
src/third-party/fmt/include/fmt/core.h:803
↓ 6 callersMethodcompare
src/third-party/fmt/include/fmt/format-inl.h:481
↓ 6 callersMethoderror_handler
src/third-party/fmt/include/fmt/core.h:601
↓ 6 callersFunctionflush
src/third-party/fmt/include/fmt/os.h:404
↓ 6 callersMethodformat
src/third-party/fmt/include/fmt/format.h:2334
↓ 6 callersFunctionformat_to
src/third-party/fmt/include/fmt/core.h:2913
← previousnext →101–200 of 2,584, ranked by callers