korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
korlibs.image.vector.rasterizer
/
Rasterizer
Rasterizer
class
Rasterizer
:
RastScale
Members
Constructors
Rasterizer
Link copied to clipboard
constructor
(
)
Types
Stats
Link copied to clipboard
data
class
Stats
(
var
edgesChecked
:
Int
=
0
,
var
edgesEmitted
:
Int
=
0
,
var
yCount
:
Int
=
0
)
Properties
clip
Link copied to clipboard
val
clip
:
PolygonScanline
d
Link copied to clipboard
val
Int
.
d
:
Double
debug
Link copied to clipboard
var
debug
:
Boolean
hscale
Link copied to clipboard
val
hscale
:
Int
path
Link copied to clipboard
val
path
:
PolygonScanline
quality
Link copied to clipboard
var
quality
:
Int
s
Link copied to clipboard
val
Double
.
s
:
Int
val
Float
.
s
:
Int
scale
Link copied to clipboard
var
scale
:
Int
sscale
Link copied to clipboard
val
sscale
:
Int
Functions
rasterize
Fill
Link copied to clipboard
fun
rasterizeFill
(
bounds
:
Rectangle
,
quality
:
Int
=
this.quality
,
stats
:
Rasterizer.Stats
?
=
null
,
winding
:
Winding
=
Winding.NON_ZERO
,
callback
:
RasterizerCallback
)
reset
Link copied to clipboard
fun
reset
(
)