aboutsummaryrefslogtreecommitdiff
path: root/include/cru/osx/graphics/quartz
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-10-14 21:05:54 +0800
committercrupest <crupest@outlook.com>2021-10-14 21:05:54 +0800
commit5ba45b02e1adee6b1ba15d70c9052cbc1f3c26c5 (patch)
tree5bc92750f30f4e3e97082a59cdbda065629f3ac8 /include/cru/osx/graphics/quartz
parent7ee9420d02be02868b10056753e046f42d022c96 (diff)
downloadcru-5ba45b02e1adee6b1ba15d70c9052cbc1f3c26c5.tar.gz
cru-5ba45b02e1adee6b1ba15d70c9052cbc1f3c26c5.tar.bz2
cru-5ba45b02e1adee6b1ba15d70c9052cbc1f3c26c5.zip
...
Diffstat (limited to 'include/cru/osx/graphics/quartz')
-rw-r--r--include/cru/osx/graphics/quartz/Convert.hpp10
1 files changed, 2 insertions, 8 deletions
diff --git a/include/cru/osx/graphics/quartz/Convert.hpp b/include/cru/osx/graphics/quartz/Convert.hpp
index a8cc270e..1b5a186a 100644
--- a/include/cru/osx/graphics/quartz/Convert.hpp
+++ b/include/cru/osx/graphics/quartz/Convert.hpp
@@ -1,14 +1,11 @@
#pragma once
-#include "cru/platform/Matrix.hpp"
-#include "cru/common/String.hpp"
#include "cru/common/Range.hpp"
+#include "cru/common/String.hpp"
+#include "cru/platform/Matrix.hpp"
#include <CoreGraphics/CoreGraphics.h>
namespace cru::platform::graphics::osx::quartz {
-CFStringRef Convert(const String& string);
-String Convert(CFStringRef string);
-
CGAffineTransform Convert(const Matrix& matrix);
Matrix Convert(const CGAffineTransform& matrix);
@@ -20,7 +17,4 @@ Size Convert(const CGSize& size);
CGRect Convert(const Rect& rect);
Rect Convert(const CGRect& rect);
-
-CFRange Convert(const Range& range);
-Range Convert(const CFRange& range);
} // namespace cru::platform::graphics::osx::quartz