]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UIImage-UIImageDeprecated.h
Adding numerous class dumps.
[iphone-api.git] / UIKit / UIImage-UIImageDeprecated.h
diff --git a/UIKit/UIImage-UIImageDeprecated.h b/UIKit/UIImage-UIImageDeprecated.h
new file mode 100644 (file)
index 0000000..8fd970a
--- /dev/null
@@ -0,0 +1,33 @@
+/*
+ *     Generated by class-dump 3.1.2.
+ *
+ *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import <UIKit/UIImage.h>
+
+@interface UIImage (UIImageDeprecated)
++ (id)imageNamed:(id)fp8 inBundle:(id)fp12;
++ (id)imageAtPath:(id)fp8;
++ (void)removeImageNameFromCache:(id)fp8;
+- (id)initWithContentsOfFile:(id)fp8 cache:(BOOL)fp12;
+- (id)initWithData:(id)fp8 cache:(BOOL)fp12;
+- (id)initWithImageRef:(struct CGImage *)fp8;
+- (struct CGImage *)imageRef;
+- (void)compositeToRect:(struct CGRect)fp8 fromRect:(struct CGRect)fp24 operation:(int)fp40 fraction:(float)fp44;
+- (void)compositeToPoint:(struct CGPoint)fp8 fromRect:(struct CGRect)fp16 operation:(int)fp32 fraction:(float)fp36;
+- (void)compositeToPoint:(struct CGPoint)fp8 operation:(int)fp16 fraction:(float)fp20;
+- (void)compositeToPoint:(struct CGPoint)fp8 operation:(int)fp16;
+//XXX:- (void)draw9PartImageWithSliceRects:(CDAnonymousStruct12)fp8 inRect:(struct CGRect)fp152;
+//XXX:- (void)draw9PartImageWithSliceRects:(CDAnonymousStruct12)fp8 inRect:(struct CGRect)fp152 fraction:(float)fp168;
+//XXX:- (void)draw9PartImageWithSliceRects:(CDAnonymousStruct12)fp8 inRect:(struct CGRect)fp152 operation:(int)fp168 fraction:(float)fp172;
+//XXX:- (void)draw3PartImageWithSliceRects:(CDAnonymousStruct10)fp8 inRect:(struct CGRect)fp56;
+//XXX:- (void)draw3PartImageWithSliceRects:(CDAnonymousStruct10)fp8 inRect:(struct CGRect)fp56 fraction:(float)fp72;
+//XXX:- (void)draw3PartImageWithSliceRects:(CDAnonymousStruct10)fp8 inRect:(struct CGRect)fp56 operation:(int)fp72 fraction:(float)fp76;
+- (void)draw1PartImageInRect:(struct CGRect)fp8;
+- (void)draw1PartImageInRect:(struct CGRect)fp8 fraction:(float)fp24;
+- (void)draw1PartImageInRect:(struct CGRect)fp8 fraction:(float)fp24 operation:(int)fp28;
+- (struct CGColor *)_patternColor;
+- (id)patternColor;
+@end
+