]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
1 | /* |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import <UIKit/UIImage.h> | |
8 | ||
9 | @interface UIImage (UIImageInternal) | |
10 | + (void)_flushCacheOnSuspend:(id)fp8; | |
11 | - (void)_setCached:(BOOL)fp8; | |
12 | - (BOOL)_isCached; | |
13 | - (void)_setNamed:(BOOL)fp8; | |
14 | - (BOOL)_isNamed; | |
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; | |
19 | @end | |
20 |