MCPcopy Create free account
hub / github.com/ImageOptim/libimagequant / row_rgba

Method row_rgba

src/rows.rs:113–115  ·  view source on GitHub ↗
(&'px self, temp_row: &'px mut [MaybeUninit<RGBA>], row: usize)

Source from the content-addressed store, hash-verified

111
112 #[must_use]
113 pub fn row_rgba<'px>(&'px self, temp_row: &'px mut [MaybeUninit<RGBA>], row: usize) -> &'px [RGBA] {
114 self.px.row_rgba(temp_row, row)
115 }
116}
117
118impl<'pixels, 'rows> DynamicRows<'pixels, 'rows> {

Callers 5

add_pixel_rowsMethod · 0.80
cloneMethod · 0.80
row_fMethod · 0.80
row_f_sharedMethod · 0.80
prepare_iterMethod · 0.80

Calls 3

slice_assume_init_mutFunction · 0.85
as_sliceMethod · 0.45
widthMethod · 0.45

Tested by

no test coverage detected