Module rasterizer
raqote
0.8.5
Module rasterizer
Module Items
Structs
Constants
Functions
Type Aliases
In crate raqote
Modules
blitter
dash
draw_target
geom
path_builder
rasterizer
stroke
tests
Structs
Color
DrawOptions
DrawTarget
Gradient
GradientStop
Image
Mask
Path
PathBuilder
SolidSource
StrokeStyle
Enums
AntialiasMode
BlendMode
ExtendMode
FilterMode
LineCap
LineJoin
PathOp
Source
Spread
Winding
Functions
stroke_to_path
Type Aliases
IntPoint
IntRect
Point
Transform
Vector
raqote
Module
rasterizer
Copy item path
Settings
Help
Summary
Source
Structs
§
Active
Edge
Edge
🔒
Rasterizer
Constants
§
MAX_
COEFF_
SHIFT
🔒
SAMPLE_
SHIFT
SAMPLE_
SIZE
🔒
Functions
§
cheap_
distance
🔒
compute_
curve_
steps
🔒
diff_
to_
shift
🔒
div_
fixed16_
fixed16
🔒
dot2_
to_
dot6
🔒
dot2_
to_
dot16
🔒
dot2_
to_
int
🔒
dot16_
to_
dot2
🔒
f32_
to_
dot2
🔒
int_
to_
dot2
🔒
Type Aliases
§
Dot2
🔒
30.2 fixed point representation.
Dot6
🔒
26.6 fixed point representation.
Dot16
🔒
16.16 fixed point representation.
Shifted
Dot16
🔒
A “sliding fixed point” representation 16.16 >> shift.