Home
last modified time | relevance | path

Searched defs:TiffDecoder (Results 1 – 18 of 18) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/image/src/
H A Dtiff.rs24 pub struct TiffDecoder<R> struct
32 impl<R> TiffDecoder<R> argument
94 impl<'a, R: 'a + Read + Seek> ImageDecoder<'a> for TiffDecoder<R> { implementation
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/image-0.23.4/src/
H A Dtiff.rs27 pub struct TiffDecoder<R> struct
35 impl<R> TiffDecoder<R> argument
131 impl<'a, R: 'a + Read + Seek> ImageDecoder<'a> for TiffDecoder<R> { implementation
/dports/graphics/viu/viu-1.1/cargo-crates/image-0.23.9/src/
H A Dtiff.rs25 pub struct TiffDecoder<R> struct
33 impl<R> TiffDecoder<R> impl
129 impl<'a, R: 'a + Read + Seek> ImageDecoder<'a> for TiffDecoder<R> { implementation
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/image-0.23.14/src/codecs/
H A Dtiff.rs25 pub struct TiffDecoder<R> struct
33 impl<R> TiffDecoder<R> argument
162 impl<'a, R: 'a + Read + Seek> ImageDecoder<'a> for TiffDecoder<R> { implementation
/dports/misc/broot/broot-1.7.0/cargo-crates/image-0.23.14/src/codecs/
H A Dtiff.rs25 pub struct TiffDecoder<R> struct
33 impl<R> TiffDecoder<R> argument
162 impl<'a, R: 'a + Read + Seek> ImageDecoder<'a> for TiffDecoder<R> { implementation
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/image-0.23.14/src/codecs/
H A Dtiff.rs25 pub struct TiffDecoder<R> struct
33 impl<R> TiffDecoder<R> implementation
162 impl<'a, R: 'a + Read + Seek> ImageDecoder<'a> for TiffDecoder<R> { implementation
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/image-0.23.14/src/codecs/
H A Dtiff.rs25 pub struct TiffDecoder<R> struct
33 impl<R> TiffDecoder<R> implementation
162 impl<'a, R: 'a + Read + Seek> ImageDecoder<'a> for TiffDecoder<R> { implementation
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/image-0.23.14/src/codecs/
H A Dtiff.rs25 pub struct TiffDecoder<R> struct
33 impl<R> TiffDecoder<R> argument
162 impl<'a, R: 'a + Read + Seek> ImageDecoder<'a> for TiffDecoder<R> { implementation
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/image-0.23.14/src/codecs/
H A Dtiff.rs25 pub struct TiffDecoder<R> struct
33 impl<R> TiffDecoder<R> argument
162 impl<'a, R: 'a + Read + Seek> ImageDecoder<'a> for TiffDecoder<R> { implementation
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/image-0.23.14/src/codecs/
H A Dtiff.rs25 pub struct TiffDecoder<R> struct
33 impl<R> TiffDecoder<R> implementation
162 impl<'a, R: 'a + Read + Seek> ImageDecoder<'a> for TiffDecoder<R> { implementation
/dports/www/zola/zola-0.15.2/cargo-crates/image-0.23.14/src/codecs/
H A Dtiff.rs25 pub struct TiffDecoder<R> struct
33 impl<R> TiffDecoder<R> implementation
162 impl<'a, R: 'a + Read + Seek> ImageDecoder<'a> for TiffDecoder<R> { implementation
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/image-0.23.12/src/codecs/
H A Dtiff.rs25 pub struct TiffDecoder<R> struct
33 impl<R> TiffDecoder<R> impl
162 impl<'a, R: 'a + Read + Seek> ImageDecoder<'a> for TiffDecoder<R> { implementation
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcodec/tiff/
H A Dtiff_decoder.h47 using TiffDecoder = fxcodec::TiffDecoder; variable
/dports/graphics/exiv2/exiv2-0.27.5-Source/src/
H A Dtiffvisitor_int.hpp276 class TiffDecoder : public TiffVisitor { class
H A Dtiffvisitor_int.cpp275 TiffDecoder::TiffDecoder( in TiffDecoder() function in Exiv2::Internal::TiffDecoder
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/exiv2/src/
H A Dtiffvisitor_int.hpp286 class TiffDecoder : public TiffVisitor { class
H A Dtiffvisitor.cpp280 TiffDecoder::TiffDecoder( in TiffDecoder() function in Exiv2::Internal::TiffDecoder
/dports/graphics/opencv/opencv-4.5.3/modules/imgcodecs/src/
H A Dgrfmt_tiff.cpp116 TiffDecoder::TiffDecoder() in TiffDecoder() function in cv::TiffDecoder