File tree Expand file tree Collapse file tree 2 files changed +22
-20
lines changed Expand file tree Collapse file tree 2 files changed +22
-20
lines changed Original file line number Diff line number Diff line change 39
39
& \rhdr {Meaning}
40
40
\\ \capsep
41
41
\endhead
42
+ \tcode {none}
42
43
& No anti-aliasing is performed.
43
- \\
44
+ \\ \rowsep
44
45
\tcode {fast}
45
46
& Some form of anti-aliasing shall be used when this option is selected, but the form used is \impldefplain {antialiasing!fast}.
46
47
\begin {note }
47
48
By specifying this value, the user is hinting that faster anti-aliasing is
48
49
preferable to better anti-aliasing.
49
50
\end {note }
50
- \\
51
+ \\ \rowsep
51
52
\tcode {good}
52
53
& Some form of anti-aliasing shall be used when this option is selected, but the form used is \impldefplain {antialiasing!good}.
53
54
\begin {note }
54
55
By specifying this value, the user is hinting that sacrificing some performance
55
56
to obtain better anti-aliasing is acceptable but that performance is still a
56
57
concern.
57
58
\end {note }
58
- \\
59
+ \\ \rowsep
59
60
\tcode {best}
60
61
& Some form of anti-aliasing shall be used when this option is selected, but the form used is \impldefplain {antialiasing!best}.
61
62
\begin {note }
Original file line number Diff line number Diff line change 54
54
\endhead
55
55
Painting
56
56
& \tcode {paint}
57
- \\
57
+ \\ \rowsep
58
58
Filling
59
59
& \tcode {fill}
60
- \\
60
+ \\ \rowsep
61
61
Stroking
62
62
& \tcode {stroke}
63
- \\
63
+ \\ \rowsep
64
64
Masking
65
65
& \tcode {mask}
66
66
\\
107
107
\endhead
108
108
Brush properties
109
109
& \tcode {brush_props}
110
- \\
110
+ \\ \rowsep
111
111
Surface properties
112
112
& \tcode {render_props}
113
- \\
113
+ \\ \rowsep
114
114
Clip properties
115
115
& \tcode {clip_props}
116
116
\\
139
139
Stroking
140
140
& Stroke properties
141
141
& \tcode {stroke_props}
142
- \\
142
+ \\ \rowsep
143
143
Stroking
144
144
& Dashes
145
145
& \tcode {dashes}
146
- \\
146
+ \\ \rowsep
147
147
Masking
148
148
& Mask properties
149
149
& \tcode {mask_props}
203
203
brush coordinate space
204
204
& mask coordinate space
205
205
& \tcode {mcsm.transform_pt(bcsm.invert().transform_pt(pt))}.
206
- \\
206
+ \\ \rowsep
207
207
brush coordinate space
208
208
& user coordinate space
209
209
& \tcode {bcsm.invert().transform_pt(pt)}.
210
- \\
210
+ \\ \rowsep
211
211
brush coordinate space
212
212
& surface coordinate space
213
213
& \tcode {scsm.transform_pt(bcsm.invert().transform_pt(pt))}.
214
- \\
214
+ \\ \rowsep
215
215
user coordinate space
216
216
& brush coordinate space
217
217
& \tcode {bcsm.transform_pt(pt)}.
218
- \\
218
+ \\ \rowsep
219
219
user coordinate space
220
220
& mask coordinate space
221
221
& \tcode {mcsm.transform_pt(pt)}.
222
- \\
222
+ \\ \rowsep
223
223
user coordinate space
224
224
& surface coordinate space
225
225
& \tcode {scsm.transform_pt(pt)}.
226
- \\
226
+ \\ \rowsep
227
227
surface coordinate space
228
228
& brush coordinate space
229
229
& \tcode {bcsm.transform_pt(scsm.invert().transform_pt(pt))}.
230
- \\
230
+ \\ \rowsep
231
231
surface coordinate space
232
232
& mask coordinate space
233
233
& \tcode {mcsm.transform_pt(scsm.invert().transform_pt(pt))}.
234
- \\
234
+ \\ \rowsep
235
235
surface coordinate space
236
236
& user coordinate space
237
237
& \tcode {scsm.invert().transform_pt(pt)}.
405
405
406
406
\term {Desired frame rate} &
407
407
\tcode {float} &
408
- This value is the number of times the draw callback shall be called per second while \tcode {basic_output_surface<T>::begin_show} is being executed when the value of refresh style is \tcode {refresh_style::fixed}, subject to the additional requirements documented in the meaning of \tcode {refresh_style::fixed} (Table~\ref {tab: \iotwod.refreshstyle.meanings })
409
- \\
408
+ This value is the number of times the draw callback shall be called per second while \tcode {basic_output_surface<T>::begin_show} is being executed when the value of refresh style is \tcode {refresh_style::fixed}, subject to the additional requirements documented in the meaning of \tcode {refresh_style::fixed} (See: Table~\ref {tab: \iotwod.refreshstyle.meanings }). &
409
+ \tcode {30.0f}
410
+ \\
410
411
\end {libreqtab4b }
You can’t perform that action at this time.
0 commit comments