Home
last modified time | relevance | path

Searched defs:is_png (Results 26 – 50 of 69) sorted by relevance

123

/dports/graphics/viu/viu-1.1/cargo-crates/image-0.23.9/src/ico/
H A Ddecoder.rs225 fn is_png<R: Read + Seek>(&self, r: &mut R) -> ImageResult<bool> { in is_png() method
236 let is_png = self.is_png(&mut r)?; in decoder() localVariable
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/image-0.23.4/src/ico/
H A Ddecoder.rs225 fn is_png<R: Read + Seek>(&self, r: &mut R) -> ImageResult<bool> { in is_png() method
236 let is_png = self.is_png(&mut r)?; in decoder() localVariable
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/image-0.23.14/src/codecs/ico/
H A Ddecoder.rs236 fn is_png<R: Read + Seek>(&self, r: &mut R) -> ImageResult<bool> { in is_png() method
247 let is_png = self.is_png(&mut r)?; in decoder() localVariable
/dports/math/vtk9/VTK-9.1.0/IO/Image/
H A DvtkPNGReader.cxx128 bool is_png = !png_sig_cmp(header, 0, 8); in IsHeaderValid() local
559 int is_png = !png_sig_cmp(header, 0, 8); in CanReadFile() local
/dports/misc/broot/broot-1.7.0/cargo-crates/image-0.23.14/src/codecs/ico/
H A Ddecoder.rs236 fn is_png<R: Read + Seek>(&self, r: &mut R) -> ImageResult<bool> { in is_png() method
247 let is_png = self.is_png(&mut r)?; in decoder() localVariable
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/image-0.23.14/src/codecs/ico/
H A Ddecoder.rs236 fn is_png<R: Read + Seek>(&self, r: &mut R) -> ImageResult<bool> { in is_png() method
247 let is_png = self.is_png(&mut r)?; in decoder() localVariable
/dports/www/zola/zola-0.15.2/cargo-crates/image-0.23.14/src/codecs/ico/
H A Ddecoder.rs236 fn is_png<R: Read + Seek>(&self, r: &mut R) -> ImageResult<bool> { in is_png() method
247 let is_png = self.is_png(&mut r)?; in decoder() localVariable
/dports/misc/broot/broot-1.7.0/src/image/
H A Dimage_view.rs57 pub fn is_png(&self) -> bool { in is_png() method
/dports/games/jigzo/jigzo-0.6.1/src/
H A DLoader.cxx161 int is_png = !png_sig_cmp(header, 0, number); in Load() local
/dports/astro/astrometry/astrometry.net-0.85/solver/
H A Ddemo_dsmooth.c20 int is_png(const struct dirent *de) { in is_png() function
/dports/games/vamos/vamos-0.7.1/media/
H A DTexture_Image.cc134 bool is_png = !png_sig_cmp (header, 0, 8); in read_png_file() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/
H A Dassets_loader.cc113 bool is_png = false; in LoadImage() local
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/Images/
H A DPngReader.cpp123 int is_png = !png_sig_cmp((png_bytep) header, 0, 8); in CheckHeader() local
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/Images/
H A DPngReader.cpp123 int is_png = !png_sig_cmp((png_bytep) header, 0, 8); in CheckHeader() local
/dports/science/orthanc/Orthanc-1.9.7/OrthancFramework/Sources/Images/
H A DPngReader.cpp123 int is_png = !png_sig_cmp((png_bytep) header, 0, 8); in CheckHeader() local
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancFramework/Sources/Images/
H A DPngReader.cpp123 int is_png = !png_sig_cmp((png_bytep) header, 0, 8); in CheckHeader() local
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/Images/
H A DPngReader.cpp123 int is_png = !png_sig_cmp((png_bytep) header, 0, 8); in CheckHeader() local
/dports/audio/ocp/ocp-0.2.90/playmp2/
H A Did3.h19 int is_png; member
/dports/x11/xloadimage/xloadimage.4.1/
H A Dpng.c191 static int is_png(ZFILE *zf) function
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DPNGReadWrite.cpp29 bool is_png(const ReadBuf &rb) in is_png() function
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A Dsurface.cc129 bool SurfaceNode::is_png(std::vector<uint8_t> &png) const in is_png() function in SurfaceNode
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A Dsurface.cc129 bool SurfaceNode::is_png(std::vector<uint8_t> &png) const in is_png() function in SurfaceNode
/dports/games/edge/Edge-1.35-source/src/
H A Dr_image.h100 struct { int lump; bool is_png; } graphic; member
/dports/audio/libopusenc/libopusenc-0.2.1/src/
H A Dpicture.c112 static int is_png(const unsigned char *buf, size_t length){ in is_png() function
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/sdl2-0.32.2/src/sdl2/image/
H A Dmod.rs233 fn is_png(&self) -> bool; in is_png() method
343 fn is_png(&self) -> bool { in is_png() method

123