HomeSort by: relevance | last modified time | path
    Searched defs:FrameBorderSize (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/imgui/
imgui.h 727 //ImGuiWindowFlags_ShowBorders = 1 << 7, // --> Set style.FrameBorderSize=1.0f / style.WindowBorderSize=1.0f to enable borders around windows and items
1075 ImGuiStyleVar_FrameBorderSize, // float FrameBorderSize
1248 float FrameBorderSize; // Thickness of border around frames. Generally set to 0.0f or 1.0f. (Other values are not well tested and more CPU/GPU costly).
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui.h 727 //ImGuiWindowFlags_ShowBorders = 1 << 7, // --> Set style.FrameBorderSize=1.0f / style.WindowBorderSize=1.0f to enable borders around windows and items
1075 ImGuiStyleVar_FrameBorderSize, // float FrameBorderSize
1248 float FrameBorderSize; // Thickness of border around frames. Generally set to 0.0f or 1.0f. (Other values are not well tested and more CPU/GPU costly).

Completed in 13 milliseconds