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

Method width

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

Source from the content-addressed store, hash-verified

251 #[inline(always)]
252 #[must_use]
253 pub const fn width(&self) -> usize {
254 self.width as usize
255 }
256
257 #[inline(always)]
258 #[must_use]

Callers 15

liq_write_remapped_imageFunction · 0.45
liq_image_get_widthFunction · 0.45
add_imageMethod · 0.45
remap_into_vecMethod · 0.45
remap_intoMethod · 0.45
row_rgbaMethod · 0.45
should_use_low_memoryMethod · 0.45
temp_f_row_for_iterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected