]>
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/CAContext.h> | |
8 | ||
9 | @interface CAContextImpl : CAContext | |
10 | { | |
11 | unsigned int _refcount; | |
12 | struct _opaque_pthread_mutex_t _mutex; | |
13 | void *_next; | |
14 | void *_layer; | |
15 | struct _CARenderContext *_renderCtx; | |
16 | struct CGColorSpace *_colorspace; | |
17 | unsigned int _serverPort; | |
18 | unsigned int _clientPort; | |
19 | struct __CFMachPort *_clientPortRef; | |
20 | struct __CFRunLoopSource *_clientPortSource; | |
21 | unsigned int _clientId; | |
22 | unsigned int _localId; | |
23 | struct x_list_struct *_shmems; | |
24 | struct x_list_struct *_deletedShmems; | |
25 | float _level; | |
26 | unsigned int _fenceName; | |
27 | unsigned int _fenceCount; | |
28 | struct commitClosure *_commit; | |
29 | unsigned int _ownsServerPort:1; | |
30 | unsigned int _synchronized:1; | |
31 | unsigned int _serverDied:1; | |
32 | } | |
33 | ||
34 | - (id)initWithOptions:(id)fp8 localContext:(_Bool)fp12; | |
35 | - (id)initRemoteWithOptions:(id)fp8; | |
36 | - (void)invalidate; | |
37 | - (void)dealloc; | |
38 | - (id)retain; | |
39 | - (void)release; | |
40 | - (unsigned int)retainCount; | |
41 | - (unsigned int)contextId; | |
42 | - (struct CGColorSpace *)colorSpace; | |
43 | - (void)setColorSpace:(struct CGColorSpace *)fp8; | |
44 | - (id)layer; | |
45 | - (void)setLayer:(id)fp8; | |
46 | - (void)orderAbove:(unsigned int)fp8; | |
47 | - (void)orderBelow:(unsigned int)fp8; | |
48 | - (void)setLevel:(float)fp8; | |
49 | - (float)level; | |
50 | - (struct _CARenderContext *)renderContext; | |
51 | - (BOOL)valid; | |
52 | - (void)setFence:(unsigned int)fp8 count:(unsigned int)fp12; | |
53 | - (unsigned int)createSlot; | |
54 | - (void)deleteSlot:(unsigned int)fp8; | |
55 | - (void)setObject:(id)fp8 forSlot:(unsigned int)fp12; | |
56 | ||
57 | @end | |
58 |