Home
last modified time | relevance | path

Searched refs:THICKNESS (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui.cpp2474 const float THICKNESS = 2.0f; in RenderNavHighlight() local
2475 const float DISTANCE = 3.0f + THICKNESS * 0.5f; in RenderNavHighlight()
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); in RenderNavHighlight()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp2916 const float THICKNESS = 2.0f; in RenderNavHighlight() local
2917 const float DISTANCE = 3.0f + THICKNESS * 0.5f; in RenderNavHighlight()
2922 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, 0, THICKNESS); in RenderNavHighlight()

Completed in 37 milliseconds