Searched refs:window_pos (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daubinator_viewer_urb.h38 const ImVec2 window_pos = ImGui::GetWindowPos(); local in function:AubinatorViewerUrb::DrawAllocation
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/intel/tools/
H A Daubinator_viewer_urb.h38 const ImVec2 window_pos = ImGui::GetWindowPos(); local in function:AubinatorViewerUrb::DrawAllocation
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/imgui/
H A Dimgui_memory_editor.h267 ImVec2 window_pos = ImGui::GetWindowPos(); local in function:MemoryEditor::DrawContents
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));
H A Dimgui_demo.cpp3875 ImVec2 window_pos = ImVec2((corner & 1) ? io.DisplaySize.x - DISTANCE : DISTANCE, (corner & 2) ? io.DisplaySize.y - DISTANCE : DISTANCE); local in function:ShowExampleAppSimpleOverlay
3877 ImGui::SetNextWindowPos(window_pos, ImGuiCond_Always, window_pos_pivot);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_memory_editor.h269 ImVec2 window_pos = ImGui::GetWindowPos(); local in function:MemoryEditor::DrawContents
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));

Completed in 13 milliseconds