Home
last modified time | relevance | path

Searched refs:SAMPLEFORMAT_INT (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/dports/graphics/megapov/megapov-1.2.1/libraries/tiff/contrib/addtiffo/
H A Dtif_overview.c190 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 2 ) in TIFF_GetSourceSamples()
194 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 32 ) in TIFF_GetSourceSamples()
231 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 2 ) in TIFF_SetSample()
235 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 32 ) in TIFF_SetSample()
/dports/graphics/povray36/povray-3.6.1/libraries/tiff/contrib/addtiffo/
H A Dtif_overview.c190 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 2 ) in TIFF_GetSourceSamples()
194 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 32 ) in TIFF_GetSourceSamples()
231 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 2 ) in TIFF_SetSample()
235 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 32 ) in TIFF_SetSample()
/dports/devel/boost-docs/boost_1_72_0/boost/gil/extension/io/tiff/detail/
H A Ddevice.hpp461 struct sample_format<int8_t> : std::integral_constant<int, SAMPLEFORMAT_INT> {};
463 struct sample_format<int16_t> : std::integral_constant<int, SAMPLEFORMAT_INT> {};
465 struct sample_format<int32_t> : std::integral_constant<int, SAMPLEFORMAT_INT> {};
/dports/devel/hyperscan/boost_1_75_0/boost/gil/extension/io/tiff/detail/
H A Ddevice.hpp461 struct sample_format<int8_t> : std::integral_constant<int, SAMPLEFORMAT_INT> {};
463 struct sample_format<int16_t> : std::integral_constant<int, SAMPLEFORMAT_INT> {};
465 struct sample_format<int32_t> : std::integral_constant<int, SAMPLEFORMAT_INT> {};
/dports/devel/boost-python-libs/boost_1_72_0/boost/gil/extension/io/tiff/detail/
H A Ddevice.hpp461 struct sample_format<int8_t> : std::integral_constant<int, SAMPLEFORMAT_INT> {};
463 struct sample_format<int16_t> : std::integral_constant<int, SAMPLEFORMAT_INT> {};
465 struct sample_format<int32_t> : std::integral_constant<int, SAMPLEFORMAT_INT> {};
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/gil/extension/io/tiff/detail/
H A Ddevice.hpp461 struct sample_format<int8_t> : std::integral_constant<int, SAMPLEFORMAT_INT> {};
463 struct sample_format<int16_t> : std::integral_constant<int, SAMPLEFORMAT_INT> {};
465 struct sample_format<int32_t> : std::integral_constant<int, SAMPLEFORMAT_INT> {};
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/gil/extension/io/tiff/detail/
H A Ddevice.hpp461 struct sample_format<int8_t> : std::integral_constant<int, SAMPLEFORMAT_INT> {};
463 struct sample_format<int16_t> : std::integral_constant<int, SAMPLEFORMAT_INT> {};
465 struct sample_format<int32_t> : std::integral_constant<int, SAMPLEFORMAT_INT> {};
/dports/devel/boost-libs/boost_1_72_0/boost/gil/extension/io/tiff/detail/
H A Ddevice.hpp461 struct sample_format<int8_t> : std::integral_constant<int, SAMPLEFORMAT_INT> {};
463 struct sample_format<int16_t> : std::integral_constant<int, SAMPLEFORMAT_INT> {};
465 struct sample_format<int32_t> : std::integral_constant<int, SAMPLEFORMAT_INT> {};
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/gil/extension/io/tiff/detail/
H A Ddevice.hpp464 template<> struct sample_format<int8_t> : public mpl::int_<SAMPLEFORMAT_INT> {};
465 template<> struct sample_format<int16_t> : public mpl::int_<SAMPLEFORMAT_INT> {};
466 template<> struct sample_format<int32_t> : public mpl::int_<SAMPLEFORMAT_INT> {};
/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/src/
H A Drl2tiff.c627 if (origin->sampleFormat == SAMPLEFORMAT_INT) in check_tiff_origin_pixel_conversion()
684 if (origin->sampleFormat == SAMPLEFORMAT_INT in check_tiff_origin_pixel_conversion()
689 if (origin->sampleFormat == SAMPLEFORMAT_INT in check_tiff_origin_pixel_conversion()
694 if (origin->sampleFormat == SAMPLEFORMAT_INT in check_tiff_origin_pixel_conversion()
891 if (origin->sampleFormat == SAMPLEFORMAT_INT in check_tiff_origin_pixel_conversion()
900 if (origin->sampleFormat == SAMPLEFORMAT_INT in check_tiff_origin_pixel_conversion()
912 if (origin->sampleFormat == SAMPLEFORMAT_INT in check_tiff_origin_pixel_conversion()
945 if (origin->sampleFormat == SAMPLEFORMAT_INT in check_tiff_origin_pixel_conversion()
951 if (origin->sampleFormat == SAMPLEFORMAT_INT in check_tiff_origin_pixel_conversion()
963 if (origin->sampleFormat == SAMPLEFORMAT_INT in check_tiff_origin_pixel_conversion()
[all …]
/dports/graphics/hugin/hugin-2020.0.0/src/hugin_base/vigra_ext/
H A DtiffUtils.h293 tiff, SAMPLEFORMAT_INT);
331 tiff, SAMPLEFORMAT_INT);
425 createScalarATiffImage(iUL, iLR, iA, aUL, mA, tiff, SAMPLEFORMAT_INT);
459 createScalarATiffImage(iUL, iLR, iA, aUL, mA, tiff, SAMPLEFORMAT_INT);
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/tiff-4.0.3/contrib/addtiffo/
H A Dtif_overview.c194 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 2 ) in TIFF_GetSourceSamples()
198 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 32 ) in TIFF_GetSourceSamples()
235 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 2 ) in TIFF_SetSample()
239 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 32 ) in TIFF_SetSample()
/dports/graphics/argyllcms/Argyll_V1.9.2/tiff/contrib/addtiffo/
H A Dtif_overview.c194 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 2 ) in TIFF_GetSourceSamples()
198 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 32 ) in TIFF_GetSourceSamples()
235 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 2 ) in TIFF_SetSample()
239 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 32 ) in TIFF_SetSample()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/tiff/contrib/addtiffo/
H A Dtif_overview.c194 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 2 ) in TIFF_GetSourceSamples()
198 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 32 ) in TIFF_GetSourceSamples()
235 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 2 ) in TIFF_SetSample()
239 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 32 ) in TIFF_SetSample()
/dports/graphics/povray37/povray-3.7.0.10/libraries/tiff/contrib/addtiffo/
H A Dtif_overview.c191 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 2 ) in TIFF_GetSourceSamples()
195 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 32 ) in TIFF_GetSourceSamples()
232 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 2 ) in TIFF_SetSample()
236 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 32 ) in TIFF_SetSample()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/tiff/contrib/addtiffo/
H A Dtif_overview.c206 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 2 ) in TIFF_GetSourceSamples()
210 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 32 ) in TIFF_GetSourceSamples()
247 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 2 ) in TIFF_SetSample()
251 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 32 ) in TIFF_SetSample()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/tiff/contrib/addtiffo/
H A Dtif_overview.c206 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 2 ) in TIFF_GetSourceSamples()
210 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 32 ) in TIFF_GetSourceSamples()
247 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 2 ) in TIFF_SetSample()
251 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 32 ) in TIFF_SetSample()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/tiff/contrib/addtiffo/
H A Dtif_overview.c194 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 2 ) in TIFF_GetSourceSamples()
198 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 32 ) in TIFF_GetSourceSamples()
235 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 2 ) in TIFF_SetSample()
239 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 32 ) in TIFF_SetSample()
/dports/graphics/tiffgt/tiff-4.3.0/contrib/addtiffo/
H A Dtif_overview.c206 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 2 ) in TIFF_GetSourceSamples()
210 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 32 ) in TIFF_GetSourceSamples()
247 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 2 ) in TIFF_SetSample()
251 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 32 ) in TIFF_SetSample()
/dports/graphics/tiff/tiff-4.3.0/contrib/addtiffo/
H A Dtif_overview.c206 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 2 ) in TIFF_GetSourceSamples()
210 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 32 ) in TIFF_GetSourceSamples()
247 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 2 ) in TIFF_SetSample()
251 else if( nSampleFormat == SAMPLEFORMAT_INT && nPixelBytes == 32 ) in TIFF_SetSample()
/dports/graphics/p5-Graphics-TIFF/Graphics-TIFF-16/t/
H A D8_enums.t146 is( SAMPLEFORMAT_INT, 2, 'SAMPLEFORMAT_INT' );
/dports/graphics/art/ART-1.9.3/rtengine/
H A Dimagedata.cc426 if (sampleformat == SAMPLEFORMAT_INT || sampleformat == SAMPLEFORMAT_UINT) { in FramesData()
478 } else if (sampleformat == SAMPLEFORMAT_INT || sampleformat == SAMPLEFORMAT_UINT) { in FramesData()
492 } else if (sampleformat == SAMPLEFORMAT_INT || sampleformat == SAMPLEFORMAT_UINT) { in FramesData()
/dports/x11/xloadimage/xloadimage.4.1/tiff/
H A Dtiff.h225 #define SAMPLEFORMAT_INT 1 /* !signed integer data */ macro
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dtiff.hxx434 case SAMPLEFORMAT_INT: in doxygen_overloaded_function()
878 case SAMPLEFORMAT_INT: in doxygen_overloaded_function()
1350 TIFFSetField(tiff, TIFFTAG_SAMPLEFORMAT, SAMPLEFORMAT_INT); in createShortScalarTiffImage()
1436 TIFFSetField(tiff, TIFFTAG_SAMPLEFORMAT, SAMPLEFORMAT_INT); in createIScalarTiffImage()
1784 TIFFSetField(tiff, TIFFTAG_SAMPLEFORMAT, SAMPLEFORMAT_INT); in createShortRGBTiffImage()
1832 TIFFSetField(tiff, TIFFTAG_SAMPLEFORMAT, SAMPLEFORMAT_INT); in createIRGBTiffImage()
/dports/graphics/panomatic/panomatic-0.9.4/vigra/include/vigra/
H A Dtiff.hxx381 case SAMPLEFORMAT_INT: in tiffToScalarImage()
793 case SAMPLEFORMAT_INT: in tiffToRGBImage()
1210 TIFFSetField(tiff, TIFFTAG_SAMPLEFORMAT, SAMPLEFORMAT_INT); in createShortScalarTiffImage()
1253 TIFFSetField(tiff, TIFFTAG_SAMPLEFORMAT, SAMPLEFORMAT_INT); in createIScalarTiffImage()
1569 TIFFSetField(tiff, TIFFTAG_SAMPLEFORMAT, SAMPLEFORMAT_INT); in createShortRGBTiffImage()
1617 TIFFSetField(tiff, TIFFTAG_SAMPLEFORMAT, SAMPLEFORMAT_INT); in createIRGBTiffImage()

12345678910>>...15