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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp917 const float square_sz = GetFrameHeight(); local in function:ImGui::Checkbox
919 const ImRect total_bb(pos, pos + ImVec2(square_sz + (label_size.x > 0.0f ? style.ItemInnerSpacing.x + label_size.x : 0.0f), label_size.y + style.FramePadding.y * 2.0f));
932 const ImRect check_bb(pos, pos + ImVec2(square_sz, square_sz));
937 const float pad = ImMax(1.0f, (float)(int)(square_sz / 6.0f));
938 RenderCheckMark(check_bb.Min + ImVec2(pad, pad), GetColorU32(ImGuiCol_CheckMark), square_sz - pad*2.0f);
976 const float square_sz = GetFrameHeight(); local in function:ImGui::RadioButton
978 const ImRect check_bb(pos, pos + ImVec2(square_sz, square_sz));
979 const ImRect total_bb(pos, pos + ImVec2(square_sz
3836 const float square_sz = GetFrameHeight(); local in function:ImGui::ColorEdit4
4132 float square_sz = GetFrameHeight(); local in function:ImGui::ColorPicker4
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp917 const float square_sz = GetFrameHeight(); local in function:ImGui::Checkbox
919 const ImRect total_bb(pos, pos + ImVec2(square_sz + (label_size.x > 0.0f ? style.ItemInnerSpacing.x + label_size.x : 0.0f), label_size.y + style.FramePadding.y * 2.0f));
932 const ImRect check_bb(pos, pos + ImVec2(square_sz, square_sz));
937 const float pad = ImMax(1.0f, (float)(int)(square_sz / 6.0f));
938 RenderCheckMark(check_bb.Min + ImVec2(pad, pad), GetColorU32(ImGuiCol_CheckMark), square_sz - pad*2.0f);
976 const float square_sz = GetFrameHeight(); local in function:ImGui::RadioButton
978 const ImRect check_bb(pos, pos + ImVec2(square_sz, square_sz));
979 const ImRect total_bb(pos, pos + ImVec2(square_sz
3836 const float square_sz = GetFrameHeight(); local in function:ImGui::ColorEdit4
4132 float square_sz = GetFrameHeight(); local in function:ImGui::ColorPicker4
[all...]

Completed in 35 milliseconds