Home
last modified time | relevance | path

Searched refs:white_pixel (Results 1 – 25 of 242) sorted by relevance

12345678910

/dports/x11/p5-X11-Protocol-Other/X11-Protocol-Other-31/devel/
H A Dsaver.pl46 background_pixel => $X->white_pixel,
84 background_pixel => $X->white_pixel,
121 background_pixel => $X1->white_pixel,
133 background_pixel => $X2->white_pixel,
171 background_pixel => $X->white_pixel,
H A Dsetroot.pl69 my $white_pixel = $X->{'white_pixel'};
74 $X->CreateGC ($gc, $pixmap, foreground => $white_pixel);
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/morphology/tests/
H A Dtest_gray.py51 self.white_pixel = 255 - self.black_pixel
59 d = gray.dilation(self.white_pixel, s)
69 gray_close = gray.closing(self.white_pixel, s)
70 assert np.all(gray_close == self.white_pixel)
74 assert np.all(gray.opening(self.white_pixel, s) == 0)
82 tophat = gray.white_tophat(self.white_pixel, s)
83 assert np.all(tophat == self.white_pixel)
97 tophat = gray.black_tophat(self.white_pixel, s)
/dports/games/xbl/xbl-1.1.6/
H A Dinitgc.c296 x->white_pixel = xcolor[nbc-1].pixel ; in initgc()
341 x->white_pixel = xcolor[nbc-1].pixel ; in initgc()
354 xgc.foreground = x->white_pixel ; in initgc()
360 x->white_pixel,x->black_pixel,x->depth); in initgc()
373 x->white_pixel,x->black_pixel,x->depth); in initgc()
376 x->white_pixel,x->black_pixel,x->depth); in initgc()
379 x->white_pixel,x->black_pixel,x->depth); in initgc()
423 xgc.foreground = x->white_pixel ; in initgc()
429 xgc.foreground = x->white_pixel ; in initgc()
486 xgc.foreground = x->white_pixel ; in initgc()
[all …]
/dports/games/nighthawk/nighthawk/src/
H A Dintro.cc142 glColor3fv(white_pixel[2]); in main_logo_fg2()
222 glColor3fv(white_pixel[5]); in credit_8_fg()
248 glColor3fv(white_pixel[5]); in contacts_1_fg()
274 glColor3fv(white_pixel[5]); in contacts_2_fg()
300 glColor3fv(white_pixel[5]); in contacts_4_fg()
H A Dgame.cc519 glColor3fv(white_pixel[random() & 0x7]); in game_noise_draw()
548 glColor3fv(white_pixel[2]); in game_finale_draw()
/dports/multimedia/libva-utils/libva-utils-2.13.0/common/
H A Dva_display_x11.c63 unsigned int black_pixel, white_pixel; in ensure_window() local
77 white_pixel = WhitePixel(x11_display, screen); in ensure_window()
83 1, black_pixel, white_pixel in ensure_window()
/dports/net/x11vnc/x11vnc-0.9.16/src/
H A Dunixpw.c95 int white_pixel(void);
360 int white_pixel(void) { in white_pixel() function
489 rfbDrawString(pscreen, &default8x16Font, x, y, log, white_pixel()); in unixpw_screen()
1609 rfbDrawString(pscreen, &default8x16Font, x, y, ls, white_pixel());
1639 rfbDrawString(pscreen, &default8x16Font, x, y, li, white_pixel());
1778 p = white_pixel();
1826 text_x(), text_y(), msg, white_pixel());
1901 white_pixel());
1930 str, white_pixel());
2004 text_x(), text_y(), msg, white_pixel());
[all …]
/dports/x11/libXext/libXext-1.3.4/src/
H A DXAppgroup.c50 unsigned long white_pixel; member
149 *value++ = stuff->white_pixel; in StuffToWire()
166 unsigned long white_pixel, in XagCreateEmbeddedApplicationGroup() argument
186 stuff.white_pixel = white_pixel; in XagCreateEmbeddedApplicationGroup()
297 *(unsigned long*)ptr = rep.white_pixel; in XagGetApplicationGroupAttributes()
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/graphics/src/
H A Dxcolor.c33 PixVal white_pixel, black_pixel; local
53 white_pixel = WhitePixel(XBWin->disp,XBWin->screen);
58 XBWin->cmapping[WHITE] = white_pixel;
60 XBWin->background = white_pixel;
102 PixVal white_pixel, black_pixel, pix, white_pix, black_pix; local
104 white_pixel = WhitePixel(XBWin->disp,XBWin->screen);
162 XBWin->cmapping[0] = white_pixel;
/dports/games/nighthawk/nighthawk/src/attic/
H A Dedit_floor.cc48 ramp_colour(0xffff, 0xffff,0xffff,0xffff,0xffff,0xffff,&white_pixel,1); in init_colours()
107 XSetForeground(display,gc_dline,white_pixel); in draw()
135 XSetForeground(display,gc_dline,white_pixel); in draw()
H A Dtedit_floor.h18 unsigned long black_pixel,white_pixel;
/dports/multimedia/gstreamer1-vaapi/gstreamer-vaapi-1.16.2/tests/
H A Dtest-windows.c175 unsigned long white_pixel, black_pixel; in main() local
179 white_pixel = WhitePixel (dpy, screen); in main()
183 rootwin, 0, 0, win_width, win_height, 0, black_pixel, white_pixel); in main()
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/src/
H A Dscreen.c321 XSetForeground(dpy, gc, scr->white_pixel); in draw_dot()
337 XSetForeground(dpy, gc, scr->white_pixel); in make3Dots()
369 gcv.foreground = scr->white_pixel; in allocGCs()
377 gcv.foreground = scr->white_pixel; in allocGCs()
438 gcv.foreground = scr->white_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()
556 attribs.background_pixel = scr->white_pixel; in createInternalWindows()
[all …]
/dports/x11-wm/libwraster/WindowMaker-0.95.9/src/
H A Dscreen.c321 XSetForeground(dpy, gc, scr->white_pixel); in draw_dot()
337 XSetForeground(dpy, gc, scr->white_pixel); in make3Dots()
369 gcv.foreground = scr->white_pixel; in allocGCs()
377 gcv.foreground = scr->white_pixel; in allocGCs()
438 gcv.foreground = scr->white_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()
556 attribs.background_pixel = scr->white_pixel; in createInternalWindows()
[all …]
/dports/x11/xcb-util-image/xcb-util-image-0.4.0/test/
H A Dtest_xcb_image.c149 valgc[0] = screen->white_pixel; in main()
158 valwin[0] = screen->white_pixel; in main()
200 valwin[0] = screen->white_pixel; in main()
H A Dtest_xcb_image_shm.c85 valgc[0] = screen->white_pixel; in main()
136 valwin[0] = screen->white_pixel; in main()
/dports/x11/p5-X11-Protocol-Other/X11-Protocol-Other-31/t/
H A DXSetRoot.t156 my $white_pixel = $X->{'screens'}->[$screen_num]->{'white_pixel'};
171 my $got = X11::Protocol::XSetRoot::_tog_cup_pixel_is_reserved($X,$screen_num,$white_pixel);
/dports/x11/p5-X11-Protocol/X11-Protocol-0.56/eg/
H A Danim.pl16 'background_pixel' => $x->white_pixel);
26 $x->CreateGC($egc, $pm, 'foreground' => $x->white_pixel,
H A Dteletype.pl22 'background_pixel' => $x1->white_pixel,
28 'background_pixel' => $x2->white_pixel,
/dports/x11-toolkits/py-xlib/python-xlib-0.27/examples/
H A Dchildwin.py60 bggc.change(foreground=self.screen.white_pixel)
116 background_pixel=self.screen.white_pixel,
H A Dxinerama.py67 background_pixel = self.screen.white_pixel,
78 background = self.screen.white_pixel,
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/examples/
H A Dtutorial.rs312 pub white_pixel: u32, field
341 println!(" white pixel...: {}", screen.white_pixel); in example3()
767 .background_pixel(screen.white_pixel) in example6()
1276 .background_pixel(screen.white_pixel) in example7()
1428 .background(screen.white_pixel) in example_assign_font()
1488 .background(screen.white_pixel) in gc_font_get()
1510 .background_pixel(screen.white_pixel) in example8()
2390 .background_pixel(screen.white_pixel) in example10()
2717 .background(screen.white_pixel); in example_create_default_gc()
2738 let _white_pixel = conn.setup().roots[screen_num].white_pixel; in example_white_pixel()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/examples/
H A Dtutorial.rs312 pub white_pixel: u32, field
341 println!(" white pixel...: {}", screen.white_pixel); in example3()
767 .background_pixel(screen.white_pixel) in example6()
1276 .background_pixel(screen.white_pixel) in example7()
1428 .background(screen.white_pixel) in example_assign_font()
1488 .background(screen.white_pixel) in gc_font_get()
1510 .background_pixel(screen.white_pixel) in example8()
2390 .background_pixel(screen.white_pixel) in example10()
2717 .background(screen.white_pixel); in example_create_default_gc()
2738 let _white_pixel = conn.setup().roots[screen_num].white_pixel; in example_white_pixel()
/dports/x11-wm/muffin/muffin-4.8.0/cogl/tests/conform/
H A Dtest-materials.c102 uint8_t white_pixel[] = { 0xff, 0xff, 0xff, 0xff }; in test_using_all_layers() local
117 4, white_pixel); in test_using_all_layers()

12345678910