]>
Commit | Line | Data |
---|---|---|
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 <Foundation/NSObject.h> | |
8 | ||
9 | @interface CAMediaTimingFunction : NSObject | |
10 | { | |
11 | struct CAMediaTimingFunctionPrivate *_priv; | |
12 | } | |
13 | ||
14 | + (id)functionWithControlPoints:(float)fp8:(float)fp12:(float)fp16:(float)fp20; | |
15 | + (id)functionWithName:(id)fp8; | |
16 | - (id)initWithControlPoints:(float)fp8:(float)fp12:(float)fp16:(float)fp20; | |
17 | - (void)dealloc; | |
18 | - (void)_getPoints:(float *)fp8; | |
19 | - (void)getControlPointAtIndex:(unsigned long)fp8 values:(float [2])fp12; | |
20 | - (id)description; | |
21 | ||
22 | @end | |
23 |