Home
last modified time | relevance | path

Searched refs:is_background (Results 1 – 25 of 135) sorted by relevance

123456

/dports/science/berkeleygw/BGW-2.0.0/BSE/
H A Depscopy.f9087 if(is_background) then
137 if(is_background) then
238 if(is_background) then
255 if (is_background) then
260 if (is_background) then
265 if (is_background) then
273 if (is_background) then
302 if (is_background) then
351 if (is_background) then
498 if (is_background) then
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/client/
H A Dgui_http.h66 bool is_background
71 bool is_background
H A Dgui_http.cpp51 http_op.is_background = is_bkgd; in do_rpc()
72 http_op.is_background = is_bkgd; in do_rpc_post()
/dports/graphics/asciio/App-Asciio-1.51.3/setup/actions/
H A Dcolors.pl16 my ($self, $is_background) = @_ ;
24 $is_background
/dports/graphics/aseprite/aseprite-1.2.9/src/render/
H A Dquantization.cpp87 bool is_background, in convert_pixel_format() argument
102 dither.reset(new OrderedDither2(is_background ? -1: new_mask_color)); in convert_pixel_format()
105 dither.reset(new OrderedDither(is_background ? -1: new_mask_color)); in convert_pixel_format()
260 if (!is_background && c == image->maskColor()) in convert_pixel_format()
281 if (!is_background && c == image->maskColor()) in convert_pixel_format()
310 if (!is_background && c == image->maskColor()) in convert_pixel_format()
/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/workbench/shaders/
H A Dworkbench_cavity_lib.glsl68 bool is_background = (s_depth == 1.0);
70 s_depth = (is_background) ? depth : s_depth;
73 if (is_background) {
/dports/multimedia/libopenshot/libopenshot-0.2.7/src/effects/
H A DObjectDetection.h95 int thickness, bool is_background, bool draw_text);
97 …mage, cv::RotatedRect box, std::vector<int> color, float alpha, int thickness, bool is_background);
H A DObjectDetection.cpp220 int thickness, bool is_background){ in DrawRectangleRGBA() argument
230 if(is_background){ in DrawRectangleRGBA()
261 float alpha, int thickness, bool is_background, bool display_text) in drawPred() argument
264 if(is_background){ in drawPred()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/task_manager/providers/web_contents/
H A Dextension_task.cc110 bool is_background = in GetExtensionTitle() local
118 is_background); in GetExtensionTitle()
H A Drenderer_task.cc229 bool is_background) { in PrefixRendererTitle() argument
235 if (is_background) in PrefixRendererTitle()
/dports/shells/fish/fish-3.3.1/src/
H A Dhighlight.h110 rgb_color_t resolve_spec(const highlight_spec_t &highlight, bool is_background,
116 rgb_color_t resolve_spec_uncached(const highlight_spec_t &highlight, bool is_background,
H A Dhighlight.cpp350 bool is_background, in resolve_spec_uncached() argument
353 highlight_role_t role = is_background ? highlight.background : highlight.foreground; in resolve_spec_uncached()
358 if (var) result = parse_color(*var, is_background); in resolve_spec_uncached()
361 if (!is_background && highlight.valid_path) { in resolve_spec_uncached()
364 rgb_color_t result2 = parse_color(*var2, is_background); in resolve_spec_uncached()
377 if (!is_background && highlight.force_underline) { in resolve_spec_uncached()
385 bool is_background, in resolve_spec() argument
387 auto &cache = is_background ? bg_cache_ : fg_cache_; in resolve_spec()
393 iter->second = resolve_spec_uncached(highlight, is_background, vars); in resolve_spec()
/dports/games/tecnoballz/tecnoballz-0.93.1/src/
H A Dsprite_projectile.cc239 redraw->is_background = true; in check_collisions_with_bricks()
275 redraw->is_background = true; in check_collisions_with_bricks()
282 redraw->is_background = false; in check_collisions_with_bricks()
/dports/deskutils/gnote/gnote-41.1/src/
H A Dgnote.hpp157 bool is_background() const in is_background() function in gnote::Gnote
163 return !is_background(); in windowed()
/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/eevee/shaders/
H A Dlightprobe_filter_visibility_frag.glsl39 float is_background = step(1.0, depth);
41 depth += 1e1 * is_background;
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/shaders/
H A Dnode_texture_coordinate.osl21 int is_background = 0,
36 if (is_background) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/blink/
H A Dwatch_time_reporter.cc67 bool is_background, in WatchTimeReporter() argument
76 is_background_(is_background), in WatchTimeReporter()
85 DCHECK_EQ(is_background, properties_->is_background); in WatchTimeReporter()
120 prop_copy->is_background = true; in WatchTimeReporter()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/common/media/
H A Dwatch_time_reporter.cc67 bool is_background, in WatchTimeReporter() argument
76 is_background_(is_background), in WatchTimeReporter()
85 DCHECK_EQ(is_background, properties_->is_background); in WatchTimeReporter()
120 prop_copy->is_background = true; in WatchTimeReporter()
/dports/science/py-dlib/dlib-19.22/dlib/image_transforms/
H A Dlabel_connected_blobs.h134 const background_functor_type& is_background, in label_connected_blobs() argument
166 if (label_img[r][c] != 0 || is_background(img,point(c,r))) in label_connected_blobs()
184 !is_background(img,window[i]) && // isn't background. in label_connected_blobs()
/dports/science/dlib-cpp/dlib-19.22/dlib/image_transforms/
H A Dlabel_connected_blobs.h134 const background_functor_type& is_background, in label_connected_blobs() argument
166 if (label_img[r][c] != 0 || is_background(img,point(c,r))) in label_connected_blobs()
184 !is_background(img,window[i]) && // isn't background. in label_connected_blobs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/offline_pages/core/
H A Doffline_page_model.cc15 is_background(false), in SavePageParams()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/offline_pages/core/
H A Doffline_page_model.cc15 is_background(false), in SavePageParams()
/dports/devel/gearmand/gearmand-1.0.6/libgearman/
H A Dadd.cc60 bool is_background(gearman_command_t command) in is_background() function
229 if (client.options.generate_unique or is_background(command)) in add_task() local
420 if (client->options.generate_unique or is_background(command)) in add_reducer_task()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/mojo/services/
H A Dwatch_time_recorder_unittest.cc478 EXPECT_UKM(UkmEntry::kIsBackgroundName, properties->is_background); in TEST_F()
555 EXPECT_UKM(UkmEntry::kIsBackgroundName, properties->is_background); in TEST_F()
623 EXPECT_UKM(UkmEntry::kIsBackgroundName, properties->is_background); in TEST_F()
741 EXPECT_UKM(UkmEntry::kIsBackgroundName, properties->is_background); in TEST_F()
798 EXPECT_UKM(UkmEntry::kIsBackgroundName, properties->is_background); in TEST_F()
863 EXPECT_UKM(UkmEntry::kIsBackgroundName, properties->is_background); in TEST_F()
930 EXPECT_UKM(UkmEntry::kIsBackgroundName, properties->is_background); in TEST_F()
1020 EXPECT_UKM(UkmEntry::kIsBackgroundName, properties->is_background); in TEST_F()
1111 EXPECT_UKM(UkmEntry::kIsBackgroundName, properties->is_background); in TEST_F()
1229 EXPECT_UKM(UkmEntry::kIsBackgroundName, properties->is_background); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/mojo/services/
H A Dwatch_time_recorder_unittest.cc478 EXPECT_UKM(UkmEntry::kIsBackgroundName, properties->is_background); in TEST_F()
555 EXPECT_UKM(UkmEntry::kIsBackgroundName, properties->is_background); in TEST_F()
623 EXPECT_UKM(UkmEntry::kIsBackgroundName, properties->is_background); in TEST_F()
741 EXPECT_UKM(UkmEntry::kIsBackgroundName, properties->is_background); in TEST_F()
798 EXPECT_UKM(UkmEntry::kIsBackgroundName, properties->is_background); in TEST_F()
863 EXPECT_UKM(UkmEntry::kIsBackgroundName, properties->is_background); in TEST_F()
930 EXPECT_UKM(UkmEntry::kIsBackgroundName, properties->is_background); in TEST_F()
1020 EXPECT_UKM(UkmEntry::kIsBackgroundName, properties->is_background); in TEST_F()
1111 EXPECT_UKM(UkmEntry::kIsBackgroundName, properties->is_background); in TEST_F()
1229 EXPECT_UKM(UkmEntry::kIsBackgroundName, properties->is_background); in TEST_F()
[all …]

123456