Function tiny_skia::pipeline::highp::sampler_2x2

source ยท
fn sampler_2x2(
    pixmap: PixmapRef<'_>,
    ctx: &SamplerCtx,
    cx: f32x8,
    cy: f32x8,
    wx: &[f32x8; 2],
    wy: &[f32x8; 2],
    r: &mut f32x8,
    g: &mut f32x8,
    b: &mut f32x8,
    a: &mut f32x8,
)