Searched refs:fixed_range (Results 1 – 8 of 8) sorted by relevance
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/testing/ |
H A D | range_set.cpp | 18 const Range fixed_range = FixDirection(range); in Contains() local 19 auto it = ranges().upper_bound(fixed_range); in Contains() 25 return it->second >= fixed_range.second; in Contains() 32 Range fixed_range = FixDirection(range); in Union() local 34 ranges_.insert(fixed_range); in Union() 38 auto start = ranges_.upper_bound(fixed_range); in Union() 42 if (start->second < fixed_range.first) in Union() 45 auto end = ranges_.upper_bound(Range(fixed_range.second, fixed_range.second)); in Union() 48 ranges_.insert(fixed_range); in Union() 54 const int new_start = std::min<size_t>(start->first, fixed_range.first); in Union() [all …]
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/testing/ |
H A D | range_set.cpp | 19 const Range fixed_range = FixDirection(range); in Contains() local 20 auto it = ranges().upper_bound(fixed_range); in Contains() 26 return it->second >= fixed_range.second; in Contains() 33 Range fixed_range = FixDirection(range); in Union() local 35 ranges_.insert(fixed_range); in Union() 39 auto start = ranges_.upper_bound(fixed_range); in Union() 43 if (start->second < fixed_range.first) in Union() 46 auto end = ranges_.upper_bound(Range(fixed_range.second, fixed_range.second)); in Union() 49 ranges_.insert(fixed_range); in Union() 55 const int new_start = std::min<size_t>(start->first, fixed_range.first); in Union() [all …]
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/pdf/ |
H A D | range_set.cc | 49 gfx::Range fixed_range = FixDirection(range); in Union() local 51 ranges_.insert(fixed_range); in Union() 55 auto start = ranges_.upper_bound(fixed_range); in Union() 58 if (start->end() < fixed_range.start()) in Union() 63 ranges_.insert(fixed_range); in Union() 92 auto it = ranges().upper_bound(fixed_range); in Contains() 97 return it->end() >= fixed_range.end(); in Contains() 112 auto start = ranges_.upper_bound(fixed_range); in Intersects() 123 if (fixed_range.end() > it->start() && fixed_range.start() < it->end()) in Intersects() 170 auto start = ranges_.upper_bound(fixed_range); in Subtract() [all …]
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/pdf/ |
H A D | range_set.cc | 49 gfx::Range fixed_range = FixDirection(range); in Union() local 51 ranges_.insert(fixed_range); in Union() 55 auto start = ranges_.upper_bound(fixed_range); in Union() 58 if (start->end() < fixed_range.start()) in Union() 63 ranges_.insert(fixed_range); in Union() 92 auto it = ranges().upper_bound(fixed_range); in Contains() 97 return it->end() >= fixed_range.end(); in Contains() 112 auto start = ranges_.upper_bound(fixed_range); in Intersects() 123 if (fixed_range.end() > it->start() && fixed_range.start() < it->end()) in Intersects() 170 auto start = ranges_.upper_bound(fixed_range); in Subtract() [all …]
|
/dports/graphics/sane-backends/sane-backends-1.0.32/testsuite/sanei/ |
H A D | sanei_constrain_test.c | 49 static const SANE_Range fixed_range = { variable 250 SANE_Int value = fixed_range.min; in min_fixed_value() 259 assert (value == fixed_range.min); in min_fixed_value() 265 SANE_Int value = fixed_range.max; in max_fixed_value() 274 assert (value == fixed_range.max); in max_fixed_value() 289 assert (value == fixed_range.min); in below_min_fixed_value() 296 SANE_Int value = fixed_range.min + fixed_range.quant/3; in quant1_fixed_value() 312 SANE_Int value = fixed_range.min + fixed_range.quant - fixed_range.quant/3; in quant2_fixed_value() 321 assert (value == fixed_range.min + fixed_range.quant); in quant2_fixed_value() 327 SANE_Int value = fixed_range.min + fixed_range.quant; in in_range_fixed_value() [all …]
|
/dports/graphics/opencv/opencv-4.5.3/samples/python/ |
H A D | floodfill.py | 36 if self.fixed_range: 61 self.fixed_range = True 74 self.fixed_range = not self.fixed_range 75 print('using %s range' % ('floating', 'fixed')[self.fixed_range])
|
/dports/x11-fonts/xfs/xfs-1.2.0/difs/ |
H A D | fontinfo.c | 317 fsRange *fixed_range; in QueryExtents() local 323 fixed_range = build_range(range_flag, range_data, item_size, in QueryExtents() 326 if (!fixed_range && !all_glyphs) { in QueryExtents() 339 c->range = fixed_range; in QueryExtents() 414 fsRange *fixed_range; in QueryBitmaps() local 420 fixed_range = build_range(range_flag, range_data, item_size, in QueryBitmaps() 423 if (!fixed_range && !all_glyphs) { in QueryBitmaps() 435 c->range = fixed_range; in QueryBitmaps()
|
/dports/science/afni/afni-AFNI_21.3.16/src/shiny/ClustExp_ShinyTemplate/ |
H A D | server.R | 80 clust.in[["vox.vol"]],input$fixed_range, 103 clust.in[["vox.vol"]],input$fixed_range,
|