Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP
Fetching contributors…
Cannot retrieve contributors at this time
95 lines (86 sloc) 4.62 KB
/**
* This header is generated by class-dump-z 0.1-11o.
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
*/
#import "UIKit-Structs.h"
#import <UIKit/UIImage.h>
#import <Foundation/NSObject.h>
#import <IOSurface/IOSurface.h>
#import <Availability2.h>
@interface UIImage ()
+(void)initialize;
-(void)dealloc;
-(void)drawAtPoint:(CGPoint)point;
-(void)drawInRect:(CGRect)rect;
-(void)drawAsPatternInRect:(CGRect)rect;
-(id)_automationID;
@end
@interface UIImage (ApplicationIconPrivate)
-(id)_applicationIconImagePrecomposed:(BOOL)precomposed;
#if __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_3_2
+(int)_iconVariantForUIApplicationIconFormat:(int)uiapplicationIconFormat;
+(id)_applicationIconImageForBundleIdentifier:(id)bundleIdentifier roleIdentifier:(id)identifier format:(int)format;
+(id)_iconForResourceProxy:(id)resourceProxy variant:(int)variant;
-(id)_applicationIconImageForFormat:(int)format precomposed:(BOOL)precomposed;
#else
-(id)_applicationIconWithSize:(CGSize)size destinationFrame:(CGRect)frame shadowImage:(id)image overlayImage:(id)image4 outlineImage:(id)image5 maskImage:(id)image6;
-(id)_smallApplicationIconImagePrecomposed:(BOOL)precomposed;
#endif
@end
@interface UIImage (UIImageInternal)
+(void)_flushSharedImageCache;
+(void)_flushCacheOnMemoryWarning:(id)warning;
-(void)_setCached:(BOOL)cached;
-(BOOL)_isCached;
-(void)_setNamed:(BOOL)named;
-(BOOL)_isNamed;
-(id)_flatImageWithWhite:(float)white alpha:(float)alpha;
#if __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_3_2
-(id)_bezeledImageWithRed:(float)red green:(float)green blue:(float)blue alpha:(float)alpha;
#else
-(id)_bezeledImageWithShadowRed:(float)shadowRed green:(float)green blue:(float)blue alpha:(float)alpha fillRed:(float)red green:(float)green6 blue:(float)blue7 alpha:(float)alpha8 drawShadow:(BOOL)shadow;
-(id)_doubleBezeledImageWithExteriorShadowRed:(float)exteriorShadowRed green:(float)green blue:(float)blue alpha:(float)alpha interiorShadowRed:(float)red green:(float)green6 blue:(float)blue7 alpha:(float)alpha8 fillRed:(float)red9 green:(float)green10 blue:(float)blue11 alpha:(float)alpha12;
#endif
-(id)_imageScaledToSize:(CGSize)size interpolationQuality:(CGInterpolationQuality)quality;
-(id)_imageScaledToProportion:(CGFloat)proportion interpolationQuality:(CGInterpolationQuality)quality;
@end
@interface UIImage (UIImageDeprecated)
+(id)imageNamed:(id)named inBundle:(id)bundle;
+(id)imageAtPath:(id)path;
+(void)removeImageNameFromCache:(id)cache;
-(id)initWithData:(id)data cache:(BOOL)cache;
-(id)initWithImageRef:(CGImageRef)imageRef;
-(CGImageRef)imageRef;
-(void)compositeToRect:(CGRect)rect fromRect:(CGRect)rect2 operation:(int)operation fraction:(float)fraction;
-(void)compositeToPoint:(CGPoint)point fromRect:(CGRect)rect operation:(int)operation fraction:(float)fraction;
-(void)compositeToPoint:(CGPoint)point operation:(int)operation fraction:(float)fraction;
-(void)compositeToPoint:(CGPoint)point operation:(int)operation;
-(void)draw9PartImageWithSliceRects:(XXStruct_4cr1oD)sliceRects inRect:(CGRect)rect;
-(void)draw9PartImageWithSliceRects:(XXStruct_4cr1oD)sliceRects inRect:(CGRect)rect fraction:(float)fraction;
-(void)draw9PartImageWithSliceRects:(XXStruct_4cr1oD)sliceRects inRect:(CGRect)rect operation:(int)operation fraction:(float)fraction;
-(void)draw3PartImageWithSliceRects:(XXStruct_UUz0SD)sliceRects inRect:(CGRect)rect;
-(void)draw3PartImageWithSliceRects:(XXStruct_UUz0SD)sliceRects inRect:(CGRect)rect fraction:(float)fraction;
-(void)draw3PartImageWithSliceRects:(XXStruct_UUz0SD)sliceRects inRect:(CGRect)rect operation:(int)operation fraction:(float)fraction;
-(void)draw1PartImageInRect:(CGRect)rect;
-(void)draw1PartImageInRect:(CGRect)rect fraction:(float)fraction;
-(void)draw1PartImageInRect:(CGRect)rect fraction:(float)fraction operation:(int)operation;
-(CGColorRef)_patternColor;
-(id)patternColor;
@end
@interface UIImage (UIImagePrivate)
+(UIImage*)applicationImageNamed:(NSString*)name;
+(UIImage*)kitImageNamed:(NSString*)name;
+(UIImage*)defaultDesktopImage;
+(void)setDesktopImageData:(id)data;
+(id)imageFromAlbumArtData:(id)albumArtData height:(int)height width:(int)width cache:(BOOL)cache;
-(id)initWithContentsOfFile:(id)file cache:(BOOL)cache;
-(id)initWithCGImage:(CGImageRef)cgimage imageOrientation:(int)orientation;
-(id)initWithIOSurface:(IOSurfaceRef)iosurface;
-(IOSurfaceRef)ioSurface;
#if __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_3_2
+(BOOL)getDefaultDesktopImage:(id*)image modificationDate:(id*)date forVariant:(int)variant;
+(id)_defaultBackgroundGradient;
+(void)setDesktopImageData:(id)data forVariant:(int)variant;
-(id)_initWithIOSurface:(IOSurfaceRef)iosurface imageOrientation:(int)orientation;
#endif
@end
Jump to Line
Something went wrong with that request. Please try again.