Home
last modified time | relevance | path

Searched defs:PngDecoder (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/panomatic/panomatic-0.9.4/vigra/src/impex/
H A Dpng.hxx67 class PngDecoder : public Decoder class
73 PngDecoder() : pimpl(0) {} in PngDecoder() function in vigra::PngDecoder
/dports/graphics/vigra/vigra-8acd73a/src/impex/
H A Dpng.hxx65 class PngDecoder : public Decoder class
71 PngDecoder() : pimpl(0) {} in PngDecoder() function in vigra::PngDecoder
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/image/src/
H A Dpng.rs92 pub struct PngDecoder<R: Read> { struct
97 impl<R: Read> PngDecoder<R> { impl
155 impl<'a, R: 'a + Read> ImageDecoder<'a> for PngDecoder<R> { implementation
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/image-0.23.4/src/
H A Dpng.rs94 pub struct PngDecoder<R: Read> { struct
99 impl<R: Read> PngDecoder<R> { argument
164 impl<'a, R: 'a + Read> ImageDecoder<'a> for PngDecoder<R> { implementation
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcodec/png/
H A Dpng_decoder.h52 using PngDecoder = fxcodec::PngDecoder; variable
/dports/misc/broot/broot-1.7.0/cargo-crates/image-0.23.14/src/codecs/
H A Dpng.rs115 pub struct PngDecoder<R: Read> { struct
120 impl<R: Read> PngDecoder<R> { impl
209 impl<'a, R: 'a + Read> ImageDecoder<'a> for PngDecoder<R> { implementation
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/image-0.23.14/src/codecs/
H A Dpng.rs115 pub struct PngDecoder<R: Read> { struct
120 impl<R: Read> PngDecoder<R> { argument
209 impl<'a, R: 'a + Read> ImageDecoder<'a> for PngDecoder<R> { implementation
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/image-0.23.14/src/codecs/
H A Dpng.rs115 pub struct PngDecoder<R: Read> { struct
120 impl<R: Read> PngDecoder<R> { argument
209 impl<'a, R: 'a + Read> ImageDecoder<'a> for PngDecoder<R> { implementation
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/image-0.23.14/src/codecs/
H A Dpng.rs115 pub struct PngDecoder<R: Read> { struct
120 impl<R: Read> PngDecoder<R> { impl
209 impl<'a, R: 'a + Read> ImageDecoder<'a> for PngDecoder<R> { implementation
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/image-0.23.14/src/codecs/
H A Dpng.rs115 pub struct PngDecoder<R: Read> { struct
120 impl<R: Read> PngDecoder<R> { implementation
209 impl<'a, R: 'a + Read> ImageDecoder<'a> for PngDecoder<R> { implementation
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/image-0.23.14/src/codecs/
H A Dpng.rs115 pub struct PngDecoder<R: Read> { struct
120 impl<R: Read> PngDecoder<R> { argument
209 impl<'a, R: 'a + Read> ImageDecoder<'a> for PngDecoder<R> { implementation
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/image-0.23.14/src/codecs/
H A Dpng.rs115 pub struct PngDecoder<R: Read> { struct
120 impl<R: Read> PngDecoder<R> { impl
209 impl<'a, R: 'a + Read> ImageDecoder<'a> for PngDecoder<R> { implementation
/dports/www/zola/zola-0.15.2/cargo-crates/image-0.23.14/src/codecs/
H A Dpng.rs115 pub struct PngDecoder<R: Read> { struct
120 impl<R: Read> PngDecoder<R> { argument
209 impl<'a, R: 'a + Read> ImageDecoder<'a> for PngDecoder<R> { implementation
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/image-0.23.12/src/codecs/
H A Dpng.rs115 pub struct PngDecoder<R: Read> { struct
120 impl<R: Read> PngDecoder<R> { implementation
209 impl<'a, R: 'a + Read> ImageDecoder<'a> for PngDecoder<R> { implementation
/dports/graphics/viu/viu-1.1/cargo-crates/image-0.23.9/src/
H A Dpng.rs110 pub struct PngDecoder<R: Read> { struct
115 impl<R: Read> PngDecoder<R> { implementation
204 impl<'a, R: 'a + Read> ImageDecoder<'a> for PngDecoder<R> { implementation
/dports/graphics/opencv/opencv-4.5.3/modules/imgcodecs/src/
H A Dgrfmt_png.cpp85 PngDecoder::PngDecoder() in PngDecoder() function in cv::PngDecoder