]>
git.saurik.com Git - iphone-api.git/blob - QuartzCore/CAContext.h
2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @interface CAContext
: NSObject
15 + (id
)localContextWithOptions
:(id
)fp8
;
17 + (id
)remoteContextWithOptions
:(id
)fp8
;
18 + (void)setClientPort
:(unsigned int)fp8
;
19 + (id
)objectForSlot
:(unsigned int)fp8
;
20 - (unsigned int)contextId
;
23 - (void)setLayer
:(id
)fp8
;
24 - (struct CGColorSpace
*)colorSpace
;
25 - (void)setColorSpace
:(struct CGColorSpace
*)fp8
;
26 - (struct _CARenderContext
*)renderContext
;
28 - (void)orderAbove
:(unsigned int)fp8
;
29 - (void)orderBelow
:(unsigned int)fp8
;
30 - (void)setLevel
:(float)fp8
;
32 - (void)setFence
:(unsigned int)fp8 count
:(unsigned int)fp12
;
33 - (unsigned int)createSlot
;
34 - (void)deleteSlot
:(unsigned int)fp8
;
35 - (void)setObject
:(id
)fp8 forSlot
:(unsigned int)fp12
;