ab_glyph_rasterizer::raster

Function optimal_draw_line_fn

source
fn optimal_draw_line_fn() -> unsafe fn(_: &mut Rasterizer, _: Point, _: Point)
Expand description

Return most optimal DrawLineFn impl.

With feature std on x86/x86_64 will use one-time runtime detection to pick the best SIMD impl. Otherwise uses a scalar version.