Function tiny_skia::pipeline::highp::sample

source ยท
fn sample(
    pixmap: PixmapRef<'_>,
    ctx: &SamplerCtx,
    x: f32x8,
    y: f32x8,
    r: &mut f32x8,
    g: &mut f32x8,
    b: &mut f32x8,
    a: &mut f32x8,
)