Home
last modified time | relevance | path

Searched refs:black_pixel (Results 26 – 50 of 384) sorted by relevance

12345678910>>...16

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxdcolor.h54 #define gx_rop_no_source_body(black_pixel)\ argument
55 NULL, 0, 0, gx_no_bitmap_id, {black_pixel, black_pixel}, true
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxdcolor.h54 #define gx_rop_no_source_body(black_pixel)\ argument
55 NULL, 0, 0, gx_no_bitmap_id, {black_pixel, black_pixel}, true
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxdcolor.h47 #define gx_rop_no_source_body(black_pixel)\ argument
48 NULL, 0, 0, gx_no_bitmap_id, {black_pixel, black_pixel}, 0, true
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxdcolor.h47 #define gx_rop_no_source_body(black_pixel)\ argument
48 NULL, 0, 0, gx_no_bitmap_id, {black_pixel, black_pixel}, 0, true
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxdcolor.h58 #define gx_rop_no_source_body(black_pixel)\ argument
59 NULL, 0, 0, gx_no_bitmap_id, {black_pixel, black_pixel}, 0, true
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxdcolor.h58 #define gx_rop_no_source_body(black_pixel)\ argument
59 NULL, 0, 0, gx_no_bitmap_id, {black_pixel, black_pixel}, 0, true
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/src/
H A Dscreen.c318 XSetForeground(dpy, gc, scr->black_pixel); in draw_dot()
335 XSetForeground(dpy, gc, scr->black_pixel); in make3Dots()
378 gcv.background = scr->black_pixel; in allocGCs()
439 gcv.background = scr->black_pixel; in allocGCs()
462 MENU_RADIO_INDICATOR_XBM_SIZE, scr->black_pixel, scr->white_pixel); in createPixmaps()
470 MENU_CHECK_INDICATOR_XBM_SIZE, scr->black_pixel, scr->white_pixel); in createPixmaps()
478 MENU_MINI_INDICATOR_XBM_SIZE, scr->black_pixel, scr->white_pixel); in createPixmaps()
486 MENU_HIDE_INDICATOR_XBM_SIZE, scr->black_pixel, scr->white_pixel); in createPixmaps()
494 MENU_SHADE_INDICATOR_XBM_SIZE, scr->black_pixel, scr->white_pixel); in createPixmaps()
552 attribs.border_pixel = scr->black_pixel; in createInternalWindows()
[all …]
H A Dwcore.c52 attribs.background_pixel = screen->black_pixel; in wCoreCreateTopLevel()
103 attribs.background_pixel = parent->screen_ptr->black_pixel; in wCoreCreate()
/dports/x11-wm/libwraster/WindowMaker-0.95.9/src/
H A Dscreen.c318 XSetForeground(dpy, gc, scr->black_pixel); in draw_dot()
335 XSetForeground(dpy, gc, scr->black_pixel); in make3Dots()
378 gcv.background = scr->black_pixel; in allocGCs()
439 gcv.background = scr->black_pixel; in allocGCs()
462 MENU_RADIO_INDICATOR_XBM_SIZE, scr->black_pixel, scr->white_pixel); in createPixmaps()
470 MENU_CHECK_INDICATOR_XBM_SIZE, scr->black_pixel, scr->white_pixel); in createPixmaps()
478 MENU_MINI_INDICATOR_XBM_SIZE, scr->black_pixel, scr->white_pixel); in createPixmaps()
486 MENU_HIDE_INDICATOR_XBM_SIZE, scr->black_pixel, scr->white_pixel); in createPixmaps()
494 MENU_SHADE_INDICATOR_XBM_SIZE, scr->black_pixel, scr->white_pixel); in createPixmaps()
552 attribs.border_pixel = scr->black_pixel; in createInternalWindows()
[all …]
H A Dwcore.c52 attribs.background_pixel = screen->black_pixel; in wCoreCreateTopLevel()
103 attribs.background_pixel = parent->screen_ptr->black_pixel; in wCoreCreate()
/dports/x11/py-i3ipc/i3ipc-2.2.1/test/aio/
H A Dwindow.py15 bggc = self.screen.root.create_gc(foreground=self.screen.black_pixel,
16 background=self.screen.black_pixel)
/dports/x11/p5-X11-Protocol-Other/X11-Protocol-Other-31/devel/
H A Dsetroot.pl70 my $black_pixel = $X->{'black_pixel'};
76 $X->ChangeGC($gc, foreground => $black_pixel);
H A Dwm-size-hints.pl40 background_pixel => $X->black_pixel,
H A Dicon-window.pl39 background_pixel => $X->black_pixel,
H A Drosetta-window-create.pl36 background_pixel => $X->black_pixel,
/dports/games/xbl/xbl-1.1.6/
H A Dinitwin.c120 x->black_pixel = x->map_entries - 4*(opt->use_bw?2:8) ; in initwin()
121 x->white_pixel = x->black_pixel + (opt->use_bw?2:8)-1 ; in initwin()
124 x->black_pixel = x->map_entries - 2*(opt->use_bw?2:8) ; in initwin()
125 x->white_pixel = x->black_pixel + (opt->use_bw?2:8)-1 ; in initwin()
151 wa.background_pixel = x->black_pixel ; in initwin()
/dports/graphics/cairo/cairo-1.17.4/test/
H A Dmap-to-image.c34 static const uint32_t black_pixel = 0x00000000; variable
46 *(uint16_t *)(data + y * stride + 2*x) = black_pixel; in set_pixel_black()
/dports/x11/p5-X11-Protocol/X11-Protocol-0.56/eg/
H A Dteletype.pl49 $x1->CreateGC($gc1, $win1, 'foreground' => $x1->black_pixel, 'font' => $fnt1,
51 $x2->CreateGC($gc2, $win2, 'foreground' => $x2->black_pixel, 'font' => $fnt2,
/dports/x11-toolkits/py-xlib/python-xlib-0.27/examples/
H A Dchildwin.py54 foreground=self.screen.black_pixel,
55 background=self.screen.black_pixel
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/examples/
H A Dtutorial.rs313 pub black_pixel: u32, field
342 println!(" black pixel...: {}", screen.black_pixel); in example3()
538 let values = CreateGCAux::default().foreground(screen.black_pixel); in example5()
758 .foreground(screen.black_pixel) in example6()
1427 .foreground(screen.black_pixel) in example_assign_font()
1487 .foreground(screen.black_pixel) in gc_font_get()
2364 .foreground(screen.black_pixel) in cursor_set()
2365 .background(screen.black_pixel) in cursor_set()
2716 .foreground(screen.black_pixel) in example_create_default_gc()
2729 let _black_pixel = conn.setup().roots[screen_num].black_pixel; in example_black_pixel()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/examples/
H A Dtutorial.rs313 pub black_pixel: u32, field
342 println!(" black pixel...: {}", screen.black_pixel); in example3()
538 let values = CreateGCAux::default().foreground(screen.black_pixel); in example5()
758 .foreground(screen.black_pixel) in example6()
1427 .foreground(screen.black_pixel) in example_assign_font()
1487 .foreground(screen.black_pixel) in gc_font_get()
2364 .foreground(screen.black_pixel) in cursor_set()
2365 .background(screen.black_pixel) in cursor_set()
2716 .foreground(screen.black_pixel) in example_create_default_gc()
2729 let _black_pixel = conn.setup().roots[screen_num].black_pixel; in example_black_pixel()
/dports/multimedia/mpv/mpv-0.34.1/video/out/
H A Dvo_vdpau.c79 VdpOutputSurface black_pixel; member
163 NULL, vc->black_pixel, in video_to_output_surface()
391 if (vc->black_pixel != VDP_INVALID_HANDLE) { in free_video_specific()
392 vdp_st = vdp->output_surface_destroy(vc->black_pixel); in free_video_specific()
395 vc->black_pixel = VDP_INVALID_HANDLE; in free_video_specific()
411 if (vc->black_pixel == VDP_INVALID_HANDLE) { in initialize_vdpau_objects()
413 1, 1, &vc->black_pixel); in initialize_vdpau_objects()
416 vdp_st = vdp->output_surface_put_bits_native(vc->black_pixel, in initialize_vdpau_objects()
432 vc->black_pixel = VDP_INVALID_HANDLE; in mark_vdpau_objects_uninitialized()
/dports/games/nighthawk/nighthawk/src/attic/
H A Dtedit_floor.h18 unsigned long black_pixel,white_pixel;
/dports/misc/broot/broot-1.7.0/cargo-crates/xcb-0.10.1/examples/
H A Dscreen_info.rs17 println!(" black pixel....: {:x}", screen.black_pixel()); in main()
/dports/x11/mlterm/mlterm-3.9.1/scrollbar/sample/
H A Dui_sample_sb_view_lib.h13 unsigned long black_pixel; member

12345678910>>...16