luxlabs header browser preview


@class UIColor, NSString, DKOpenGLRenderer, NSMutableArray;
@protocol DKInkRendererDelegate;

@interface DKInkRendererGL : GLKView <DKOpenGLRendererDelegate, DKInkRenderer> {
    NSMutableArray *_brushPointQueue;
    NSMutableArray *_brushStrokes;
    NSMutableArray *_currentBrushStroke;
    BOOL _initialized;
    double _backingScale;
    DKOpenGLRenderer *_inkRenderer;
    BOOL _needToNotify;
}

@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;
@property (retain, nonatomic) UIColor *inkColor;
@property (weak, nonatomic) id<DKInkRendererDelegate> delegate;
@property (nonatomic) BOOL scaleDrawingToFitCanvas;
@property (nonatomic) double drawingScale;
@property (nonatomic) unsigned long long mode;
@property (nonatomic) BOOL drawingEnabled;
@property (readonly, nonatomic) BOOL supportsBleedAnimation;
@property (readonly, nonatomic) BOOL initialized;
@property (readonly, nonatomic) unsigned long long maximumPointsForBleedAnimation;

- (void)clear;
- (void)dealloc;
- (void)teardown;
- (void)traitCollectionDidChange:(id)a0;
- (void)flush;
- (id)snapshotImage;
- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void)drawRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void)force;
- (BOOL)canBecomeFirstResponder;
- (void).cxx_destruct;
- (void)addPoint:(struct { struct CGPoint { double x0; double x1; } x0; double x1; double x2; double x3; })a0;
- (void)layoutSubviews;
- (void)_commonInit;
- (void)display;
- (void)beginStroke;
- (void)endStroke;
- (void)addPointsFromBrushPointQueueWithSegmentLength:(unsigned long long)a0;
- (void)completeAnimationsImmediately;
- (void)displayForcefully;
- (void)removeLastStroke;
- (void)rendererDidFinishAnimatingDrawing:(id)a0;
- (void)resetRendererState;

@end