OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CursorPos
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/imgui/
imgui_memory_editor.h
333
user_data->
CursorPos
= data->
CursorPos
;
340
data->SelectionEnd = data->
CursorPos
= 2;
345
int
CursorPos
; // Output
348
user_data.
CursorPos
= -1;
357
if (user_data.
CursorPos
>= 2)
imgui_internal.h
645
float StartPosY; // Copy of
CursorPos
1052
ImVec2
CursorPos
;
1074
ImVec2 MenuBarOffset; // MenuBarOffset.x is sort of equivalent of a per-layer
CursorPos
.x, saved/restored as we switch to the menu bar. The only situation when MenuBarOffset.y is > 0 if when (SafeAreaPadding.y > FramePadding.y), often used on TVs.
1097
CursorPos
= CursorPosPrevLine = CursorStartPos = CursorMaxPos = ImVec2(0.0f, 0.0f);
imgui.h
1436
int
CursorPos
; // // Read-write // [Completion,History,Always]
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui_memory_editor.h
331
user_data->
CursorPos
= data->
CursorPos
;
338
data->SelectionEnd = data->
CursorPos
= 2;
343
int
CursorPos
; // Output
346
user_data.
CursorPos
= -1;
355
if (user_data.
CursorPos
>= 2)
imgui_internal.h
645
float StartPosY; // Copy of
CursorPos
1052
ImVec2
CursorPos
;
1074
ImVec2 MenuBarOffset; // MenuBarOffset.x is sort of equivalent of a per-layer
CursorPos
.x, saved/restored as we switch to the menu bar. The only situation when MenuBarOffset.y is > 0 if when (SafeAreaPadding.y > FramePadding.y), often used on TVs.
1097
CursorPos
= CursorPosPrevLine = CursorStartPos = CursorMaxPos = ImVec2(0.0f, 0.0f);
imgui.h
1436
int
CursorPos
; // // Read-write // [Completion,History,Always]
Completed in 41 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026