[][src]Module skia_safe::canvas

Modules

lattice

Structs

AutoRestoredCanvas

A reference to a Canvas that restores the Canvas's state when it's being dropped.

Canvas

The canvas type that is returned when it is managed by another instance, like Surface, for example. For these cases, the Canvas' reference that is returned is bound to the lifetime of the owner.

Lattice
OwnedCanvas

This is the type representing a canvas that is owned and dropped when it goes out of scope and is bound to a the lifetime of another instance. Function resolvement is done via the Deref trait.

SaveLayerFlags
SaveLayerRec
TopLayerPixels

Provides access to Canvas's pixels. Returned by Canvas::access_top_layer_pixels()

Enums

AutoCanvasRestore
PointMode
SrcRectConstraint