Browse Source
Simplify KiROUND using std::llround/clamp
Simplify KiROUND using std::llround/clamp
Removes the bespoke rounding in favor of std::llround and std::clamp routinespull/18/head
15 changed files with 34 additions and 48 deletions
-
2common/gr_text.cpp
-
4eeschema/dialogs/panel_setup_pinmap.cpp
-
2eeschema/sch_io/eagle/sch_io_eagle.cpp
-
4eeschema/sch_painter.cpp
-
2eeschema/tools/sch_selection_tool.cpp
-
2include/gr_text.h
-
42libs/kimath/include/math/util.h
-
2pcbnew/connectivity/connectivity_data.cpp
-
4pcbnew/connectivity/connectivity_items.cpp
-
2pcbnew/exporters/export_d356.cpp
-
8pcbnew/pcb_io/eagle/pcb_io_eagle.cpp
-
2pcbnew/pcb_io/easyeda/pcb_io_easyeda_parser.h
-
2pcbnew/pcb_io/easyedapro/pcb_io_easyedapro_parser.h
-
2pcbnew/tools/convert_tool.cpp
-
2qa/tests/pcbnew/test_zone_filler.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue