Skip to documentation
SLOP

tiny.simd.imageBytesPerRow

Reference tiny.simd imageBytesPerRow

Defined in image.

Called byCallstest sourcelib.simd.src.image.testtest: image capacity boundaries rejec...imagebytesPerRowForimagebytesPerRow
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/simd/src/image/root.zig:40

zig
pub fn bytesPerRow(xsize: usize, component_size: usize) GeometryError!usize {    return bytesPerRowFor(xsize, component_size, vector_size);}

Source: lib/simd/src/root.zig:517

zig
pub const imageBytesPerRow = image.bytesPerRow;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433