Home
last modified time | relevance | path

Searched refs:black_pixel (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/general/
H A Dpoint-line-no-cull.c48 black_pixel(float x, float y) in black_pixel() function
85 if (black_pixel(xmid, y0)) { in test_lines_no_culling()
95 if (black_pixel(xmid, y1)) { in test_lines_no_culling()
172 if (black_pixel(x0, y0)) { in test_points_no_culling()
181 if (black_pixel(x0, y1)) { in test_points_no_culling()
190 if (black_pixel(x0, y2)) { in test_points_no_culling()
204 if (black_pixel(x1, y0)) { in test_points_no_culling()
213 if (black_pixel(x1, y1)) { in test_points_no_culling()
222 if (black_pixel(x1, y2)) { in test_points_no_culling()
304 if (black_pixel(x0, y0)) { in test_points_no_stippling()
[all …]
/dports/x11/p5-X11-Protocol-Other/X11-Protocol-Other-31/t/
H A DXSetRoot.t53 my $black_pixel;
63 $black_pixel = $X->black_pixel;
64 MyTestHelpers::diag ("black_pixel = $black_pixel");
98 [ display => $display, pixel => $black_pixel ],
155 my $black_pixel = $X->{'screens'}->[$screen_num]->{'black_pixel'};
180 ok (X11::Protocol::XSetRoot::_tog_cup_pixel_is_reserved($X,$screen_num,$black_pixel),
/dports/multimedia/vlc/vlc-3.0.16/modules/video_filter/
H A Dripple.c143 uint16_t black_pixel; in Filter() local
146 black_pixel = ( p_pic->i_planes > 1 && i_index == Y_PLANE ) ? 0x00 in Filter()
155 black_pixel = ( p_pic->i_planes > 1 && i_index == Y_PLANE ) ? 0x00 in Filter() local
163 black_pixel = ( p_pic->i_planes > 1 && i_index == Y_PLANE ) ? 0x00 in Filter() local
167 black_pixel = 0x00; in Filter()
216 if (black_pixel > 0xFF) in Filter()
220 *p_out16++ = black_pixel; in Filter()
223 memset( p_black_out, black_pixel, i_offset ); in Filter()
H A Dwave.c143 uint16_t black_pixel; in Filter() local
156 black_pixel = ( p_pic->i_planes > 1 && i_index == Y_PLANE ) ? 0x00 in Filter() local
164 black_pixel = ( p_pic->i_planes > 1 && i_index == Y_PLANE ) ? 0x00 in Filter() local
168 black_pixel = 0x00; in Filter()
202 if (black_pixel > 0xFF) in Filter()
206 *p_out16++ = black_pixel; in Filter()
209 memset( p_black_out, black_pixel, i_offset ); in Filter()
H A Drotate.c281 const uint8_t black_pixel = ( i_plane == Y_PLANE ) ? 0x00 : 0x80; in Filter() local
310 uint8_t i_curpix = black_pixel; in Filter()
311 uint8_t i_colpix = black_pixel; in Filter()
312 uint8_t i_linpix = black_pixel; in Filter()
313 uint8_t i_nexpix = black_pixel; in Filter()
345 { *p_out = black_pixel; in Filter()
354 *p_out = black_pixel; in Filter()
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/morphology/tests/
H A Dtest_gray.py49 self.black_pixel = 255 * np.ones((4, 4), dtype=np.uint8)
50 self.black_pixel[1, 1] = 0
51 self.white_pixel = 255 - self.black_pixel
58 c = gray.erosion(self.black_pixel, s)
64 gray_open = gray.opening(self.black_pixel, s)
65 assert np.all(gray_open == self.black_pixel)
78 assert np.all(gray.closing(self.black_pixel, s) == 255)
87 tophat = gray.black_tophat(self.black_pixel, s)
88 assert np.all(tophat == (255 - self.black_pixel))
92 tophat = gray.white_tophat(self.black_pixel, s)
/dports/games/xbl/xbl-1.1.6/
H A Dinitgc.c295 x->black_pixel = xcolor[0].pixel ; in initgc()
340 x->black_pixel = xcolor[0].pixel ; in initgc()
353 xgc.background = x->black_pixel ; in initgc()
360 x->white_pixel,x->black_pixel,x->depth); in initgc()
369 x->back_pixel = x->black_pixel ; 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()
421 xgc.foreground = x->black_pixel ; in initgc()
426 xgc.background = x->black_pixel ; in initgc()
[all …]
/dports/multimedia/gstreamer1-vaapi/gstreamer-vaapi-1.16.2/gst-libs/gst/vaapi/
H A Dgstvaapiutils_x11.c83 unsigned long black_pixel; in x11_create_window() local
89 black_pixel = BlackPixel (dpy, screen); in x11_create_window()
97 xswa.border_pixel = black_pixel; in x11_create_window()
98 xswa.background_pixel = black_pixel; in x11_create_window()
/dports/multimedia/transcode/transcode-1.1.7/src/
H A Dvideo_trans.c32 uint8_t black_pixel[3]; // "black" value for each plane (e.g. 128 for U/V) member
86 vtd->black_pixel[0] = 0; in set_vtd()
95 vtd->black_pixel[1] = 128; in set_vtd()
96 vtd->black_pixel[2] = 128; in set_vtd()
104 vtd->black_pixel[1] = 128; in set_vtd()
105 vtd->black_pixel[2] = 128; in set_vtd()
225 vtd.black_pixel[i]); in do_process_frame()
337 vtd.black_pixel[i]); in do_process_frame()
524 vtd.black_pixel[i]); in preprocess_vid_frame()
582 vtd.black_pixel[i]); in postprocess_vid_frame()
/dports/x11/p5-X11-Protocol-Other/X11-Protocol-Other-31/devel/
H A Dwm.pl82 background_pixel => $X->black_pixel,
166 background_pixel => $X->black_pixel,
194 background_pixel => $X->black_pixel,
253 background_pixel => $X->black_pixel,
275 background_pixel => $X->black_pixel,
H A Dmwm-hints-tearoff.pl175 background_pixel => $X->black_pixel,
197 background_pixel => $X->black_pixel,
H A Dscroll-new-window.pl46 background_pixel => $X->black_pixel,
81 background_pixel => $X->black_pixel,
/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
76 black_pixel = BlackPixel(x11_display, screen); in ensure_window()
83 1, black_pixel, white_pixel in ensure_window()
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/graphics/src/
H A Dxcolor.c33 PixVal white_pixel, black_pixel; local
54 black_pixel = BlackPixel(XBWin->disp,XBWin->screen);
57 XBWin->cmapping[BLACK] = black_pixel;
59 XBWin->foreground = black_pixel;
102 PixVal white_pixel, black_pixel, pix, white_pix, black_pix; local
105 black_pixel = BlackPixel(XBWin->disp,XBWin->screen);
159 if (XBWin->cmapping[0] != black_pixel)
160 XBWin->cmapping[0] = black_pixel;
/dports/x11/libXext/libXext-1.3.4/src/
H A DXAppgroup.c49 unsigned long black_pixel; member
146 *value++ = stuff->black_pixel; in StuffToWire()
165 unsigned long black_pixel, in XagCreateEmbeddedApplicationGroup() argument
185 stuff.black_pixel = black_pixel; in XagCreateEmbeddedApplicationGroup()
293 *(unsigned long*)ptr = rep.black_pixel; in XagGetApplicationGroupAttributes()
/dports/graphics/cairo/cairo-1.17.4/test/
H A Da1-image-sample.c36 static const uint32_t black_pixel = 0xff000000; variable
44 surface = cairo_image_surface_create_for_data ((unsigned char *) &black_pixel, in draw()
H A Da1-mask-sample.c38 static const uint32_t black_pixel = 0xffffffff; variable
47 surface = cairo_image_surface_create_for_data ((unsigned char *) &black_pixel, in draw()
H A Dfilter-nearest-transformed.c37 static const uint32_t black_pixel = 0xff000000; variable
66 surface = cairo_image_surface_create_for_data ((uint8_t *) &black_pixel, in draw()
/dports/x11/polybar/polybar-3.5.7/src/x11/
H A Dbackground_manager.cpp174 auto black_pixel = m_connection.screen()->black_pixel; in allocate_resources() local
176 unsigned int value_list[3] = {black_pixel, black_pixel, 0}; in allocate_resources()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxdcolor.h55 #define gx_rop_no_source_body(black_pixel)\ argument
56 NULL, 0, 0, gx_no_bitmap_id, {black_pixel, black_pixel}, true
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxdcolor.h55 #define gx_rop_no_source_body(black_pixel)\ argument
56 NULL, 0, 0, gx_no_bitmap_id, {black_pixel, black_pixel}, true
/dports/games/nighthawk/nighthawk/src/attic/
H A Dedit_floor.cc47 ramp_colour(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, &black_pixel, 1); in init_colours()
119 XSetForeground(display,gc_dline,black_pixel); in draw()
137 XSetForeground(display,gc_dline,black_pixel); in draw()
/dports/multimedia/gstreamer1-vaapi/gstreamer-vaapi-1.16.2/tests/
H A Dtest-windows.c175 unsigned long white_pixel, black_pixel; in main() local
180 black_pixel = BlackPixel (dpy, screen); in main()
183 rootwin, 0, 0, win_width, win_height, 0, black_pixel, white_pixel); in main()
/dports/x11/beforelight/beforelight-1.0.5/
H A Db4light.c91 static unsigned long black_pixel; variable
105 black_pixel = hard.pixel; in AllocateColors()
179 XSetForeground (display, erase_gc, black_pixel ^ old_pixels[history_tail]); in Erase()
367 attr.background_pixel = black_pixel; in main()
377 XSetForeground (display, black_gc, black_pixel); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/tools/compositor_model_bench/
H A Dcompositor_model_bench.cc159 auto black_pixel = connection_->default_screen().black_pixel; in InitX11() local
168 .background_pixel = black_pixel, in InitX11()
169 .border_pixel = black_pixel, in InitX11()

12345678910>>...16