]>
git.saurik.com Git - iphone-api.git/blob - UIKit/UIImage-UIImageDeprecated.h
8fd970ab684b799ae56c203b837f8cb62e76f0a6
2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <UIKit/UIImage.h>
9 @interface
UIImage (UIImageDeprecated
)
10 + (id
)imageNamed
:(id
)fp8 inBundle
:(id
)fp12
;
11 + (id
)imageAtPath
:(id
)fp8
;
12 + (void)removeImageNameFromCache
:(id
)fp8
;
13 - (id
)initWithContentsOfFile
:(id
)fp8 cache
:(BOOL
)fp12
;
14 - (id
)initWithData
:(id
)fp8 cache
:(BOOL
)fp12
;
15 - (id
)initWithImageRef
:(struct CGImage
*)fp8
;
16 - (struct CGImage
*)imageRef
;
17 - (void)compositeToRect
:(struct CGRect
)fp8 fromRect
:(struct CGRect
)fp24 operation
:(int)fp40 fraction
:(float)fp44
;
18 - (void)compositeToPoint
:(struct CGPoint
)fp8 fromRect
:(struct CGRect
)fp16 operation
:(int)fp32 fraction
:(float)fp36
;
19 - (void)compositeToPoint
:(struct CGPoint
)fp8 operation
:(int)fp16 fraction
:(float)fp20
;
20 - (void)compositeToPoint
:(struct CGPoint
)fp8 operation
:(int)fp16
;
21 //XXX:- (void)draw9PartImageWithSliceRects:(CDAnonymousStruct12)fp8 inRect:(struct CGRect)fp152;
22 //XXX:- (void)draw9PartImageWithSliceRects:(CDAnonymousStruct12)fp8 inRect:(struct CGRect)fp152 fraction:(float)fp168;
23 //XXX:- (void)draw9PartImageWithSliceRects:(CDAnonymousStruct12)fp8 inRect:(struct CGRect)fp152 operation:(int)fp168 fraction:(float)fp172;
24 //XXX:- (void)draw3PartImageWithSliceRects:(CDAnonymousStruct10)fp8 inRect:(struct CGRect)fp56;
25 //XXX:- (void)draw3PartImageWithSliceRects:(CDAnonymousStruct10)fp8 inRect:(struct CGRect)fp56 fraction:(float)fp72;
26 //XXX:- (void)draw3PartImageWithSliceRects:(CDAnonymousStruct10)fp8 inRect:(struct CGRect)fp56 operation:(int)fp72 fraction:(float)fp76;
27 - (void)draw1PartImageInRect
:(struct CGRect
)fp8
;
28 - (void)draw1PartImageInRect
:(struct CGRect
)fp8 fraction
:(float)fp24
;
29 - (void)draw1PartImageInRect
:(struct CGRect
)fp8 fraction
:(float)fp24 operation
:(int)fp28
;
30 - (struct CGColor
*)_patternColor
;