MCPcopy Create free account

hub / github.com/CedricGuillemet/ImGuizmo / functions

Functions1,882 in github.com/CedricGuillemet/ImGuizmo

↓ 8 callersFunctionImCharIsBlankA
example/imgui_internal.h:321
↓ 8 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
example/imgui.cpp:1495
↓ 8 callersFunctionImLog
example/imgui_internal.h:393
↓ 8 callersFunctionImSubClampOverflow
example/imgui_internal.h:415
↓ 8 callersMethodInverse
ImGuizmo.cpp:464
↓ 8 callersFunctionSTB_TEXTEDIT_LAYOUTROW
example/imgui_widgets.cpp:3589
↓ 8 callersFunctionsign
GraphEditor.cpp:43
↓ 8 callersFunctionstbi__clamp
take a -128..127 value and stbi__clamp it and convert to 0..255
example/stb_image.h:2104
↓ 8 callersFunctionstbi__mad3sizes_valid
returns 1 if "a*b*c + add" has no negative terms/factors and doesn't overflow
example/stb_image.h:889
↓ 8 callersFunctionstbtt_ScaleForPixelHeight
example/imstb_truetype.h:2607
↓ 8 callersFunctionstbtt__buf_skip
example/imstb_truetype.h:1136
↓ 7 callersMethodAdd
example/main.cpp:436
↓ 7 callersMethodAddImage
example/imgui_draw.cpp:1596
↓ 7 callersMethodAddRectFilledMultiColor
p_min = upper-left, p_max = lower-right
example/imgui_draw.cpp:1403
↓ 7 callersMethodAddTriangleFilled
example/imgui_draw.cpp:1453
↓ 7 callersFunctionContains
True if lhs contains rhs
ImGuizmo.cpp:73
↓ 7 callersMethodDot3
ImGuizmo.cpp:255
↓ 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
example/imgui.cpp:1564
↓ 7 callersFunctionImFormatStringV
example/imgui.cpp:1453
↓ 7 callersFunctionImPow
example/imgui_internal.h:391
↓ 7 callersFunctionImStrSkipBlank
example/imgui.cpp:1410
↓ 7 callersMethodInsertChars
example/imgui_widgets.cpp:3737
↓ 7 callersFunctionIsNavInputDown
example/imgui_internal.h:2429
↓ 7 callersFunctionNormalized
ImGuizmo.cpp:282
↓ 7 callersMethodPathArcTo
example/imgui_draw.cpp:1161
↓ 7 callersFunctionRenderArrow
[1.71: 2019/06/07: Updating prototypes of some of the internal functions. Leaving those for reference for a short while]
example/imgui_internal.h:2539
↓ 7 callersFunctionstbi__compute_y
example/stb_image.h:1466
↓ 7 callersFunctionstbi__convert_format
example/stb_image.h:1471
↓ 7 callersFunctionstbtt_GetGlyphBitmapBoxSubpixel
example/imstb_truetype.h:2629
↓ 7 callersFunctionstbtt__cff_get_index
example/imstb_truetype.h:1173
↓ 6 callersMethodAddConvexPolyFilled
We intentionally avoid using ImVec2 and its math operators here to reduce cost to a minimum for debug/non-inlined builds.
example/imgui_draw.cpp:959
↓ 6 callersFunctionCalcWindowSizeAfterConstraint
example/imgui.cpp:5176
↓ 6 callersMethodDraw
example/imgui.cpp:2038
↓ 6 callersMethodGetCenter
Helpers
example/imgui.h:2771
↓ 6 callersMethodGetColumnSettings
example/imgui_internal.h:2264
↓ 6 callersMethodGetTemplate
example/main.cpp:580
↓ 6 callersFunctionImTextCountUtf8BytesFromStr
example/imgui.cpp:1771
↓ 6 callersMethodPrimVtx
example/imgui.h:2450
↓ 6 callersFunctionSTB_TEXTEDIT_INSERTCHARS
example/imgui_widgets.cpp:3631
↓ 6 callersMethodSelectNode
example/main.cpp:537
↓ 6 callersMethodStep
example/imgui_demo.cpp:7038
↓ 6 callersFunctionTabItemGetSectionIdx
example/imgui_widgets.cpp:6976
↓ 6 callersMethodsize_in_bytes
example/imgui_internal.h:567
↓ 6 callersFunctionstb__match
example/imgui_draw.cpp:3945
↓ 6 callersFunctionstbi__get_marker
if there's a pending marker from the entropy stream, return that otherwise, fetch from the stream and get a marker. if there's no marker, return 0xff,
example/stb_image.h:2607
↓ 6 callersFunctionstbi__hdr_test
example/stb_image.h:6415
↓ 6 callersFunctionstbi__mul2sizes_valid
returns 1 if the product is valid, 0 on overflow. negative factors are considered invalid.
example/stb_image.h:874
↓ 6 callersFunctionstbi__start_callbacks
initialize a callback-based context
example/stb_image.h:711
↓ 6 callersFunctionstbtt_InitFont
example/imstb_truetype.h:4784
↓ 6 callersFunctionstbtt__buf_range
example/imstb_truetype.h:1164
↓ 6 callersFunctionstbtt__dict_get_ints
example/imstb_truetype.h:1229
↓ 6 callersFunctionstbtt__matchpair
example/imstb_truetype.h:4675
↓ 5 callersFunctionCanActivate
ImGuizmo.cpp:1441
↓ 5 callersFunctionComputeSnap
ImGuizmo.cpp:1132
↓ 5 callersFunctionCross
ImGuizmo.cpp:137
↓ 5 callersFunctionDecode85Byte
example/imgui_draw.cpp:2096
↓ 5 callersMethodDeleteChars
Public API to manipulate UTF-8 text We expose UTF-8 to the user (unlike the STB_TEXTEDIT_* functions which are manipulating wchar) FIXME: The existenc
example/imgui_widgets.cpp:3719
↓ 5 callersMethodGetCustomHeight
example/main.cpp:440
↓ 5 callersMethodGetIDNoKeepAlive
example/imgui.cpp:2963
↓ 5 callersMethodGetNodeCount
example/main.cpp:585
↓ 5 callersMethodGetPointCount
example/main.cpp:352
↓ 5 callersMethodGetPoints
example/main.cpp:362
↓ 5 callersFunctionImLineClosestPoint
example/imgui.cpp:1247
↓ 5 callersFunctionImRotate
example/imgui_internal.h:432
↓ 5 callersFunctionIsActiveIdUsingKey
example/imgui_internal.h:2426
↓ 5 callersMethodRotationAxis
ImGuizmo.cpp:560
↓ 5 callersFunctionSTB_TEXTEDIT_DELETECHARS
example/imgui_widgets.cpp:3615
↓ 5 callersMethodSelectAll
example/imgui.h:1940
↓ 5 callersFunctionShowExampleMenuFile
Note that shortcuts are currently provided for display only (future version will add explicit flags to BeginMenu() to request processing shortcuts)
example/imgui_demo.cpp:6202
↓ 5 callersFunctionTableGetColumnAvailSortDirection
example/imgui_tables.cpp:2606
↓ 5 callersMethodappend
example/imgui.cpp:2137
↓ 5 callersFunctionstb_textedit_delete_selection
delete the section
example/imstb_textedit.h:599
↓ 5 callersFunctionstb_textedit_move_to_first
move cursor to first character of selection
example/imstb_textedit.h:625
↓ 5 callersFunctionstbi__do_zlib
example/stb_image.h:4119
↓ 5 callersFunctionstbi__fopen
example/stb_image.h:1118
↓ 5 callersFunctionstbi__getn
example/stb_image.h:1398
↓ 5 callersFunctionstbi__hdr_gettoken
example/stb_image.h:6427
↓ 5 callersFunctionstbi__jpeg_huff_decode
decode a jpeg huffman value from the bitstream
example/stb_image.h:1796
↓ 5 callersFunctionstbi__jpeg_reset
after a restart interval, stbi__jpeg_reset the entropy decoder and the dc prediction
example/stb_image.h:2624
↓ 5 callersFunctionstbi__paeth
example/stb_image.h:4267
↓ 5 callersFunctionstbi__start_file
example/stb_image.h:746
↓ 5 callersFunctionstbi__start_mem
initialize a memory-decode context
example/stb_image.h:702
↓ 5 callersFunctionstbi__zbuild_huffman
example/stb_image.h:3772
↓ 5 callersFunctionstbtt_GetFontOffsetForIndex
example/imstb_truetype.h:4774
↓ 5 callersFunctionstbtt_GetGlyphShape
example/imstb_truetype.h:2265
↓ 5 callersFunctionstbtt__csctx_rline_to
example/imstb_truetype.h:1918
↓ 4 callersMethodAddDrawCmd
example/imgui_draw.cpp:451
↓ 4 callersMethodBeginEdit
handle undo/redo thru this functions
ImCurveEdit.h:75
↓ 4 callersMethodCalcTextSizeA
example/imgui_draw.cpp:3400
↓ 4 callersMethodChannelsSetCurrent
example/imgui.h:2438
↓ 4 callersFunctionComputeTripodAxisAndVisibility
ImGuizmo.cpp:1079
↓ 4 callersMethodDoForceClose
example/imgui_demo.cpp:7464
↓ 4 callersFunctionDot
example/main.cpp:114
↓ 4 callersMethodEndEdit
ImCurveEdit.h:76
↓ 4 callersMethodGetLink
example/main.cpp:607
↓ 4 callersMethodGetMainRect
Helpers to retrieve ImRect (we don't need to store BuildWorkRect as every access tend to change it, hence the code asymmetry)
example/imgui_internal.h:1248
↓ 4 callersFunctionGetMoveType
ImGuizmo.cpp:1812
↓ 4 callersFunctionGetRotateType
ImGuizmo.cpp:1758
↓ 4 callersFunctionGetScaleType
ImGuizmo.cpp:1712
↓ 4 callersFunctionImAcos01
example/imgui_draw.cpp:3802
← previousnext →101–200 of 1,882, ranked by callers