]>
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 <QuartzCore/CALayer.h> | |
8 | ||
9 | @interface CATiledLayer : CALayer | |
10 | { | |
11 | } | |
12 | ||
13 | + (double)fadeDuration; | |
14 | + (id)defaultValueForKey:(id)fp8; | |
15 | + (void)_providerThread:(struct __CFRunLoopSource *)fp8; | |
16 | - (void)didChangeValueForKey:(id)fp8; | |
17 | - (void)setNeedsDisplayInRect:(struct CGRect)fp8; | |
18 | - (void)_addSource:(struct __CFRunLoopSource *)fp8; | |
19 | - (void)setContents:(id)fp8; | |
20 | - (void)dealloc; | |
21 | - (void)_display; | |
22 | - (void)_colorspaceDidChange; | |
23 | - (unsigned long)levelsOfDetail; | |
24 | - (void)setLevelsOfDetail:(unsigned long)fp8; | |
25 | - (unsigned long)levelsOfDetailBias; | |
26 | - (void)setLevelsOfDetailBias:(unsigned long)fp8; | |
27 | - (struct CGSize)tileSize; | |
28 | - (void)setTileSize:(struct CGSize)fp8; | |
29 | ||
30 | @end | |
31 |