aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/testGeometry.cxx
AgeCommit message (Collapse)AuthorFilesLines
2022-09-02Add PixelAlignCeil and call PixelAlign* to avoid repeated code.Markus Nißl1-0/+13
2021-09-23Fix comment.rel-5-1-2Neil1-1/+1
2021-09-15Move colour mixing implementations into implementation file.Neil1-0/+233
Avoids some warnings but drops constexpr. Use MixedWith in PlatWin for GDI instead of local implementation. Add unit tests for Geometry.