/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/ |
H A D | pcxtoppm.c | 440 unsigned int const headerCols, in pcx_16col_to_ppm() argument 474 if (headerCols > rawcols) { in pcx_16col_to_ppm() 480 cols = headerCols; in pcx_16col_to_ppm() 516 unsigned int const headerCols, in pcx_256col_to_ppm() argument 527 if (headerCols > BytesPerLine) { in pcx_256col_to_ppm() 533 cols = headerCols; in pcx_256col_to_ppm() 578 unsigned int const headerCols, in pcx_truecol_to_ppm() argument 588 if (headerCols > BytesPerLine) { in pcx_truecol_to_ppm() 594 cols = headerCols; in pcx_truecol_to_ppm()
|
/dports/devel/catch/Catch2-2.13.7/include/reporters/ |
H A D | catch_reporter_console.cpp | 293 Columns headerCols; in open() local 296 headerCols += Column(info.name).width(static_cast<std::size_t>(info.width - 2)); in open() 297 headerCols += spacer; in open() 299 m_os << headerCols << '\n'; in open()
|
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/reporters/ |
H A D | catch_reporter_console.cpp | 293 Columns headerCols; in open() local 296 headerCols += Column(info.name).width(static_cast<std::size_t>(info.width - 2)); in open() 297 headerCols += spacer; in open() 299 m_os << headerCols << '\n'; in open()
|
/dports/math/e-antic/Catch2-ff349a5/include/reporters/ |
H A D | catch_reporter_console.cpp | 293 Columns headerCols; in open() local 296 headerCols += Column(info.name).width(static_cast<std::size_t>(info.width - 2)); in open() 297 headerCols += spacer; in open() 299 m_os << headerCols << '\n'; in open()
|
/dports/www/restbed/restbed-4.8/dependency/catch/include/reporters/ |
H A D | catch_reporter_console.cpp | 297 Columns headerCols; in open() local 300 headerCols += Column(info.name).width(static_cast<std::size_t>(info.width - 2)); in open() 301 headerCols += spacer; in open() 303 m_os << headerCols << '\n'; in open()
|
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/reporters/ |
H A D | catch_reporter_console.cpp | 293 Columns headerCols; in open() local 296 headerCols += Column(info.name).width(static_cast<std::size_t>(info.width - 2)); in open() 297 headerCols += spacer; in open() 299 m_os << headerCols << '\n'; in open()
|
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/reporters/ |
H A D | catch_reporter_console.cpp | 293 Columns headerCols; in open() local 296 headerCols += Column(info.name).width(static_cast<std::size_t>(info.width - 2)); in open() 297 headerCols += spacer; in open() 299 m_os << headerCols << '\n'; in open()
|
/dports/x11/runner/runner-1.1/src/aguix/ |
H A D | fieldlistview.cc | 143 headerCols[0] = _aguix->getFaces().getColor( "default-fg" ); in FieldListView() 144 if ( headerCols[0] < 0 ) { in FieldListView() 145 headerCols[0] = 1; in FieldListView() 148 headerCols[1] = mbg; in FieldListView() 3278 _aguix->setFG( headerCols[1] ); in redrawHeader() 3414 _aguix->DrawText( dc, font, s.c_str(), text_x, text_y, headerCols[0] ); in redrawHeader() 3432 _aguix->setFG( headerCols[1] ); in redrawHeader() 3693 headerCols[0] = col; in setHeaderFG() 3699 headerCols[1] = col; in setHeaderBG() 3705 return headerCols[0]; in getHeaderFG() [all …]
|
H A D | fieldlistview.h | 395 int headerCols[2]; variable
|
/dports/x11-fm/worker/worker-4.10.0/src/aguix/ |
H A D | fieldlistview.cc | 143 headerCols[0] = _aguix->getFaces().getColor( "default-fg" ); in FieldListView() 144 if ( headerCols[0] < 0 ) { in FieldListView() 145 headerCols[0] = 1; in FieldListView() 148 headerCols[1] = mbg; in FieldListView() 3278 _aguix->setFG( headerCols[1] ); in redrawHeader() 3414 _aguix->DrawText( dc, font, s.c_str(), text_x, text_y, headerCols[0] ); in redrawHeader() 3432 _aguix->setFG( headerCols[1] ); in redrawHeader() 3693 headerCols[0] = col; in setHeaderFG() 3699 headerCols[1] = col; in setHeaderBG() 3705 return headerCols[0]; in getHeaderFG() [all …]
|
H A D | fieldlistview.h | 395 int headerCols[2]; variable
|
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/tests/cpp/tests/vendor/ |
H A D | catch.hpp | 16240 Columns headerCols; in open() local 16243 headerCols += Column(info.name).width(static_cast<std::size_t>(info.width - 2)); in open() 16244 headerCols += spacer; in open() 16246 m_os << headerCols << '\n'; in open()
|
/dports/astro/libosmium/libosmium-2.17.2/test/catch/ |
H A D | catch.hpp | 16382 Columns headerCols; in open() local 16385 headerCols += Column(info.name).width(static_cast<std::size_t>(info.width - 2)); in open() 16386 headerCols += spacer; in open() 16388 m_os << headerCols << '\n'; in open()
|
/dports/math/heyoka/heyoka-0.16.0/test/ |
H A D | catch.hpp | 16153 Columns headerCols; in open() local 16156 headerCols += Column(info.name).width(static_cast<std::size_t>(info.width - 2)); in open() 16157 headerCols += spacer; in open() 16159 m_os << headerCols << '\n'; in open()
|
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/externals/catch/ |
H A D | catch.hpp | 16068 Columns headerCols; in open() local 16071 headerCols += Column(info.name).width(static_cast<std::size_t>(info.width - 2)); in open() 16072 headerCols += spacer; in open() 16074 m_os << headerCols << '\n'; in open()
|
/dports/net/measurement-kit/measurement-kit-0.10.14/include/private/ |
H A D | catch.hpp | 16322 Columns headerCols; in open() local 16325 headerCols += Column(info.name).width(static_cast<std::size_t>(info.width - 2)); in open() 16326 headerCols += spacer; in open() 16328 m_os << headerCols << '\n'; in open()
|
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/tests/ |
H A D | catch.hpp | 15573 Columns headerCols; in open() local 15576 headerCols += Column(info.name).width(static_cast<std::size_t>(info.width - 2)); in open() 15577 headerCols += spacer; in open() 15579 m_os << headerCols << "\n"; in open()
|
/dports/emulators/mess/mame-mame0226/3rdparty/bx/3rdparty/catch/ |
H A D | catch.hpp | 15365 Columns headerCols; in open() local 15368 headerCols += Column(info.name).width(static_cast<std::size_t>(info.width - 2)); in open() 15369 headerCols += spacer; in open() 15371 m_os << headerCols << "\n"; in open()
|
/dports/math/ensmallen/ensmallen-2.17.0/tests/ |
H A D | catch.hpp | 16322 Columns headerCols; in open() local 16325 headerCols += Column(info.name).width(static_cast<std::size_t>(info.width - 2)); in open() 16326 headerCols += spacer; in open() 16328 m_os << headerCols << '\n'; in open()
|
/dports/math/e-antic/Catch2-ff349a5/single_include/catch2/ |
H A D | catch.hpp | 16318 Columns headerCols; in open() local 16321 headerCols += Column(info.name).width(static_cast<std::size_t>(info.width - 2)); in open() 16322 headerCols += spacer; in open() 16324 m_os << headerCols << '\n'; in open()
|
/dports/devel/rkcommon/rkcommon-1.8.0/tests/ |
H A D | catch.hpp | 16382 Columns headerCols; in open() local 16385 headerCols += Column(info.name).width(static_cast<std::size_t>(info.width - 2)); in open() 16386 headerCols += spacer; in open() 16388 m_os << headerCols << '\n'; in open()
|
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/contrib/catch2/include/ |
H A D | catch.hpp | 16322 Columns headerCols; in open() local 16325 headerCols += Column(info.name).width(static_cast<std::size_t>(info.width - 2)); in open() 16326 headerCols += spacer; in open() 16328 m_os << headerCols << '\n'; in open()
|
/dports/sysutils/bulk_extractor/bulk_extractor-2.0.0-beta2/src/be13_api/ |
H A D | catch.hpp | 16378 Columns headerCols; in open() local 16381 headerCols += Column(info.name).width(static_cast<std::size_t>(info.width - 2)); in open() 16382 headerCols += spacer; in open() 16384 m_os << headerCols << '\n'; in open()
|
/dports/math/ascent/Ascent-0.7.0/catch2/ |
H A D | catch.hpp | 16073 Columns headerCols; in open() local 16076 headerCols += Column(info.name).width(static_cast<std::size_t>(info.width - 2)); in open() 16077 headerCols += spacer; in open() 16079 m_os << headerCols << '\n'; in open()
|
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/catch2-tests/ |
H A D | catch.hpp | 16050 Columns headerCols; in open() local 16053 headerCols += Column(info.name).width(static_cast<std::size_t>(info.width - 2)); in open() 16054 headerCols += spacer; in open() 16056 m_os << headerCols << '\n'; in open()
|