-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREADME.txt
More file actions
201 lines (188 loc) · 6.64 KB
/
README.txt
File metadata and controls
201 lines (188 loc) · 6.64 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
** Building **
python setup.py build
or for py3k
python3 setup.py build
** Module setup **
OpenVG:
VG:
Functions:
get_error
-- vgGetError
get_string
-- vgGetString
hardware_query
-- vgHardwareQuery
Classes:
VGContext:
Attributes:
[VGParamType]
-- vgGet{i,f,v}(VGParamType)
vgSet{i,f,v}(value, VGParamType)
paint_fill
-- vgGetPaint(VG_FILL_PATH)
vgSetPaint(VGPaint, VG_FILL_PATH)
paint_stroke
-- vgGetPaint(VG_FILL_STROKE)
vgSetPaint(VGPaint, VG_FILL_STROKE)
Functions:
clear
-- vgClear
copy_pixels
-- vgCopyPixels
finish
-- vgFinish
flush
-- vgFlush
get_matrix
-- vgGetMatrix
get_pixels
-- vgGetPixels
load_identity
-- vgLoadIdentity
load_matrix
-- vgLoadMatrix
mask
-- vgMask
mult_matrix
-- vgMultMatrix
read_pixels
-- vgReadPixels
resize
-- vgResize
rotate
-- vgRotate
scale
-- vgScale
set_pixels
-- vgSetPixels
shear
-- vgShear
translate
-- vgTranslate
write_pixels
-- vgWritePixels
VGImage:
Attributes:
[VGImageParamType]
-- vgGetParameter{i,f,v}(VGImageParamType)
vgSetParameter{i,f,v}(value, VGImageParamType)
Functions:
child
-- vgChildImage
clear
-- vgClearImage
color_matrix
-- vgColorMatrix
convolve
-- vgConvolve
copy
-- vgCopyImage
draw
-- vgDrawImage
gaussian_blur
-- vgGaussianBlur
get_sub_data
-- vgGetImageSubData
lookup
-- vgLookup
lookup_single
-- vgLookupSingle
parent
-- vgGetParent
separable_convolve
-- vgSeparableConvolve
set_sub_data
-- vgImageSubData
VGPaint:
Attributes:
[VGPaintParamType]
-- vgGetParameter{i,f,v}(VGPaintParamType)
vgSetParameter{i,f,v}(value, VGPaintParamType)
color
-- vgGetColor
vgSetColor
Functions:
pattern
-- vgPaintPattern
VGPath:
Attributes:
[VGPathParamType]
-- vgGetParameter{i,f,v}(VGPathParamType)
vgSetParameter{i,f,v}(value, VGPathParamType)
Functions:
append
-- vgAppendPath
append_data
-- vgAppendPathData
bounds
-- vgPathBounds
capabilities
-- vgGetPathCapabilities
capabilities_remove
-- vgRemovePathCapabilities
clear
-- vgClearPath
draw
-- vgDrawPath
interpolate
-- vgInterpolatePath
length
-- vgPathLength
modify_coords
-- vgModifyPathCoords
point_along_path
-- vgPointAlongPath
transform
-- vgTransformPath
transformed_bounds
-- vgPathTransformedBounds
Enumerations:
VGBlendMode
VGCapStyle
VGColorRampSpreadMode
VGErrorCode
VGFillRule
VGHardwareQueryResult
VGHardwareQueryType
VGImageChannel
VGImageFormat
VGImageMode
VGImageParamType
VGImageQuality
VGJoinStyle
VGMaskOperation
VGMatrixMode
VGPaintMode
VGPaintParamType
VGPaintType
VGParamType
VGPathAbsRel
VGPathCapabilities
VGPathCommand
VGPathDatatype
VGPathParamType
VGPathSegment
VGPixelLayout
VGRenderingQuality
VGStringID
VGTilingMode
VGU:
Functions:
arc
-- vguArc
compute_warp_quad_to_quad
-- vguComputeWarpQuadToQuad
compute_warp_quad_to_sphere
-- vguComputeWarpQuadToSquare
compute_warp_square_to_quad
-- vguComputeWarpSquareToQuad
ellipse
-- vguEllipse
line
-- vguLine
polygon
-- vguPolygon
rect
-- vguRect
round_rect
-- vguRoundRect