Searched refs:display_rect (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui.cpp | 2470 ImRect display_rect = bb; local in function:ImGui::RenderNavHighlight 2471 display_rect.ClipWith(window->ClipRect); 2476 display_rect.Expand(ImVec2(DISTANCE,DISTANCE)); 2477 bool fully_visible = window->ClipRect.Contains(display_rect); 2479 window->DrawList->PushClipRect(display_rect.Min, display_rect.Max); 2480 window->DrawList->AddRect(display_rect.Min + ImVec2(THICKNESS*0.5f,THICKNESS*0.5f), display_rect.Max - ImVec2(THICKNESS*0.5f,THICKNESS*0.5f), GetColorU32(ImGuiCol_NavHighlight), rounding, ImDrawCornerFlags_All, THICKNESS); 2486 window->DrawList->AddRect(display_rect.Min, display_rect 8685 const ImRect& display_rect = (window->DC.LastItemStatusFlags & ImGuiItemStatusFlags_HasDisp local in function:ImGui::BeginDragDropTarget [all...] |
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui.cpp | 2470 ImRect display_rect = bb; local in function:ImGui::RenderNavHighlight 2471 display_rect.ClipWith(window->ClipRect); 2476 display_rect.Expand(ImVec2(DISTANCE,DISTANCE)); 2477 bool fully_visible = window->ClipRect.Contains(display_rect); 2479 window->DrawList->PushClipRect(display_rect.Min, display_rect.Max); 2480 window->DrawList->AddRect(display_rect.Min + ImVec2(THICKNESS*0.5f,THICKNESS*0.5f), display_rect.Max - ImVec2(THICKNESS*0.5f,THICKNESS*0.5f), GetColorU32(ImGuiCol_NavHighlight), rounding, ImDrawCornerFlags_All, THICKNESS); 2486 window->DrawList->AddRect(display_rect.Min, display_rect 8685 const ImRect& display_rect = (window->DC.LastItemStatusFlags & ImGuiItemStatusFlags_HasDisp local in function:ImGui::BeginDragDropTarget [all...] |
Completed in 20 milliseconds