Skip to main content

Module render

Module render 

Source

Re-exports§

pub use band::PartialBandBuffer;
pub use compositor::Blend;
pub use compositor::BlendMode;
pub use compositor::ColorFormat;
pub use compositor::Compositor;
pub use compositor::Dither;
pub use compositor::LayerState;
pub use compositor::PixelRead;
pub use compositor::RenderBackendCaps;
pub use compositor::WindowedDrawTarget;
pub use compositor::lerp_rgb565;
pub use stroke::AntiAliasMode;
pub use stroke::PathVerb;
pub use stroke::RenderQuality;
pub use stroke::StrokeCap;
pub use stroke::StrokeJoin;
pub use stroke::StrokeStyle;
pub use stroke::Transform2D;
pub use stroke::VectorPath;
pub use task::DrawTask;
pub use task::DrawTaskQueue;
pub use task::DrawUnit;
pub use task::SoftwareDrawUnit;
pub use task::dispatch_draw_tasks;
pub use text_style::CHAR_HEIGHT;
pub use text_style::CHAR_WIDTH;
pub use text_style::EllipsisMode;
pub use text_style::TextAlign;
pub use text_style::TextMetrics;
pub use text_style::TextOverflow;
pub use text_style::TextOverflowPolicy;
pub use text_style::TextStyle;
pub use text_style::TextWrap;
pub use text_style::VerticalAlign;

Modules§

band
compositor
stroke
task
text_style

Structs§

RenderCtx