/headers/OfficeImport/NSBezierPathStub-NSBezierPathDevicePrimitives.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 #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