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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp4134 float sv_picker_size = ImMax(bars_width * 1, CalcItemWidth() - (alpha_bar ? 2 : 1) * (bars_width + style.ItemInnerSpacing.x)); // Saturation/Value picking box local in function:ImGui::ColorPicker4
4135 float bar0_pos_x = picker_pos.x + sv_picker_size + style.ItemInnerSpacing.x;
4142 float wheel_thickness = sv_picker_size * 0.08f;
4143 float wheel_r_outer = sv_picker_size * 0.50f;
4145 ImVec2 wheel_center(picker_pos.x + (sv_picker_size + bars_width)*0.5f, picker_pos.y + sv_picker_size*0.5f);
4148 float triangle_r = wheel_r_inner - (int)(sv_picker_size * 0.027f);
4162 InvisibleButton("hsv", ImVec2(sv_picker_size + style.ItemInnerSpacing.x + bars_width, sv_picker_size));
4197 InvisibleButton("sv", ImVec2(sv_picker_size, sv_picker_siz
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp4134 float sv_picker_size = ImMax(bars_width * 1, CalcItemWidth() - (alpha_bar ? 2 : 1) * (bars_width + style.ItemInnerSpacing.x)); // Saturation/Value picking box local in function:ImGui::ColorPicker4
4135 float bar0_pos_x = picker_pos.x + sv_picker_size + style.ItemInnerSpacing.x;
4142 float wheel_thickness = sv_picker_size * 0.08f;
4143 float wheel_r_outer = sv_picker_size * 0.50f;
4145 ImVec2 wheel_center(picker_pos.x + (sv_picker_size + bars_width)*0.5f, picker_pos.y + sv_picker_size*0.5f);
4148 float triangle_r = wheel_r_inner - (int)(sv_picker_size * 0.027f);
4162 InvisibleButton("hsv", ImVec2(sv_picker_size + style.ItemInnerSpacing.x + bars_width, sv_picker_size));
4197 InvisibleButton("sv", ImVec2(sv_picker_size, sv_picker_siz
[all...]

Completed in 21 milliseconds