Searched refs:segment_per_arc (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 4319 const int segment_per_arc = ImMax(4, (int)wheel_r_outer / 12); local in function:ImGui::ColorPicker4 4325 draw_list->PathArcTo(wheel_center, (wheel_r_inner + wheel_r_outer)*0.5f, a0, a1, segment_per_arc);
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 4319 const int segment_per_arc = ImMax(4, (int)wheel_r_outer / 12); local in function:ImGui::ColorPicker4 4325 draw_list->PathArcTo(wheel_center, (wheel_r_inner + wheel_r_outer)*0.5f, a0, a1, segment_per_arc);
|
Completed in 25 milliseconds