Home
last modified time | relevance | path

Searched refs:scanline_bytes (Results 1 – 25 of 177) sorted by relevance

12345678

/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/image-0.22.1/src/
H A Dimage.rs204 scanline_bytes: usize, field
214 scanline_bytes, in new()
278 let scanline_bytes = decoder.scanline_bytes(); in load_rect() localVariable
301 bits_read += scanline_bytes * 8; in load_rect()
321 position += scanline_bytes * 8; in load_rect()
389 fn scanline_bytes(&self) -> u64 { in scanline_bytes() method
410 let scanline_bytes = self.scanline_bytes() as usize; in read_image_with_progress() localVariable
412 (4096 / scanline_bytes) * scanline_bytes in read_image_with_progress()
414 scanline_bytes in read_image_with_progress()
862 fn scanline_bytes(&self) -> u64 { self.scanline_bytes } in test_load_rect() method
[all …]
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/image-0.21.2/src/
H A Dimage.rs205 scanline_bytes: usize, field
215 scanline_bytes, in new()
279 let scanline_bytes = decoder.scanline_bytes(); in load_rect() localVariable
302 bits_read += scanline_bytes * 8; in load_rect()
322 position += scanline_bytes * 8; in load_rect()
390 fn scanline_bytes(&self) -> u64 { in scanline_bytes() method
411 let scanline_bytes = self.scanline_bytes() as usize; in read_image_with_progress() localVariable
413 (4096 / scanline_bytes) * scanline_bytes in read_image_with_progress()
415 scanline_bytes in read_image_with_progress()
922 fn scanline_bytes(&self) -> u64 { self.scanline_bytes } in test_load_rect() method
[all …]
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/image-0.22.3/src/
H A Dimage.rs216 scanline_bytes: usize, field
226 scanline_bytes, in new()
290 let scanline_bytes = decoder.scanline_bytes(); in load_rect() localVariable
313 bits_read += scanline_bytes * 8; in load_rect()
333 position += scanline_bytes * 8; in load_rect()
401 fn scanline_bytes(&self) -> u64 { in scanline_bytes() method
422 let scanline_bytes = self.scanline_bytes() as usize; in read_image_with_progress() localVariable
424 (4096 / scanline_bytes) * scanline_bytes in read_image_with_progress()
426 scanline_bytes in read_image_with_progress()
880 fn scanline_bytes(&self) -> u64 { self.scanline_bytes } in test_load_rect() method
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/image-0.23.4/src/
H A Dimage.rs139 scanline_bytes: usize, field
154 scanline_bytes: usize::try_from(scanline_bytes).unwrap(), in new()
222 let scanline_bytes = decoder.scanline_bytes(); in load_rect() localVariable
248 bytes_read += scanline_bytes; in load_rect()
264 position += scanline_bytes; in load_rect()
377 fn scanline_bytes(&self) -> u64 { in scanline_bytes() method
415 let scanline_bytes = self.scanline_bytes() as usize; in read_image_with_progress() localVariable
417 (4096 / scanline_bytes) * scanline_bytes in read_image_with_progress()
419 scanline_bytes in read_image_with_progress()
948 fn scanline_bytes(&self) -> u64 { self.scanline_bytes } in test_load_rect() method
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/image/src/
H A Dimage.rs131 scanline_bytes: usize, field
146 scanline_bytes: usize::try_from(scanline_bytes).unwrap(), in new()
214 let scanline_bytes = decoder.scanline_bytes(); in load_rect() localVariable
236 bytes_read += scanline_bytes; in load_rect()
252 position += scanline_bytes; in load_rect()
361 fn scanline_bytes(&self) -> u64 { in scanline_bytes() method
399 let scanline_bytes = self.scanline_bytes() as usize; in read_image_with_progress() localVariable
401 (4096 / scanline_bytes) * scanline_bytes in read_image_with_progress()
403 scanline_bytes in read_image_with_progress()
919 fn scanline_bytes(&self) -> u64 { self.scanline_bytes } in test_load_rect() method
[all …]
H A Ddds.rs158 fn scanline_bytes(&self) -> u64 { in scanline_bytes() method
159 self.inner.scanline_bytes() in scanline_bytes()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/image-0.23.14/src/
H A Dimage.rs291 scanline_bytes: usize, field
308 scanline_bytes: usize::try_from(scanline_bytes).unwrap(), in new()
380 let scanline_bytes = decoder.scanline_bytes(); in load_rect() localVariable
403 .min(scanline_bytes - offset) in load_rect()
446 position += scanline_bytes; in load_rect()
559 fn scanline_bytes(&self) -> u64 { in scanline_bytes() method
597 let scanline_bytes = self.scanline_bytes() as usize; in read_image_with_progress() localVariable
599 (4096 / scanline_bytes) * scanline_bytes in read_image_with_progress()
601 scanline_bytes in read_image_with_progress()
1156 fn scanline_bytes(&self) -> u64 { self.scanline_bytes } in test_load_rect() method
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/image-0.23.14/src/
H A Dimage.rs291 scanline_bytes: usize, field
308 scanline_bytes: usize::try_from(scanline_bytes).unwrap(), in new()
380 let scanline_bytes = decoder.scanline_bytes(); in load_rect() localVariable
403 .min(scanline_bytes - offset) in load_rect()
446 position += scanline_bytes; in load_rect()
559 fn scanline_bytes(&self) -> u64 { in scanline_bytes() method
597 let scanline_bytes = self.scanline_bytes() as usize; in read_image_with_progress() localVariable
599 (4096 / scanline_bytes) * scanline_bytes in read_image_with_progress()
601 scanline_bytes in read_image_with_progress()
1156 fn scanline_bytes(&self) -> u64 { self.scanline_bytes } in test_load_rect() method
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/image-0.23.14/src/
H A Dimage.rs291 scanline_bytes: usize, field
308 scanline_bytes: usize::try_from(scanline_bytes).unwrap(), in new()
380 let scanline_bytes = decoder.scanline_bytes(); in load_rect() localVariable
403 .min(scanline_bytes - offset) in load_rect()
446 position += scanline_bytes; in load_rect()
559 fn scanline_bytes(&self) -> u64 { in scanline_bytes() method
597 let scanline_bytes = self.scanline_bytes() as usize; in read_image_with_progress() localVariable
599 (4096 / scanline_bytes) * scanline_bytes in read_image_with_progress()
601 scanline_bytes in read_image_with_progress()
1156 fn scanline_bytes(&self) -> u64 { self.scanline_bytes } in test_load_rect() method
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/image-0.23.14/src/
H A Dimage.rs291 scanline_bytes: usize, field
308 scanline_bytes: usize::try_from(scanline_bytes).unwrap(), in new()
380 let scanline_bytes = decoder.scanline_bytes(); in load_rect() localVariable
403 .min(scanline_bytes - offset) in load_rect()
446 position += scanline_bytes; in load_rect()
559 fn scanline_bytes(&self) -> u64 { in scanline_bytes() method
597 let scanline_bytes = self.scanline_bytes() as usize; in read_image_with_progress() localVariable
599 (4096 / scanline_bytes) * scanline_bytes in read_image_with_progress()
601 scanline_bytes in read_image_with_progress()
1156 fn scanline_bytes(&self) -> u64 { self.scanline_bytes } in test_load_rect() method
[all …]
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/image-0.23.14/src/
H A Dimage.rs291 scanline_bytes: usize, field
308 scanline_bytes: usize::try_from(scanline_bytes).unwrap(), in new()
380 let scanline_bytes = decoder.scanline_bytes(); in load_rect() localVariable
403 .min(scanline_bytes - offset) in load_rect()
446 position += scanline_bytes; in load_rect()
559 fn scanline_bytes(&self) -> u64 { in scanline_bytes() method
597 let scanline_bytes = self.scanline_bytes() as usize; in read_image_with_progress() localVariable
599 (4096 / scanline_bytes) * scanline_bytes in read_image_with_progress()
601 scanline_bytes in read_image_with_progress()
1156 fn scanline_bytes(&self) -> u64 { self.scanline_bytes } in test_load_rect() method
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/image-0.23.14/src/
H A Dimage.rs291 scanline_bytes: usize, field
308 scanline_bytes: usize::try_from(scanline_bytes).unwrap(), in new()
380 let scanline_bytes = decoder.scanline_bytes(); in load_rect() localVariable
403 .min(scanline_bytes - offset) in load_rect()
446 position += scanline_bytes; in load_rect()
559 fn scanline_bytes(&self) -> u64 { in scanline_bytes() method
597 let scanline_bytes = self.scanline_bytes() as usize; in read_image_with_progress() localVariable
599 (4096 / scanline_bytes) * scanline_bytes in read_image_with_progress()
601 scanline_bytes in read_image_with_progress()
1156 fn scanline_bytes(&self) -> u64 { self.scanline_bytes } in test_load_rect() method
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/image-0.23.14/src/
H A Dimage.rs291 scanline_bytes: usize, field
308 scanline_bytes: usize::try_from(scanline_bytes).unwrap(), in new()
380 let scanline_bytes = decoder.scanline_bytes(); in load_rect() localVariable
403 .min(scanline_bytes - offset) in load_rect()
446 position += scanline_bytes; in load_rect()
559 fn scanline_bytes(&self) -> u64 { in scanline_bytes() method
597 let scanline_bytes = self.scanline_bytes() as usize; in read_image_with_progress() localVariable
599 (4096 / scanline_bytes) * scanline_bytes in read_image_with_progress()
601 scanline_bytes in read_image_with_progress()
1156 fn scanline_bytes(&self) -> u64 { self.scanline_bytes } in test_load_rect() method
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/image-0.23.14/src/
H A Dimage.rs291 scanline_bytes: usize, field
308 scanline_bytes: usize::try_from(scanline_bytes).unwrap(), in new()
380 let scanline_bytes = decoder.scanline_bytes(); in load_rect() localVariable
403 .min(scanline_bytes - offset) in load_rect()
446 position += scanline_bytes; in load_rect()
559 fn scanline_bytes(&self) -> u64 { in scanline_bytes() method
597 let scanline_bytes = self.scanline_bytes() as usize; in read_image_with_progress() localVariable
599 (4096 / scanline_bytes) * scanline_bytes in read_image_with_progress()
601 scanline_bytes in read_image_with_progress()
1156 fn scanline_bytes(&self) -> u64 { self.scanline_bytes } in test_load_rect() method
[all …]
/dports/graphics/viu/viu-1.1/cargo-crates/image-0.22.5/src/
H A Dimage.rs204 scanline_bytes: usize, field
214 scanline_bytes, in new()
278 let scanline_bytes = decoder.scanline_bytes(); in load_rect() localVariable
301 bits_read += scanline_bytes * 8; in load_rect()
321 position += scanline_bytes * 8; in load_rect()
389 fn scanline_bytes(&self) -> u64 { in scanline_bytes() method
410 let scanline_bytes = self.scanline_bytes() as usize; in read_image_with_progress() localVariable
412 (4096 / scanline_bytes) * scanline_bytes in read_image_with_progress()
414 scanline_bytes in read_image_with_progress()
911 fn scanline_bytes(&self) -> u64 { self.scanline_bytes } in test_load_rect() method
[all …]
/dports/graphics/viu/viu-1.1/cargo-crates/image-0.23.9/src/
H A Dimage.rs174 scanline_bytes: usize, field
191 scanline_bytes: usize::try_from(scanline_bytes).unwrap(), in new()
263 let scanline_bytes = decoder.scanline_bytes(); in load_rect() localVariable
289 bytes_read += scanline_bytes; in load_rect()
305 position += scanline_bytes; in load_rect()
418 fn scanline_bytes(&self) -> u64 { in scanline_bytes() method
456 let scanline_bytes = self.scanline_bytes() as usize; in read_image_with_progress() localVariable
458 (4096 / scanline_bytes) * scanline_bytes in read_image_with_progress()
460 scanline_bytes in read_image_with_progress()
1012 fn scanline_bytes(&self) -> u64 { self.scanline_bytes } in test_load_rect() method
[all …]
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/image-0.23.12/src/
H A Dimage.rs246 scanline_bytes: usize, field
263 scanline_bytes: usize::try_from(scanline_bytes).unwrap(), in new()
335 let scanline_bytes = decoder.scanline_bytes(); in load_rect() localVariable
361 bytes_read += scanline_bytes; in load_rect()
377 position += scanline_bytes; in load_rect()
490 fn scanline_bytes(&self) -> u64 { in scanline_bytes() method
528 let scanline_bytes = self.scanline_bytes() as usize; in read_image_with_progress() localVariable
530 (4096 / scanline_bytes) * scanline_bytes in read_image_with_progress()
532 scanline_bytes in read_image_with_progress()
1084 fn scanline_bytes(&self) -> u64 { self.scanline_bytes } in test_load_rect() method
[all …]
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/bmp.imageio/
H A Dbmpinput.cpp301 size_t scanline_bytes = m_spec.scanline_bytes(); in read_native_scanline() local
334 for (unsigned int i = 0; i < m_spec.scanline_bytes(); in read_native_scanline()
337 memcpy(data, fscanline.data(), m_spec.scanline_bytes()); in read_native_scanline()
345 for (unsigned int i = 0, j = 0; j < scanline_bytes; i += 2, j += 3) { in read_native_scanline()
355 for (unsigned int i = 0; i < scanline_bytes; ++i) { in read_native_scanline()
360 for (unsigned int i = 0, j = 0; j < scanline_bytes; ++i, j += 3) { in read_native_scanline()
368 for (unsigned int i = 0, j = 0; j < scanline_bytes; ++i, j += 6) { in read_native_scanline()
373 if (j + 3 >= scanline_bytes) in read_native_scanline()
384 if (size_t(k + 2) >= scanline_bytes) in read_native_scanline()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/bmp.imageio/
H A Dbmpinput.cpp301 size_t scanline_bytes = m_spec.scanline_bytes(); in read_native_scanline() local
334 for (unsigned int i = 0; i < m_spec.scanline_bytes(); in read_native_scanline()
337 memcpy(data, fscanline.data(), m_spec.scanline_bytes()); in read_native_scanline()
345 for (unsigned int i = 0, j = 0; j < scanline_bytes; i += 2, j += 3) { in read_native_scanline()
355 for (unsigned int i = 0; i < scanline_bytes; ++i) { in read_native_scanline()
360 for (unsigned int i = 0, j = 0; j < scanline_bytes; ++i, j += 3) { in read_native_scanline()
368 for (unsigned int i = 0, j = 0; j < scanline_bytes; ++i, j += 6) { in read_native_scanline()
373 if (j + 3 >= scanline_bytes) in read_native_scanline()
384 if (size_t(k + 2) >= scanline_bytes) in read_native_scanline()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/webp.imageio/
H A Dwebpinput.cpp162 m_scanline_size = m_spec.scanline_bytes(); in open()
298 m_spec.scanline_bytes()); in read_current_subimage()
305 m_spec.scanline_bytes()); in read_current_subimage()
323 fragspec.scanline_bytes()); in read_current_subimage()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/webp.imageio/
H A Dwebpinput.cpp162 m_scanline_size = m_spec.scanline_bytes(); in open()
298 m_spec.scanline_bytes()); in read_current_subimage()
305 m_spec.scanline_bytes()); in read_current_subimage()
323 fragspec.scanline_bytes()); in read_current_subimage()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/fits.imageio/
H A Dfitsinput.cpp107 std::vector<unsigned char> data_tmp(m_spec.scanline_bytes()); in read_native_scanline()
108 long scanline_off = (m_spec.height - y) * m_spec.scanline_bytes(); in read_native_scanline()
110 size_t n = fread(&data_tmp[0], 1, m_spec.scanline_bytes(), m_fd); in read_native_scanline()
111 if (n != m_spec.scanline_bytes()) { in read_native_scanline()
H A Dfitsoutput.cpp102 std::vector<unsigned char> data_tmp(m_spec.scanline_bytes(), 0); in write_scanline()
103 memcpy(&data_tmp[0], data, m_spec.scanline_bytes()); in write_scanline()
106 long scanline_off = (m_spec.height - y) * m_spec.scanline_bytes(); in write_scanline()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/fits.imageio/
H A Dfitsinput.cpp107 std::vector<unsigned char> data_tmp(m_spec.scanline_bytes()); in read_native_scanline()
108 long scanline_off = (m_spec.height - y) * m_spec.scanline_bytes(); in read_native_scanline()
110 size_t n = fread(&data_tmp[0], 1, m_spec.scanline_bytes(), m_fd); in read_native_scanline()
111 if (n != m_spec.scanline_bytes()) { in read_native_scanline()
H A Dfitsoutput.cpp102 std::vector<unsigned char> data_tmp(m_spec.scanline_bytes(), 0); in write_scanline()
103 memcpy(&data_tmp[0], data, m_spec.scanline_bytes()); in write_scanline()
106 long scanline_off = (m_spec.height - y) * m_spec.scanline_bytes(); in write_scanline()

12345678