00001
00002
00003
00004
00005
00006
00007 #import <OfficeImport/NSBezierPathStub.h>
00008
00009 @interface NSBezierPathStub (NSBezierPathDevicePrimitives)
00010 - (void)_addPathSegment:(long)fp8 point:(struct _NSPoint)fp12;
00011 - (void)_deviceMoveToPoint:(struct _NSPoint)fp8;
00012 - (void)_deviceLineToPoint:(struct _NSPoint)fp8;
00013 - (void)_deviceCurveToPoint:(struct _NSPoint)fp8 controlPoint1:(struct _NSPoint)fp16 controlPoint2:(struct _NSPoint)fp24;
00014 - (void)_deviceClosePath;
00015 - (void)_doUserPathWithOp:(unsigned char)fp8 inContext:(struct CGContext *)fp12;
00016 @end
00017