MCPcopy Create free account

hub / github.com/CedricGuillemet/ImGuizmo / functions

Functions1,882 in github.com/CedricGuillemet/ImGuizmo

↓ 766 callersFunctionImVec2
example/imgui.h:247
↓ 246 callersFunctionImMax
example/imgui_internal.h:410
↓ 142 callersFunctionstbi__get8
example/stb_image.h:1358
↓ 140 callersFunctionHelpMarker
Helper to display a little (?) mark which shows a tooltip when hovered. In your own code you may want to display an actual icon if you are using a mer
example/imgui_demo.cpp:191
↓ 97 callersFunctionstbi__err
example/stb_image.h:839
↓ 95 callersFunctionImMin
example/imgui_internal.h:409
↓ 91 callersFunctionttUSHORT
example/imstb_truetype.h:1269
↓ 85 callersMethodAddRectFilled
example/imgui_draw.cpp:1386
↓ 74 callersMethodclear
example/imgui.h:2061
↓ 73 callersFunctionImFloor
example/imgui_internal.h:427
↓ 72 callersFunctionGetCurrentWindow
example/imgui_internal.h:2280
↓ 66 callersFunctionImClamp
example/imgui_internal.h:411
↓ 66 callersFunctionImRect
example/imgui_internal.h:475
↓ 59 callersFunctionImLerp
example/imgui_internal.h:412
↓ 53 callersMethodAddLine
example/imgui_draw.cpp:1364
↓ 51 callersMethodAddRect
p_min = upper-left, p_max = lower-right Note we don't render 1 pixels sized rectangles properly.
example/imgui_draw.cpp:1375
↓ 48 callersFunctionImFormatString
example/imgui.cpp:1435
↓ 48 callersFunctionmakeVect
ImGuizmo.cpp:273
↓ 39 callersFunctionstbi__rewind
example/stb_image.h:755
↓ 38 callersMethodGetID
example/imgui.cpp:2927
↓ 37 callersFunctionttSHORT
example/imstb_truetype.h:1270
↓ 36 callersMethodAddText
example/imgui_draw.cpp:1562
↓ 36 callersFunctionstbi__get16be
example/stb_image.h:1422
↓ 33 callersFunctionDragFloat
example/imgui.h:2795
↓ 33 callersFunctionSliderFloat
example/imgui.h:2801
↓ 32 callersFunctionIsKeyPressedMap
example/imgui_internal.h:2428
↓ 32 callersFunctionstbi__get32le
example/stb_image.h:1445
↓ 32 callersFunctionworldToPos
ImGuizmo.cpp:764
↓ 30 callersFunctionstbi__get16le
example/stb_image.h:1437
↓ 27 callersFunctionGetForegroundDrawList
example/imgui_internal.h:2304
↓ 27 callersFunctionstbi__skip
example/stb_image.h:1381
↓ 26 callersMethodempty
example/imgui.h:2060
↓ 24 callersFunctionIntersects
ImGuizmo.cpp:67
↓ 24 callersFunctionSTBI__CASE
example/stb_image.h:4367
↓ 24 callersMethodsize
example/main.cpp:518
↓ 22 callersFunctionGetCurrentWindowRead
Windows We should always have a CurrentWindow in the stack (there is an implicit "Debug" window) If this ever crash because g.CurrentWindow is NULL it
example/imgui_internal.h:2279
↓ 22 callersFunctionImSaturate
example/imgui_internal.h:423
↓ 22 callersMethodNormalize
ImGuizmo.cpp:225
↓ 22 callersMethodbegin
example/imgui.h:2057
↓ 21 callersMethodAddCircleFilled
example/imgui_draw.cpp:1490
↓ 21 callersMethodSet
ImGuizmo.cpp:208
↓ 20 callersMethodLength
ImGuizmo.cpp:223
↓ 19 callersFunctionPopStyleCompact
example/imgui_demo.cpp:3450
↓ 19 callersFunctionPushStyleCompact
Make the UI compact because there are so many fields
example/imgui_demo.cpp:3443
↓ 19 callersFunctionstb_textedit_clamp
make the selection/cursor state valid if client altered the string
example/imstb_textedit.h:577
↓ 18 callersMethodGetFrameMin
example/main.cpp:407
↓ 18 callersFunctionImHashStr
Zero-terminated string hash, with support for ### to reset back to seed value We support a syntax of "label###id" where only "###id" is included in th
example/imgui.cpp:1511
↓ 18 callersMethodOnKeyPressed
example/imgui_widgets.cpp:3704
↓ 18 callersFunctionstbtt__handle_clipped_edge
the edge passed in here does not cross the vertical line at x or the vertical line at x+1 (i.e. it has already been clipped to those)
example/imstb_truetype.h:2936
↓ 17 callersMethodGetFrameMax
example/main.cpp:410
↓ 17 callersFunctionImLengthSqr
example/imgui_internal.h:424
↓ 17 callersFunctionIsNavInputTest
example/imgui_internal.h:2430
↓ 17 callersMethodTransformPoint
ImGuizmo.cpp:434
↓ 16 callersFunctionImIsPowerOfTwo
Helpers: Bit manipulation
example/imgui_internal.h:298
↓ 16 callersMethodTransformVector
ImGuizmo.cpp:449
↓ 16 callersMethodreserve
example/imgui.h:2062
↓ 16 callersFunctionstbi__get32be
example/stb_image.h:1428
↓ 16 callersFunctionstbi__malloc
example/stb_image.h:845
↓ 15 callersFunctionDot
ImGuizmo.cpp:144
↓ 15 callersFunctionstbi__at_eof
example/stb_image.h:1369
↓ 15 callersFunctionstbtt_FindGlyphIndex
example/imstb_truetype.h:1461
↓ 15 callersFunctionstbtt__buf_get8
example/imstb_truetype.h:1116
↓ 15 callersFunctionstbtt__csctx_rccurve_to
example/imstb_truetype.h:1925
↓ 15 callersFunctionttULONG
example/imstb_truetype.h:1271
↓ 14 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
example/imgui.cpp:4365
↓ 14 callersMethodSetCurrentChannel
example/imgui_draw.cpp:1776
↓ 14 callersMethodappendf
example/imgui.cpp:2155
↓ 14 callersMethodend
example/imgui.h:2058
↓ 14 callersFunctionstbtt__find_table
@OPTIMIZE: binary search
example/imstb_truetype.h:1289
↓ 13 callersMethodAddCircle
example/imgui_draw.cpp:1464
↓ 13 callersMethodClear
example/imgui_draw.cpp:2014
↓ 13 callersMethodPathLineTo
example/imgui.h:2415
↓ 13 callersMethodPopClipRect
example/imgui.cpp:4372
↓ 13 callersFunctionSTB_TEXTEDIT_GETCHAR
example/imgui_widgets.cpp:3585
↓ 12 callersFunctionSliderFloat2
example/imgui.h:2802
↓ 12 callersFunctionstbi__grow_buffer_unsafe
example/stb_image.h:1774
↓ 12 callersFunctionstbi__malloc_mad3
example/stb_image.h:909
↓ 12 callersFunctionstbi__zreceive
example/stb_image.h:3854
↓ 11 callersFunctionBuildPlan
ImGuizmo.cpp:298
↓ 11 callersFunctionIntersectRayPlane
ImGuizmo.cpp:865
↓ 10 callersFunctionSTB_TEXTEDIT_STRINGLEN
example/imgui_widgets.cpp:3584
↓ 10 callersFunctionstb_textedit_prep_selection_at_cursor
update selection and cursor to match each other
example/imstb_textedit.h:687
↓ 10 callersFunctionstbi__blinn_8x8
fast 0..255 * 0..255 => 0..255 rounded multiplication
example/stb_image.h:3518
↓ 9 callersMethodAddPolyline
TODO: Thickness anti-aliased lines cap are missing their AA fringe. We avoid using the ImVec2 math operators here to reduce cost to a minimum for debu
example/imgui_draw.cpp:703
↓ 9 callersMethodClearFlags
example/imgui_internal.h:1131
↓ 9 callersMethodGetNode
example/main.cpp:590
↓ 9 callersMethodHasSelection
example/imgui.h:1942
↓ 9 callersFunctionImAbs
example/imgui_internal.h:395
↓ 9 callersFunctionImSwap
example/imgui_internal.h:413
↓ 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
example/imgui.cpp:1619
↓ 9 callersFunctionLowerBound
std::lower_bound but without the bullshit
example/imgui.cpp:1876
↓ 9 callersMethodPathArcToFast
0: East, 3: South, 6: West, 9: North, 12: East
example/imgui_draw.cpp:1151
↓ 9 callersFunctionstbtt__buf_seek
example/imstb_truetype.h:1130
↓ 9 callersFunctionstbtt__new_buf
example/imstb_truetype.h:1151
↓ 9 callersFunctionstbtt_setvertex
example/imstb_truetype.h:1559
↓ 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
example/imgui.cpp:2286
↓ 8 callersFunctionClear
example/imgui_internal.h:545
↓ 8 callersFunctionGetSegmentLengthClipSpace
ImGuizmo.cpp:799
↓ 8 callersFunctionIM_DELETE
example/imgui.h:1638
↓ 8 callersFunctionImAddClampOverflow
example/imgui_internal.h:414
next →1–100 of 1,882, ranked by callers