OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:window_pos
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
aubinator_viewer_urb.h
38
const ImVec2
window_pos
= ImGui::GetWindowPos();
local
44
const float x =
window_pos
.x + label_size.x;
45
const float y =
window_pos
.y + s * row_height;
47
ImVec2 alloc_pos(
window_pos
.x, y);
/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
aubinator_viewer_urb.h
38
const ImVec2
window_pos
= ImGui::GetWindowPos();
local
44
const float x =
window_pos
.x + label_size.x;
45
const float y =
window_pos
.y + s * row_height;
47
ImVec2 alloc_pos(
window_pos
.x, y);
/xsrc/external/mit/MesaLib/dist/src/imgui/
imgui_memory_editor.h
269
ImVec2
window_pos
= ImGui::GetWindowPos();
local
271
draw_list->AddLine(ImVec2(
window_pos
.x + s.PosAsciiStart - s.GlyphWidth,
window_pos
.y), ImVec2(
window_pos
.x + s.PosAsciiStart - s.GlyphWidth,
window_pos
.y + 9999), ImGui::GetColorU32(ImGuiCol_Border));
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui_memory_editor.h
267
ImVec2
window_pos
= ImGui::GetWindowPos();
local
269
draw_list->AddLine(ImVec2(
window_pos
.x + s.PosAsciiStart - s.GlyphWidth,
window_pos
.y), ImVec2(
window_pos
.x + s.PosAsciiStart - s.GlyphWidth,
window_pos
.y + 9999), ImGui::GetColorU32(ImGuiCol_Border));
imgui_demo.cpp
3875
ImVec2
window_pos
= ImVec2((corner & 1) ? io.DisplaySize.x - DISTANCE : DISTANCE, (corner & 2) ? io.DisplaySize.y - DISTANCE : DISTANCE);
local
3877
ImGui::SetNextWindowPos(
window_pos
, ImGuiCond_Always, window_pos_pivot);
Completed in 11 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026