Home
last modified time | relevance | path

Searched refs:PNG_RESOLUTION_UNKNOWN (Results 1 – 25 of 198) sorted by relevance

12345678

/dports/editors/ted/Ted-2.23/bitmap/
H A Dbmpng.c101 { unit_type= PNG_RESOLUTION_UNKNOWN; } in bpPngiToBitmap()
105 case PNG_RESOLUTION_UNKNOWN: in bpPngiToBitmap()
329 png_set_pHYs(png, pngi, 1, 1, PNG_RESOLUTION_UNKNOWN); in bpPngiFromBitmap()
334 png_set_pHYs(png, pngi, 1, 1, PNG_RESOLUTION_UNKNOWN); in bpPngiFromBitmap()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/goo/
H A DPNGWriter.cc71 png_set_pHYs(png_ptr, info_ptr, hDPI, vDPI, PNG_RESOLUTION_UNKNOWN); in init()
/dports/graphics/grafx2/grafx2/src/
H A Dpngformat.c671 png_set_pHYs(png_ptr, info_ptr, 1, 2, PNG_RESOLUTION_UNKNOWN); in Save_PNG_Sub()
675 png_set_pHYs(png_ptr, info_ptr, 2, 1, PNG_RESOLUTION_UNKNOWN); in Save_PNG_Sub()
678 png_set_pHYs(png_ptr, info_ptr, 4, 3, PNG_RESOLUTION_UNKNOWN); in Save_PNG_Sub()
/dports/graphics/p5-Image-PNG-Libpng/Image-PNG-Libpng-0.57/lib/Image/PNG/
H A DConst.pm394 PNG_RESOLUTION_UNKNOWN => 0,
/dports/graphics/gegl/gegl-0.4.34/operations/external/
H A Dpng-save.c309 PNG_RESOLUTION_UNKNOWN);
/dports/graphics/imageworsener/imageworsener-1.3.4/src/
H A Dimagew-png.c166 if(pngdensity_units==PNG_RESOLUTION_UNKNOWN) { in iwpng_read_density()
480 png_set_pHYs(wctx->png_ptr, wctx->info_ptr, pngres_x, pngres_y, PNG_RESOLUTION_UNKNOWN); in iwpng_set_phys()
/dports/graphics/R-cran-png/png/src/
H A Dwrite.c192 png_set_pHYs(png_ptr, info_ptr, dpi_x * 10000.0, dpi_y * 10000.0, PNG_RESOLUTION_UNKNOWN); in write_png()
H A Dread.c145 } else if (ut == PNG_RESOLUTION_UNKNOWN) in read_png()
/dports/devel/boost-docs/boost_1_72_0/boost/gil/extension/io/png/
H A Dtags.hpp369 , _phy_unit_type ( PNG_RESOLUTION_UNKNOWN ) in png_info_base()
/dports/devel/hyperscan/boost_1_75_0/boost/gil/extension/io/png/
H A Dtags.hpp369 , _phy_unit_type ( PNG_RESOLUTION_UNKNOWN ) in png_info_base()
/dports/devel/boost-python-libs/boost_1_72_0/boost/gil/extension/io/png/
H A Dtags.hpp369 , _phy_unit_type ( PNG_RESOLUTION_UNKNOWN ) in png_info_base()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/gil/extension/io/png/
H A Dtags.hpp369 , _phy_unit_type ( PNG_RESOLUTION_UNKNOWN ) in png_info_base()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/gil/extension/io/png/
H A Dtags.hpp369 , _phy_unit_type ( PNG_RESOLUTION_UNKNOWN ) in png_info_base()
/dports/devel/boost-libs/boost_1_72_0/boost/gil/extension/io/png/
H A Dtags.hpp369 , _phy_unit_type ( PNG_RESOLUTION_UNKNOWN ) in png_info_base()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/gil/extension/io/png/
H A Dtags.hpp369 , _phy_unit_type ( PNG_RESOLUTION_UNKNOWN )
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dimagpng.cpp386 case PNG_RESOLUTION_UNKNOWN: in DoLoadPNGFile()
/dports/games/julius/julius-1.7.0/ext/png/
H A Dpng.h350 #define PNG_RESOLUTION_UNKNOWN 0 macro
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/png.imageio/
H A Dpng_pvt.h628 int unittype = PNG_RESOLUTION_UNKNOWN; in write_info()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/png.imageio/
H A Dpng_pvt.h628 int unittype = PNG_RESOLUTION_UNKNOWN; in write_info()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dimagpng.cpp617 case PNG_RESOLUTION_UNKNOWN: in LoadFile()
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dpngio.c679 png_set_pHYs(png_ptr, info_ptr, 0, 0, PNG_RESOLUTION_UNKNOWN); in pixWriteStreamPng()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dimagpng.cpp617 case PNG_RESOLUTION_UNKNOWN: in LoadFile()
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dpngio.c1103 png_set_pHYs(png_ptr, info_ptr, 0, 0, PNG_RESOLUTION_UNKNOWN); in pixWriteStreamPng()
1964 png_set_pHYs(png_ptr, info_ptr, 0, 0, PNG_RESOLUTION_UNKNOWN); in pixWriteMemPng()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX-IO/PNG/
H A DWritePNG.cpp585 …ng_set_pHYs (sp, ip, (png_uint_32)(5346), (png_uint_32)(5346 * par + 0.5), PNG_RESOLUTION_UNKNOWN); in write_info()
/dports/graphics/freeimage/FreeImage/Source/FreeImage/
H A DPluginPNG.cpp696 int res_unit_type = PNG_RESOLUTION_UNKNOWN; in Load()

12345678