#import <NSBezierPathStub-NSBezierPathDevicePrimitives.h>
Öffentliche Methoden | |
| (void) | - _addPathSegment:point: |
| (void) | - _deviceMoveToPoint: |
| (void) | - _deviceLineToPoint: |
| (void) | - _deviceCurveToPoint:controlPoint1:controlPoint2: |
| (void) | - _deviceClosePath |
| (void) | - _doUserPathWithOp:inContext: |
Definiert in Zeile 9 der Datei NSBezierPathStub-NSBezierPathDevicePrimitives.h.
| - (void) _addPathSegment: | (long) | fp8 | ||
| point: | (struct _NSPoint) | fp12 | ||
| - (void) _deviceMoveToPoint: | (struct _NSPoint) | fp8 |
| - (void) _deviceLineToPoint: | (struct _NSPoint) | fp8 |
| - (void) _deviceCurveToPoint: | (struct _NSPoint) | fp8 | ||
| controlPoint1: | (struct _NSPoint) | fp16 | ||
| controlPoint2: | (struct _NSPoint) | fp24 | ||
| - (void) _deviceClosePath |
| - (void) _doUserPathWithOp: | (unsigned char) | fp8 | ||
| inContext: | (struct CGContext *) | fp12 | ||