Home
last modified time | relevance | path

Searched refs:SourceParentId (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui.h1467 ImGuiID SourceParentId; // Source parent id (if available) member
1474 …void Clear() { SourceId = SourceParentId = 0; Data = NULL; DataSize = 0; memset(DataType, 0, si… in Clear()
H A Dimgui.cpp8559 payload.SourceParentId = source_parent_id; in BeginDragDropSource()