-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBLBaseLayerStack.h
More file actions
61 lines (55 loc) · 2.03 KB
/
BLBaseLayerStack.h
File metadata and controls
61 lines (55 loc) · 2.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
/*
* Generated by class-dump 3.1.2.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
*/
#import "_ACAccountTypeIdentifierTwitter.h"
@class NSArray;
@interface BLBaseLayerStack : _ACAccountTypeIdentifierTwitter
{
struct CGSize m_workingImageSize;
struct CGSize m_maskSize;
NSArray *m_layers;
struct CGContext *m_preparedLayerMaskRef;
struct CGImage *m_brushImageRef;
float m_brushSize;
float m_brushSoftness;
struct CGAffineTransform m_viewToMaskTransform;
struct CGAffineTransform m_inverseViewToMaskTransform;
struct CGAffineTransform m_flippedViewToMaskTransform;
struct CGAffineTransform m_inverseFlippedViewToMaskTransform;
int m_maskLongEdgeSize;
BOOL m_shouldNotify;
}
- (void)setShouldNotify:(BOOL)fp8;
- (BOOL)shouldNotify;
- (struct CGAffineTransform)inverseFlippedViewToMaskTransform;
- (struct CGAffineTransform)flippedViewToMaskTransform;
- (struct CGAffineTransform)inverseViewToMaskTransform;
- (struct CGAffineTransform)viewToMaskTransform;
- (void)setMaskLongEdgeSize:(int)fp8;
- (int)maskLongEdgeSize;
- (struct CGContext *)preparedLayerMaskRef;
- (struct CGImage *)brushImageRef;
- (struct CGSize)maskSize;
- (id)layers;
- (void)dealloc;
- (BOOL)readyToDraw;
- (BOOL)haveLayerMask;
- (void)setStrokesDataDictionary:(id)fp8;
- (id)strokesDataDictionary;
- (double)timestamp;
- (void)prepareLayerMask:(id)fp(null);
- (void)setWorkingImageScaleFactor:(float)fp8;
- (float)workingImageScaleFactor;
- (void)setWorkingImage:(id)fp8;
- (id)workingImage;
- (void)setPreparedLayerMaskRef:(struct CGContext *)fp8;
- (struct CGImage *)brushImageRefWithSize:(float)fp8 softness:(float)fp12;
- (void)setBrushImageRef:(struct CGImage *)fp8;
- (void)setFlippedViewToMaskTransform:(struct CGAffineTransform)fp8;
- (void)setViewToMaskTransform:(struct CGAffineTransform)fp8;
- (void)setMaskSize:(struct CGSize)fp8;
- (id)imageLayer;
- (struct CGContext *)newContextForRect:(struct CGRect)fp8 inDestRect:(struct CGRect)fp24 withPadding:(float)fp40 andScale:(float)fp44;
@end