MCPcopy Create free account

hub / github.com/CedricGuillemet/ImGuizmo / functions

Functions1,882 in github.com/CedricGuillemet/ImGuizmo

↓ 3 callersFunctionstb_text_createundo
example/imstb_textedit.h:1203
↓ 3 callersFunctionstb_textedit_move_to_last
move cursor to last character of selection
example/imstb_textedit.h:636
↓ 3 callersFunctionstbi__addsizes_valid
return 1 if the sum is valid, 0 on overflow. negative terms are considered invalid.
example/stb_image.h:862
↓ 3 callersFunctionstbi__decode_jpeg_header
example/stb_image.h:3043
↓ 3 callersFunctionstbi__free_jpeg_components
example/stb_image.h:2929
↓ 3 callersFunctionstbi__hdr_convert
example/stb_image.h:6449
↓ 3 callersFunctionstbi__info_main
example/stb_image.h:6889
↓ 3 callersFunctionstbi__load_and_postprocess_16bit
example/stb_image.h:1081
↓ 3 callersFunctionstbi__loadf_main
example/stb_image.h:1209
↓ 3 callersFunctionstbi__pic_is4
example/stb_image.h:5819
↓ 3 callersFunctionstbi__pnm_getinteger
example/stb_image.h:6838
↓ 3 callersFunctionstbi__pnm_skip_whitespace
example/stb_image.h:6819
↓ 3 callersFunctionstbi__vertical_flip
example/stb_image.h:1033
↓ 3 callersFunctionstbi__zexpand
example/stb_image.h:3896
↓ 3 callersFunctionstbi__zhuffman_decode
example/stb_image.h:3882
↓ 3 callersFunctionstbrp_pack_rects
example/imstb_truetype.h:3768
↓ 3 callersFunctionstbtt_GetFontVMetrics
example/imstb_truetype.h:2581
↓ 3 callersFunctionstbtt_GetGlyphHMetrics
example/imstb_truetype.h:2273
↓ 3 callersFunctionstbtt__GetGlyfOffset
example/imstb_truetype.h:1568
↓ 3 callersFunctionstbtt__buf_get
example/imstb_truetype.h:1141
↓ 3 callersFunctionstbtt__cff_int
example/imstb_truetype.h:1187
↓ 3 callersFunctionstbtt__csctx_rmove_to
example/imstb_truetype.h:1910
↓ 3 callersFunctionstbtt__isfont
example/imstb_truetype.h:1277
↓ 3 callersFunctionstbtt__run_charstring
example/imstb_truetype.h:1978
↓ 3 callersFunctionstbtt__track_vertex
example/imstb_truetype.h:1879
↓ 2 callersMethodAddBezierCurve
example/imgui.h:2453
↓ 2 callersMethodAddGlyph
x0/y0/x1/y1 are offset from the character upper-left layout position, in pixels. Therefore x0/y0 are often fairly close to zero. Not to be mistaken wi
example/imgui_draw.cpp:3222
↓ 2 callersMethodAddInputCharacter
Pass in translated ASCII characters for text input. - with glfw you can get those from the callback set in glfwSetCharCallback() - on Windows you can
example/imgui.cpp:1117
↓ 2 callersMethodAddPoint
example/main.cpp:378
↓ 2 callersFunctionAddRootWindowToDrawData
Layer is locked for the root window, however child windows may use a different viewport (e.g. extruding menu)
example/imgui.cpp:4317
↓ 2 callersMethodAddTriangle
example/imgui_draw.cpp:1442
↓ 2 callersFunctionApplyWindowSettings
example/imgui.cpp:5116
↓ 2 callersFunctionBeginPopupContextWindow
OBSOLETED in 1.77 (from June 2020)
example/imgui.h:2806
↓ 2 callersFunctionCalcFontSize
example/imgui_internal.h:1912
↓ 2 callersFunctionCalcMaxPopupHeightFromItemCount
example/imgui_widgets.cpp:1545
↓ 2 callersFunctionCalcNextScrollFromScrollTargetAndClamp
example/imgui.cpp:7819
↓ 2 callersFunctionCalcResizePosSizeFromAnyCorner
example/imgui.cpp:5288
↓ 2 callersFunctionCalcScrollEdgeSnap
Helper to snap on edges when aiming at an item very close to the edge, So the difference between WindowPadding and ItemSpacing will be in the visible
example/imgui.cpp:7810
↓ 2 callersFunctionCalcWindowAutoFitSize
example/imgui.cpp:5231
↓ 2 callersFunctionCalcWindowContentSizes
example/imgui.cpp:5211
↓ 2 callersFunctionComputeAngleOnPlan
ImGuizmo.cpp:1158
↓ 2 callersFunctionComputeCameraRay
ImGuizmo.cpp:778
↓ 2 callersFunctionComputeContext
ImGuizmo.cpp:981
↓ 2 callersFunctionComputeFrustumPlanes
//////////////////////////////////////////////////////////////////////////////////////////////
ImGuizmo.cpp:2306
↓ 2 callersFunctionCross
example/main.cpp:107
↓ 2 callersMethodCross
ImGuizmo.cpp:229
↓ 2 callersMethodCustomDraw
example/main.cpp:465
↓ 2 callersMethodDeclColumns
example/imgui_widgets.cpp:6529
↓ 2 callersFunctionDecomposeMatrixToComponents
ImGuizmo.cpp:2195
↓ 2 callersMethodDelLink
example/main.cpp:564
↓ 2 callersFunctionDistance
GraphEditor.cpp:38
↓ 2 callersFunctionDragFloat4
example/imgui.h:2798
↓ 2 callersFunctionDrawHatchedAxis
ImGuizmo.cpp:1259
↓ 2 callersFunctionFPU_MatrixF_x_MatrixF
ImGuizmo.cpp:81
↓ 2 callersMethodFindGlyph
example/imgui_draw.cpp:3281
↓ 2 callersFunctionFixRectCornerFlags
example/imgui_draw.cpp:1305
↓ 2 callersMethodGetArenaSizeInBytes
example/imgui_internal.h:594
↓ 2 callersMethodGetCustomRectByIndex
example/imgui.h:2643
↓ 2 callersMethodGetDebugName
example/imgui.h:2720
↓ 2 callersMethodGetIDFromRectangle
This is only used in rare/specific situations to manufacture an ID out of nowhere.
example/imgui.cpp:2997
↓ 2 callersFunctionGetInputSlotPos
GraphEditor.cpp:48
↓ 2 callersMethodGetLinkCount
example/main.cpp:602
↓ 2 callersFunctionGetNodeRect
GraphEditor.cpp:64
↓ 2 callersFunctionGetOutputSlotPos
GraphEditor.cpp:56
↓ 2 callersFunctionGetResizeBorderRect
example/imgui.cpp:5332
↓ 2 callersFunctionGetSkipItemForListClipping
FIXME-TABLE: This prevents us from using ImGuiListClipper _inside_ a table cell. The problem we have is that without a Begin/End scheme for rows using
example/imgui.cpp:2198
↓ 2 callersFunctionGetViewportDrawList
example/imgui.cpp:3463
↓ 2 callersFunctionHandleConnections
GraphEditor.cpp:348
↓ 2 callersFunctionImAlphaBlendColors
example/imgui.cpp:1790
↓ 2 callersFunctionImBezierCubicCalc
example/imgui_draw.cpp:1211
↓ 2 callersFunctionImBitArrayClearBit
example/imgui_internal.h:509
↓ 2 callersFunctionImBitArraySetBit
example/imgui_internal.h:510
↓ 2 callersFunctionImBitArrayTestBit
example/imgui_internal.h:505
↓ 2 callersFunctionImFileLoadToMemory
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
example/imgui.cpp:1573
↓ 2 callersFunctionImFileWrite
example/imgui.cpp:1567
↓ 2 callersFunctionImFloorSigned
example/imgui_internal.h:428
↓ 2 callersFunctionImFontAtlasBuildRender32bppRectFromString
example/imgui_draw.cpp:2640
↓ 2 callersFunctionImFontAtlasBuildRender8bppRectFromString
example/imgui_draw.cpp:2630
↓ 2 callersFunctionImGetDirQuadrantFromDelta
example/imgui.cpp:8618
↓ 2 callersFunctionImModPositive
example/imgui_internal.h:430
↓ 2 callersFunctionImMul
example/imgui_internal.h:434
↓ 2 callersFunctionImStrbolW
example/imgui.cpp:1365
↓ 2 callersFunctionImStrchrRange
example/imgui.cpp:1344
↓ 2 callersFunctionImStristr
example/imgui.cpp:1372
↓ 2 callersFunctionImTextCountUtf8BytesFromChar
Not optimal but we very rarely use this function.
example/imgui.cpp:1740
↓ 2 callersFunctionImTextStrToUtf8
example/imgui.cpp:1755
↓ 2 callersFunctionImZoomSlider
ImZoomSlider.h:40
↓ 2 callersFunctionIsInContextRect
ImGuizmo.cpp:883
↓ 2 callersFunctionIsRotateType
ImGuizmo.cpp:630
↓ 2 callersFunctionIsScaleType
ImGuizmo.cpp:635
↓ 2 callersFunctionIsTranslateType
ImGuizmo.cpp:625
↓ 2 callersMethodIsVisible
ImCurveEdit.h:64
↓ 2 callersFunctionIsWithin
ImGuizmo.cpp:192
↓ 2 callersFunctionLogTextV
Pass text data straight to log (without being displayed)
example/imgui.cpp:10074
↓ 2 callersFunctionManipulate
ImGuizmo.cpp:2254
↓ 2 callersMethodMultiply
ImGuizmo.cpp:363
↓ 2 callersFunctionNavScoreItemDistInterval
example/imgui.cpp:8625
↓ 2 callersFunctionNavUpdateWindowingHighlightWindow
example/imgui.cpp:9539
↓ 2 callersFunctionPointOnSegment
ImGuizmo.cpp:843
↓ 2 callersMethodPopTextureID
example/imgui_draw.cpp:604
← previousnext →301–400 of 1,882, ranked by callers