]> git.saurik.com Git - iphone-api.git/blob - QuartzCore/CAContext.h
Renamed GraphicsServices.
[iphone-api.git] / QuartzCore / CAContext.h
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 "NSObject.h"
8
9 @interface CAContext : NSObject
10 {
11 }
12
13 + (id)allContexts;
14 + (id)localContext;
15 + (id)localContextWithOptions:(id)fp8;
16 + (id)remoteContext;
17 + (id)remoteContextWithOptions:(id)fp8;
18 + (void)setClientPort:(unsigned int)fp8;
19 + (id)objectForSlot:(unsigned int)fp8;
20 - (unsigned int)contextId;
21 - (void)invalidate;
22 - (id)layer;
23 - (void)setLayer:(id)fp8;
24 - (struct CGColorSpace *)colorSpace;
25 - (void)setColorSpace:(struct CGColorSpace *)fp8;
26 - (struct _CARenderContext *)renderContext;
27 - (BOOL)valid;
28 - (void)orderAbove:(unsigned int)fp8;
29 - (void)orderBelow:(unsigned int)fp8;
30 - (void)setLevel:(float)fp8;
31 - (float)level;
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;
36
37 @end
38