commit | 0d55f1e73cbbf5456fb05108a0db1f33dafdae79 | [log] [tgz] |
---|---|---|
author | reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Dec 18 19:26:11 2008 +0000 |
committer | reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Dec 18 19:26:11 2008 +0000 |
tree | a1977c3b80eb0048eb3d5505c38e80d96d7a2925 | |
parent | fadd796fc5bfbc405042717b9c758346902efd71 [diff] [blame] |
move cg utils out of xcode and into src/include git-svn-id: http://skia.googlecode.com/svn/trunk@35 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/include/utils/mac/SkCGUtils.h b/include/utils/mac/SkCGUtils.h new file mode 100644 index 0000000..3b74b55 --- /dev/null +++ b/include/utils/mac/SkCGUtils.h
@@ -0,0 +1,10 @@ +#ifndef SkCGUtils_DEFINED +#define SkCGUtils_DEFINED + +#include <Carbon/Carbon.h> + +class SkBitmap; + +CGImageRef SkCreateCGImageRef(const SkBitmap&); + +#endif