dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
Rasterizer.rasterize
dplug
canvas
rasterizer
Rasterizer
Undocumented in source. Be warned that the author may not have intended to support it.
struct
Rasterizer
nothrow @
nogc
void
rasterize
(
ubyte
*
imagePixels
,
const
size_t
imagePitchInBytes
,
const
int
imageHeight
,
Blitter
blitter
,
CompositeOp
compositeOp
)
Meta
Source
See Implementation
dplug
canvas
rasterizer
Rasterizer
destructors
~this
functions
closePath
cubicTo
initialise
lineTo
moveTo
quadTo
rasterize
postblits
this(this)