/headers/LayerKit/CDStructures.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 struct CGAffineTransform {
00008     float _field1;
00009     float _field2;
00010     float _field3;
00011     float _field4;
00012     float _field5;
00013     float _field6;
00014 };
00015 
00016 struct CGColor;
00017 
00018 struct CGContext;
00019 
00020 struct CGPath;
00021 
00022 struct CGPoint {
00023     float x;
00024     float y;
00025 };
00026 
00027 struct CGRect {
00028     struct CGPoint _field1;
00029     struct CGSize _field2;
00030 };
00031 
00032 struct CGSBounds {
00033     int x;
00034     int y;
00035     int w;
00036     int h;
00037 };
00038 
00039 struct CGSize {
00040     float width;
00041     float height;
00042 };
00043 
00044 struct LKTimingFunctionPrivate {
00045     float _field1[2];
00046     float _field2[2];
00047 };
00048 
00049 struct LKTransform {
00050     float _field1;
00051     float _field2;
00052     float _field3;
00053     float _field4;
00054     float _field5;
00055     float _field6;
00056     float _field7;
00057     float _field8;
00058     float _field9;
00059     float _field10;
00060     float _field11;
00061     float _field12;
00062     float _field13;
00063     float _field14;
00064     float _field15;
00065     float _field16;
00066 };
00067 
00068 struct _LKAttrList;
00069 
00070 struct _LKPropertyDescription;
00071 
00072 struct _LKRenderAnimation {
00073     CDAnonymousStruct1 _field1;
00074     float _field2;
00075     struct _LKRenderTiming *_field3;
00076     struct _LKRenderVector *_field4;
00077     union _LKRenderKeyPath _field5;
00078     unsigned int _field6;
00079     union {
00080         struct _LKRenderArray *_field1;
00081         union _LKRenderKeyPath _field2;
00082         struct {
00083             union _LKRenderKeyPath _field1;
00084             void *_field2;
00085             void *_field3;
00086             void *_field4;
00087         } _field3;
00088         struct {
00089             union _LKRenderKeyPath _field1;
00090             struct _LKRenderArray *_field2;
00091             struct _LKRenderVector *_field3;
00092             struct _LKRenderPath *_field4;
00093         } _field4;
00094         struct {
00095             unsigned int _field1;
00096             unsigned int _field2;
00097             float _field3;
00098             float _field4;
00099             struct _LKRenderFilter *_field5;
00100             void *_field6;
00101             unsigned int _field7;
00102             unsigned int _field8;
00103         } _field5;
00104     } _field7;
00105 };
00106 
00107 struct _LKRenderArray;
00108 
00109 struct _LKRenderContext {
00110     struct {
00111         int _field1;
00112     } _field1;
00113     unsigned int _field2;
00114     struct __CFDictionary *_field3;
00115     unsigned int _field4;
00116     struct _opaque_pthread_mutex_t _field5;
00117     unsigned int _field6;
00118     struct _LKRenderHandle *_field7;
00119     struct __CFDictionary *_field8;
00120     struct x_list_struct *_field9;
00121     float _field10;
00122     struct _LKRenderFence *_field11;
00123     double _field12;
00124     int *_field13;
00125     struct CGSBounds _field14;
00126     unsigned int _field15;
00127     unsigned int _field16;
00128 };
00129 
00130 struct _LKRenderFence;
00131 
00132 struct _LKRenderFilter;
00133 
00134 struct _LKRenderHandle;
00135 
00136 struct _LKRenderPath;
00137 
00138 struct _LKRenderProxy {
00139     CDAnonymousStruct1 _field1;
00140     unsigned long long _field2;
00141 };
00142 
00143 struct _LKRenderTiming;
00144 
00145 struct _LKRenderVector;
00146 
00147 struct _NSZone;
00148 
00149 struct __CFArray;
00150 
00151 struct __CFDictionary;
00152 
00153 struct _opaque_pthread_mutex_t {
00154     long __sig;
00155     char __opaque[40];
00156 };
00157 
00158 struct x_list_struct {
00159     void *_field1;
00160     struct x_list_struct *_field2;
00161 };
00162 
00163 typedef struct {
00164     int x;
00165 } CDAnonymousStruct1;
00166 
00167 union _LKRenderKeyPath {
00168     unsigned int _field1;
00169     unsigned int *_field2;
00170 };
00171