00001
00002
00003
00004
00005
00006
00007 #import "NSObject.h"
00008
00009 @interface CMShapeRenderer : NSObject
00010 {
00011 }
00012
00013 + (id)renderLinePath:(id)fp8 stroke:(id)fp12 orientedBounds:(id)fp16 transformedBounds:(struct _NSRect *)fp20 state:(id)fp24;
00014 + (id)renderCanonicalShape:(int)fp8 fill:(id)fp12 stroke:(id)fp16 adjustValues:(id)fp20 orientedBounds:(id)fp24 transformedBounds:(struct _NSRect *)fp28 state:(id)fp32;
00015 + (struct CGColor *)_createCGColorFromOADColor:(id)fp8 withAlpha:(float)fp12 andState:(id)fp16;
00016 + (void)_setupDrawingStyleInContext:(struct CGContext *)fp8 fill:(id)fp12 stroke:(id)fp16 state:(id)fp20;
00017 + (void)_setupDrawingStyleInContext:(struct CGContext *)fp8 stroke:(id)fp12 state:(id)fp16;
00018 + (void)_renderPath:(struct CGPath *)fp8 inContext:(struct CGContext *)fp12;
00019
00020 @end
00021