This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit 24bd18e
committed
[[ Drawing ]] Use types more effectively
This patch changes the libgraphics drawing implementation to
use MCSpan, MCGPoint, MCGSize and MCGRectangle rather than
separate pointer/lengths and multiple float parameters.1 parent 86e42c6 commit 24bd18e
File tree
3 files changed
+221
-175
lines changed- engine/src
- libgraphics
- include
- src
3 files changed
+221
-175
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1234 | 1234 | | |
1235 | 1235 | | |
1236 | 1236 | | |
1237 | | - | |
| 1237 | + | |
1238 | 1238 | | |
1239 | 1239 | | |
1240 | 1240 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1015 | 1015 | | |
1016 | 1016 | | |
1017 | 1017 | | |
1018 | | - | |
| 1018 | + | |
1019 | 1019 | | |
1020 | 1020 | | |
1021 | 1021 | | |
| |||
0 commit comments