MCPcopy Create free account

hub / github.com/Veerzeng/GraphicAlgorithm / functions

Functions2,528 in github.com/Veerzeng/GraphicAlgorithm

MethodPushItemWidth
SDK/imgui_master/imgui.cpp:5279
MethodPushMultiItemsWidths
SDK/imgui_master/imgui.cpp:5286
MethodPushStyleColor
FIXME: This may incur a round-trip (if the end user got their data from a float4) but eventually we aim to store the in-flight colors as ImU32
SDK/imgui_master/imgui.cpp:5407
MethodPushStyleVar
SDK/imgui_master/imgui.cpp:5479
MethodPushTextWrapPos
SDK/imgui_master/imgui.cpp:5392
MethodRadioButton
SDK/imgui_master/imgui_widgets.cpp:934
FunctionRect
We don't use g.FontSize because the window may be != g.CurrentWidow.
SDK/imgui_master/imgui_internal.h:1082
MethodRender
SDK/imgui_master/imgui.cpp:3617
MethodRender
SH_Sampler/harmonics.cpp:60
MethodRenderArrow
Render an arrow aimed to be aligned with text (p_min is a position in the same space text would be positioned). To e.g. denote expanded/collapsed stat
SDK/imgui_master/imgui.cpp:2226
MethodRenderArrowPointingAt
Render an arrow. 'pos' is position of the arrow tip. half_sz.x is length from base to tip. half_sz.y is length on each side.
SDK/imgui_master/imgui_draw.cpp:2852
MethodRenderBasis
SH_Sampler/harmonics.cpp:104
MethodRenderBullet
SDK/imgui_master/imgui.cpp:2260
MethodRenderCheckMark
SDK/imgui_master/imgui.cpp:2267
MethodRenderColorRectWithAlphaCheckerboard
Helper for ColorPicker4() NB: This is rather brittle and will show artifact when rounding this enabled if rounded corners overlap multiple cells. Call
SDK/imgui_master/imgui_widgets.cpp:4015
MethodRenderFrame
Render a rectangle shaped with optional rounding and borders
SDK/imgui_master/imgui.cpp:2200
MethodRenderFrameBorder
SDK/imgui_master/imgui.cpp:2213
MethodRenderMouseCursor
SDK/imgui_master/imgui_draw.cpp:2826
MethodRenderNavHighlight
SDK/imgui_master/imgui.cpp:2285
MethodRenderRectFilledRangeH
FIXME: Cleanup and move code to ImDrawList.
SDK/imgui_master/imgui_draw.cpp:2873
MethodRenderText
Internal ImGui functions to render text RenderText***() functions calls ImDrawList::AddText() calls ImBitmapFont::RenderText()
SDK/imgui_master/imgui.cpp:2116
MethodRenderTextClipped
Default clip_rect uses (pos_min,pos_max) Handle clipping on CPU immediately (vs typically let the GPU clip the triangles that are overlapping the clip
SDK/imgui_master/imgui.cpp:2160
MethodRenderTextWrapped
SDK/imgui_master/imgui.cpp:2142
MethodResetMouseDragDelta
SDK/imgui_master/imgui.cpp:3942
MethodRoundScalarWithFormatT
SDK/imgui_master/imgui_widgets.cpp:1671
MethodSMeshTexture
FRAME/Mesh.h:46
MethodSMeshVertex
FRAME/Mesh.h:37
FunctionSTBRP__CDECL rect_height_compare
SDK/imgui_master/imstb_rectpack.h:515
FunctionSTBRP__CDECL rect_original_order
SDK/imgui_master/imstb_rectpack.h:526
FunctionSTB_TEXTEDIT_MOVEWORDLEFT_IMPL
SDK/imgui_master/imgui_widgets.cpp:2891
FunctionSTB_TEXTEDIT_MOVEWORDRIGHT_IMPL
SDK/imgui_master/imgui_widgets.cpp:2894
FunctionSTexture
FRAME/Common.h:86
MethodSameLine
Gets back to previous line and continue with horizontal layout pos_x == 0 : follow right after previous item pos_x != 0 : align to specified
SDK/imgui_master/imgui.cpp:6251
MethodSaveIniSettingsToDisk
SDK/imgui_master/imgui.cpp:8625
MethodSaveIniSettingsToMemory
Call registered handlers (e.g. SettingsHandlerWindow_WriteAll() + custom handlers) to write their stuff into a text buffer
SDK/imgui_master/imgui.cpp:8642
MethodSaw
SDK/imgui_master/imgui_demo.cpp:939
MethodScaleAllSizes
To scale your entire UI (e.g. if you want your app to use High DPI or generally be DPI aware) you may use this helper function. Scaling the fonts is d
SDK/imgui_master/imgui.cpp:1031
MethodScrollbar
Vertical/Horizontal scrollbar The entire piece of code below is rather confusing because: - We handle absolute seeking (when first clicking outside th
SDK/imgui_master/imgui_widgets.cpp:698
FunctionSelectAll
SDK/imgui_master/imgui_internal.h:477
MethodSelectable
Tip: pass an empty label (e.g. "##dummy") then you can use the space to draw other text or image. But you need to make sure the ID is unique, e.g. enc
SDK/imgui_master/imgui_widgets.cpp:4971
MethodSeparator
Horizontal/vertical separating line
SDK/imgui_master/imgui_widgets.cpp:1119
MethodSetActiveID
SDK/imgui_master/imgui.cpp:2456
MethodSetAllInt
SDK/imgui_master/imgui.cpp:1851
MethodSetAllocatorFunctions
SDK/imgui_master/imgui.cpp:2833
MethodSetBit
SDK/imgui_master/imgui.h:1875
MethodSetBool
SDK/imgui_master/imgui.cpp:1824
MethodSetClipboardText
SDK/imgui_master/imgui.cpp:2792
FunctionSetClipboardTextFn_DefaultImpl
SDK/imgui_master/imgui.cpp:8762
MethodSetColorEditOptions
SDK/imgui_master/imgui_widgets.cpp:4443
MethodSetColumnOffset
SDK/imgui_master/imgui.cpp:7840
MethodSetColumnWidth
SDK/imgui_master/imgui.cpp:7862
MethodSetCurrentContext
SDK/imgui_master/imgui.cpp:2810
MethodSetCurrentFont
SDK/imgui_master/imgui.cpp:5321
MethodSetCursorPos
SDK/imgui_master/imgui.cpp:5987
MethodSetCursorPosX
SDK/imgui_master/imgui.cpp:5994
MethodSetCursorPosY
SDK/imgui_master/imgui.cpp:6001
MethodSetCursorScreenPos
SDK/imgui_master/imgui.cpp:6020
MethodSetDragDropPayload
Use 'cond' to choose to submit payload on drag start or every frame
SDK/imgui_master/imgui.cpp:8178
MethodSetFallbackChar
SDK/imgui_master/imgui_draw.cpp:2346
MethodSetFloat
SDK/imgui_master/imgui.cpp:1829
MethodSetFocusID
SDK/imgui_master/imgui.cpp:2481
MethodSetHSV
FIXME-OBSOLETE: May need to obsolete/cleanup those helpers.
SDK/imgui_master/imgui.h:1549
MethodSetHoveredID
SDK/imgui_master/imgui.cpp:2508
MethodSetItemAllowOverlap
Allow last item to be overlapped by a subsequent item. Both may be activated during the same frame before the later one takes priority.
SDK/imgui_master/imgui.cpp:4036
MethodSetItemDefaultFocus
SDK/imgui_master/imgui.cpp:6093
MethodSetKeyboardFocusHere
SDK/imgui_master/imgui.cpp:6085
MethodSetMouseCursor
SDK/imgui_master/imgui.cpp:3955
MethodSetNavID
SDK/imgui_master/imgui.cpp:2437
MethodSetNavIDWithRectRel
SDK/imgui_master/imgui.cpp:2446
MethodSetNextTreeNodeOpen
SDK/imgui_master/imgui_widgets.cpp:4917
MethodSetNextWindowBgAlpha
SDK/imgui_master/imgui.cpp:5867
MethodSetNextWindowCollapsed
SDK/imgui_master/imgui.cpp:5853
MethodSetNextWindowContentSize
SDK/imgui_master/imgui.cpp:5846
FunctionSetNextWindowContentWidth
SDK/imgui_master/imgui.h:1236
MethodSetNextWindowFocus
SDK/imgui_master/imgui.cpp:5861
MethodSetNextWindowPos
SDK/imgui_master/imgui.cpp:5820
FunctionSetNextWindowPosCenter
SDK/imgui_master/imgui.h:1242
MethodSetNextWindowSize
SDK/imgui_master/imgui.cpp:5829
MethodSetNextWindowSizeConstraints
SDK/imgui_master/imgui.cpp:5837
MethodSetPixelHeight
SDK/imgui_master/misc/freetype/imgui_freetype.cpp:160
MethodSetScrollFromPosY
SDK/imgui_master/imgui.cpp:6061
FunctionSetScrollHere
OBSOLETED in 1.66 (from Sep 2018)
SDK/imgui_master/imgui.h:1220
MethodSetScrollHereY
center_y_ratio: 0.0f top of last item, 0.5f vertical center of last item, 1.0f bottom of last item.
SDK/imgui_master/imgui.cpp:6071
MethodSetScrollX
SDK/imgui_master/imgui.cpp:6047
MethodSetScrollY
SDK/imgui_master/imgui.cpp:6054
MethodSetStateStorage
SDK/imgui_master/imgui.cpp:6110
MethodSetTexID
4 bytes-per-pixel
SDK/imgui_master/imgui.h:1852
MethodSetTooltip
SDK/imgui_master/imgui.cpp:6351
MethodSetTooltipV
SDK/imgui_master/imgui.cpp:6340
MethodSetWindowCollapsed
SDK/imgui_master/imgui.cpp:5779
MethodSetWindowFocus
SDK/imgui_master/imgui.cpp:5802
MethodSetWindowFontScale
SDK/imgui_master/imgui.cpp:5959
MethodSetWindowPos
SDK/imgui_master/imgui.cpp:5707
MethodSetWindowScrollX
SDK/imgui_master/imgui.cpp:5676
MethodSetWindowScrollY
SDK/imgui_master/imgui.cpp:5683
MethodSetWindowSize
SDK/imgui_master/imgui.cpp:5757
FunctionSettingsHandlerWindow_ReadLine
SDK/imgui_master/imgui.cpp:8666
FunctionSettingsHandlerWindow_ReadOpen
SDK/imgui_master/imgui.cpp:8658
FunctionSettingsHandlerWindow_WriteAll
SDK/imgui_master/imgui.cpp:8676
MethodShadeVertsLinearColorGradientKeepAlpha
Generic linear color gradient, write to RGB fields, leave A untouched.
SDK/imgui_master/imgui_draw.cpp:1273
← previousnext →1,401–1,500 of 2,528, ranked by callers