MCPcopy Index your code
hub / github.com/ImageOptim/libimagequant / height

Method height

src/rows.rs:259–261  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

257 #[inline(always)]
258 #[must_use]
259 pub const fn height(&self) -> usize {
260 self.height as usize
261 }
262}
263
264pub(crate) fn temp_buf<T>(len: usize) -> Result<Box<[MaybeUninit<T>]>, Error> {

Callers 11

liq_write_remapped_imageFunction · 0.45
liq_image_get_heightFunction · 0.45
add_imageMethod · 0.45
remap_into_vecMethod · 0.45
remap_intoMethod · 0.45
should_use_low_memoryMethod · 0.45
prepare_iterMethod · 0.45
set_memory_ownershipMethod · 0.45
remap_to_palette_floydFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected