]>
git.saurik.com Git - iphone-api.git/blob - UIKit/UIImage-UIImageInternal.h
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 (UIImageInternal
)
10 + (void)_flushCacheOnSuspend
:(id
)fp8
;
11 - (void)_setCached
:(BOOL
)fp8
;
13 - (void)_setNamed
:(BOOL
)fp8
;
15 - (id
)_flatImageWithWhite
:(float)fp8 alpha
:(float)fp12
;
16 - (id
)_bezeledImageWithRed
:(float)fp8 green
:(float)fp12 blue
:(float)fp16 alpha
:(float)fp20
;
17 - (id
)_imageScaledToSize
:(struct CGSize
)fp8 interpolationQuality
:(int)fp16
;
18 - (id
)_imageScaledToProportion
:(float)fp8 interpolationQuality
:(int)fp12
;