Home
last modified time | relevance | path

Searched refs:bg_mask (Results 1 – 20 of 20) sorted by relevance

/dports/games/libretro-quicknes/QuickNES_Core-901248a/nes_emu/
H A DNes_Ppu_Rendering.cpp380 int const bg_mask = 1; in draw_scanlines() local
384 if ( !(draw_mode & bg_mask) ) in draw_scanlines()
387 clip_mode |= bg_mask; // avoid unnecessary save/restore in draw_scanlines()
388 if ( mode & bg_mask ) in draw_scanlines()
405 if ( draw_mode & bg_mask ) in draw_scanlines()
410 if ( clip_mode == bg_mask ) in draw_scanlines()
430 if ( clip_mode == (obj_mask | bg_mask) ) in draw_scanlines()
/dports/science/py-nilearn/nilearn-0.8.1/nilearn/plotting/
H A Dhtml_stat_map.py316 bg_mask = _safe_get_data(compute_brain_mask(bg_img),
318 bg_mask = np.logical_not(bg_mask).astype(float)
319 bg_mask[bg_mask == 1] = np.nan
325 return bg_mask, bg_cmap
341 bg_mask, bg_cmap = _get_bg_mask_and_cmap(bg_img, black_bg)
342 _save_sprite(bg_data, bg_sprite, bg_max, bg_min, bg_mask, bg_cmap, 'png')
/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/
H A Dwinops-win32.c173 if (p->transparency == 2 && p->bg_mask) in gkrellm_winop_draw_rootpixmap_onto_transparent_chart()
175 gdk_gc_set_clip_mask(_GK.text_GC, p->bg_mask); in gkrellm_winop_draw_rootpixmap_onto_transparent_chart()
198 if (p->transparency == 2 && p->bg_mask) in gkrellm_winop_draw_rootpixmap_onto_transparent_panel()
200 gdk_gc_set_clip_mask(_GK.text_GC, p->bg_mask); in gkrellm_winop_draw_rootpixmap_onto_transparent_panel()
H A Dwinops-x11.c563 if (cp->transparency == 2 && cp->bg_mask)
565 gdk_gc_set_clip_mask(_GK.text_GC, cp->bg_mask);
629 if (p->transparency == 2 && p->bg_mask)
631 gdk_gc_set_clip_mask(_GK.text_GC, p->bg_mask);
H A Dpanel.c354 if (p->bg_mask)
355 g_object_unref(G_OBJECT(p->bg_mask));
473 &p->bg_mask, p->w, p->h);
478 &p->bg_mask, p->w, p->h);
H A Dgkrellm.h493 GdkBitmap *bg_mask; member
680 GdkBitmap *bg_mask; member
H A Dchart.c1295 gkrellm_free_bitmap(&cp->bg_mask);
1804 &cp->bg_mask, cp->w, cp->h);
1809 &cp->bg_clean_pixmap, &cp->bg_mask, cp->w, cp->h);
/dports/devel/godot2-tools/godot-demo-projects-2.1.4-stable/2d/isometric_light/
H A Dwall_shader.tres8 …ckground (^)\n// or the foregronud (v)\n\nuniform texture bg_mask;\n\nbool behind = tex(bg_mask,UV…
15 shader_param/bg_mask = ExtResource( 1 )
/dports/x11-wm/sawfish/sawfish_1.13.0/src/
H A Dframes.c559 Pixmap bg_pixmap, bg_mask; in set_frame_part_bg() local
573 &bg_pixmap, &bg_mask); in set_frame_part_bg()
577 image_render (image, fp->width, fp->height, &bg_pixmap, &bg_mask); in set_frame_part_bg()
586 if (bg_mask == 0) in set_frame_part_bg()
607 if (bg_mask != 0) in set_frame_part_bg()
610 0, 0, bg_mask, ShapeSet); in set_frame_part_bg()
617 if (bg_mask != 0) in set_frame_part_bg()
649 if (bg_mask != 0) in set_frame_part_bg()
652 x, y, bg_mask, ShapeUnion); in set_frame_part_bg()
658 if (bg_mask != 0) in set_frame_part_bg()
[all …]
/dports/sysutils/busybox/busybox-1.26.2/miscutils/
H A Dconspy.c234 const uint8_t bg_mask = 0x70, blink_mask = 0x80; in screen_char() local
265 if (attr_diff & bg_mask) { in screen_char()
267 *ptr++ = color[(attr & bg_mask) >> 4]; in screen_char()
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/
H A Dbglv.c1069 static int get_key_mask(int bg_mask) in get_key_mask() argument
1072 if(bg_mask & BG_KEY_SHIFT_MASK) in get_key_mask()
1074 if(bg_mask & BG_KEY_CONTROL_MASK) in get_key_mask()
1076 if(bg_mask & BG_KEY_ALT_MASK) in get_key_mask()
1081 static int get_key_code(int bg_code, int bg_mask, in get_key_code() argument
1085 *lv_mask = get_key_mask(bg_mask); in get_key_code()
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/x11/
H A Dx11_event.c198 static int key_mask_to_xembed(int bg_mask) in key_mask_to_xembed() argument
202 if(bg_mask & BG_KEY_SHIFT_MASK) in key_mask_to_xembed()
204 if(bg_mask & BG_KEY_CONTROL_MASK) in key_mask_to_xembed()
206 if(bg_mask & BG_KEY_ALT_MASK) in key_mask_to_xembed()
208 if(bg_mask & BG_KEY_SUPER_MASK) in key_mask_to_xembed()
/dports/games/flying/flying-6.20/
H A Dxgraph.C257 bgc = pixel&bg_mask; // Hintergrund in StoreColor()
410 bg_mask=0; in AllocColors()
411 while(n) { bg_mask+=plane_mask[c++]; n>>=1; } in AllocColors()
475 values.plane_mask = ball_mask|shade_mask|bg_mask|cursor_mask; in AllocColors()
H A Dgraph.C41 static unsigned long bg_mask; // alle bg-Planes variable
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/examples/
H A Dprint.cpp406 static const int bg_mask[2] = {background_mask, foreground_mask}; local
451 *attributes &= ~bg_mask[*reverse];
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/examples/
H A Dprint.cpp406 static const int bg_mask[2] = {background_mask, foreground_mask}; local
451 *attributes &= ~bg_mask[*reverse];
/dports/graphics/djvulibre/djvulibre-3.5.28/tools/
H A Ddjvumake.cpp738 GP<GBitmap> bg_mask=GBitmap::create(); in create_masksub_chunks() local
739 processBackground(&raw_pm, g().stencil, bg_img, *bg_mask); in create_masksub_chunks()
740 GP<IW44Image> bg_pm = IW44Image::create_encode(bg_img, bg_mask, IW44Image::CRCBnormal); in create_masksub_chunks()
/dports/sysutils/syslinux/syslinux-6.03/com32/menu/
H A Dreadconfig.c831 unsigned int bg_mask = MSG_COLORS_DEF_BG; in parse_config_file() local
842 bg_mask = parse_argb(&p); in parse_config_file()
864 set_msg_colors_global(m->color_table, fg_mask, bg_mask, shadow); in parse_config_file()
/dports/sysutils/syslinux/syslinux-6.03/com32/elflink/ldlinux/
H A Dreadconfig.c1026 unsigned int bg_mask = MSG_COLORS_DEF_BG; in parse_config_file() local
1037 bg_mask = parse_argb(&p); in parse_config_file()
1059 set_msg_colors_global(m->color_table, fg_mask, bg_mask, shadow); in parse_config_file()
/dports/lang/fpc-source/fpc-3.2.2/packages/ggi/src/
H A Dggi.pp357 bg_mask: TGGIPixel; // Bitmask of background color