Home
last modified time | relevance | path

Searched refs:num_fill (Results 1 – 25 of 29) sorted by relevance

12

/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DShadow.c344 num_fill = (size - 1) >> 1; in _XmDrawArrow()
346 num_fill--; in _XmDrawArrow()
350 num_fill = (size - 5) >> 1; in _XmDrawArrow()
351 if (num_fill < 0) in _XmDrawArrow()
352 num_fill = 0; in _XmDrawArrow()
355 num_fill = 0; in _XmDrawArrow()
449 if (num_fill) in _XmDrawArrow()
466 for (i = 1; i < num_fill; i++) in _XmDrawArrow()
476 fill[num_fill-1].y++; in _XmDrawArrow()
477 fill[num_fill-1].height = 1; in _XmDrawArrow()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/convert/
H A Dbase.hpp139 int num_fill = (std::max)(0, int(width_ - (end - beg))); in to_str_() local
141 : adjust_ == cnv::adjust::right ? num_fill in to_str_()
142 : (num_fill / 2); in to_str_()
143 int num_right = num_fill - num_left; in to_str_()
/dports/devel/boost-python-libs/boost_1_72_0/boost/convert/
H A Dbase.hpp139 int num_fill = (std::max)(0, int(width_ - (end - beg))); in to_str_() local
141 : adjust_ == cnv::adjust::right ? num_fill in to_str_()
142 : (num_fill / 2); in to_str_()
143 int num_right = num_fill - num_left; in to_str_()
/dports/devel/boost-docs/boost_1_72_0/boost/convert/
H A Dbase.hpp139 int num_fill = (std::max)(0, int(width_ - (end - beg))); in to_str_() local
141 : adjust_ == cnv::adjust::right ? num_fill in to_str_()
142 : (num_fill / 2); in to_str_()
143 int num_right = num_fill - num_left; in to_str_()
/dports/devel/hyperscan/boost_1_75_0/boost/convert/
H A Dbase.hpp155 int num_fill = (std::max)(0, int(width_ - (end - beg))); in to_str_() local
157 : adjust_ == cnv::adjust::right ? num_fill in to_str_()
158 : (num_fill / 2); in to_str_()
159 int num_right = num_fill - num_left; in to_str_()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/convert/
H A Dbase.hpp155 int num_fill = (std::max)(0, int(width_ - (end - beg))); in to_str_() local
157 : adjust_ == cnv::adjust::right ? num_fill in to_str_()
158 : (num_fill / 2); in to_str_()
159 int num_right = num_fill - num_left; in to_str_()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/convert/
H A Dbase.hpp155 int num_fill = (std::max)(0, int(width_ - (end - beg))); in to_str_() local
157 : adjust_ == cnv::adjust::right ? num_fill in to_str_()
158 : (num_fill / 2); in to_str_()
159 int num_right = num_fill - num_left; in to_str_()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/convert/
H A Dbase.hpp140 int num_fill = (std::max)(0, int(width_ - (end - beg)));
142 : adjust_ == cnv::adjust::right ? num_fill
143 : (num_fill / 2);
144 int num_right = num_fill - num_left;
/dports/graphics/povray37/povray-3.7.0.10/libraries/tiff/libtiff/
H A Dtif_stream.cxx135 toff_t num_fill; in _tiffosSeekProc() local
142 num_fill = origin + off - (toff_t)os->tellp(); in _tiffosSeekProc()
143 for( toff_t i = 0; i < num_fill; i++ ) in _tiffosSeekProc()
/dports/graphics/panomatic/panomatic-0.9.4/libtiff/src/
H A Dtif_stream.cxx135 toff_t num_fill; in _tiffosSeekProc() local
142 num_fill = origin + off - (toff_t)os->tellp(); in _tiffosSeekProc()
143 for( toff_t i = 0; i < num_fill; i++ ) in _tiffosSeekProc()
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/thirdparty/libtiff/
H A Dtif_stream.cxx141 toff_t num_fill; in _tiffosSeekProc() local
148 num_fill = origin + off - (toff_t)os->tellp(); in _tiffosSeekProc()
149 for( toff_t i = 0; i < num_fill; i++ ) in _tiffosSeekProc()
/dports/graphics/freeimage/FreeImage/Source/LibTIFF4/
H A Dtif_stream.cxx230 uint64 num_fill; in _tiffosSeekProc() local
237 num_fill = (static_cast<uint64>(origin)) + off - os->tellp(); in _tiffosSeekProc()
238 for( uint64 i = 0; i < num_fill; i++ ) in _tiffosSeekProc()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/TIFF/src/itktiff/
H A Dtif_stream.cxx232 uint64 num_fill; in _tiffosSeekProc() local
239 num_fill = (static_cast<uint64>(origin)) + off - os->tellp(); in _tiffosSeekProc()
240 for( uint64 i = 0; i < num_fill; i++ ) in _tiffosSeekProc()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/tiff-4.0.3/libtiff/
H A Dtif_stream.cxx232 uint64 num_fill; in _tiffosSeekProc() local
239 num_fill = (static_cast<uint64>(origin)) + off - os->tellp(); in _tiffosSeekProc()
240 for( uint64 i = 0; i < num_fill; i++ ) in _tiffosSeekProc()
/dports/graphics/argyllcms/Argyll_V1.9.2/tiff/libtiff/
H A Dtif_stream.cxx232 uint64 num_fill; in _tiffosSeekProc() local
239 num_fill = (static_cast<uint64>(origin)) + off - os->tellp(); in _tiffosSeekProc()
240 for( uint64 i = 0; i < num_fill; i++ ) in _tiffosSeekProc()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/libtiff/libtiff/
H A Dtif_stream.cxx232 uint64 num_fill; in _tiffosSeekProc() local
239 num_fill = (static_cast<uint64>(origin)) + off - os->tellp(); in _tiffosSeekProc()
240 for( uint64 i = 0; i < num_fill; i++ ) in _tiffosSeekProc()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/tiff/libtiff/
H A Dtif_stream.cxx231 uint64 num_fill; in _tiffosSeekProc() local
238 num_fill = (static_cast<uint64>(origin)) + off - os->tellp(); in _tiffosSeekProc()
239 for( uint64 i = 0; i < num_fill; i++ ) in _tiffosSeekProc()
/dports/misc/openmvg/openMVG-2.0/src/third_party/tiff/
H A Dtif_stream.cxx232 uint64 num_fill; in _tiffosSeekProc() local
239 num_fill = (static_cast<uint64>(origin)) + off - os->tellp(); in _tiffosSeekProc()
240 for( uint64 i = 0; i < num_fill; i++ ) in _tiffosSeekProc()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/tiff/libtiff/
H A Dtif_stream.cxx230 uint64 num_fill; in _tiffosSeekProc() local
237 num_fill = (static_cast<uint64>(origin)) + off - os->tellp(); in _tiffosSeekProc()
238 for( uint64 i = 0; i < num_fill; i++ ) in _tiffosSeekProc()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/tiff/libtiff/
H A Dtif_stream.cxx230 uint64 num_fill; in _tiffosSeekProc() local
237 num_fill = (static_cast<uint64>(origin)) + off - os->tellp(); in _tiffosSeekProc()
238 for( uint64 i = 0; i < num_fill; i++ ) in _tiffosSeekProc()
/dports/misc/vxl/vxl-3.3.2/v3p/tiff/
H A Dtif_stream.cxx232 uint64 num_fill; in _tiffosSeekProc() local
239 num_fill = (static_cast<uint64>(origin)) + off - os->tellp(); in _tiffosSeekProc()
240 for( uint64 i = 0; i < num_fill; i++ ) in _tiffosSeekProc()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/tiff/libtiff/
H A Dtif_stream.cxx231 uint64 num_fill; in _tiffosSeekProc() local
238 num_fill = (static_cast<uint64>(origin)) + off - os->tellp(); in _tiffosSeekProc()
239 for( uint64 i = 0; i < num_fill; i++ ) in _tiffosSeekProc()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libtiff/
H A Dtif_stream.cxx230 uint64 num_fill; in _tiffosSeekProc() local
237 num_fill = (static_cast<uint64>(origin)) + off - os->tellp(); in _tiffosSeekProc()
238 for( uint64 i = 0; i < num_fill; i++ ) in _tiffosSeekProc()
/dports/graphics/openjpeg/openjpeg-2.4.0/thirdparty/libtiff/
H A Dtif_stream.cxx232 uint64 num_fill; in _tiffosSeekProc() local
239 num_fill = (static_cast<uint64>(origin)) + off - os->tellp(); in _tiffosSeekProc()
240 for( uint64 i = 0; i < num_fill; i++ ) in _tiffosSeekProc()
/dports/graphics/tiffgt/tiff-4.3.0/libtiff/
H A Dtif_stream.cxx224 uint64_t num_fill; in _tiffosSeekProc() local
231 num_fill = (static_cast<uint64_t>(origin)) + off - os->tellp(); in _tiffosSeekProc()
232 for(uint64_t i = 0; i < num_fill; i++ ) in _tiffosSeekProc()

12