/solaris-x11-s12/open-src/app/cmap_alloc/sun-src/ |
H A D | cmap_alloc.c | 42 int depth = All; variable 125 if ((visual_class != All) && (depth != All)) { 130 (available_visuals[v].depth == depth)) 143 /* Try all visuals of visual_class with any depth */ 151 /* Try all visuals of depth and any dynamic class */ 152 else if (depth != All) { 154 if ((depth == available_visuals[v].depth) && 181 visual_class_name(vinfo->class), vinfo->depth); 348 int depth; local [all...] |
/solaris-x11-s12/open-src/lib/libXext/sun-src/src/ |
H A D | TransOvl.c | 48 int depth; member in struct:__anon143 104 int depth; member in struct:__anon148 158 Depth *depth; local 161 for (depth = scr->depths; depth < (scr->depths + scr->ndepths); depth++) { 162 if (depth->visuals) { 163 for (vis = depth->visuals; 164 vis < (depth->visuals + depth 201 Depth *depth; local 371 int depth; local 451 int depth; local 551 int depth; local 849 XSolarisOvlCreateWindow( Display *dpy, Window parent, int x, int y, unsigned int width, unsigned int height, unsigned int border_width, int depth, unsigned int class, Visual *visual, unsigned long valuemask, XSetWindowAttributes *attr ) argument 1222 Depth *depth; local [all...] |
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/ast/ |
H A D | ast_res_try_now.c | 125 int depth[AST_MAX_STREAMS]; local 156 &depth[stream_index]); 207 depth[stream_index], 214 depth[stream_index], 297 int depth, 309 depth[stream_index], 364 /*???*/ const unsigned int depth = 24; /* From nfb & pfb for Solaris 8 & 9 */ local 392 if (ast_set_named_mode(fb_info, video_mode->name, depth, 0)
|
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/mga/ |
H A D | mga_res_try_now.c | 119 int depth[MGA_MAX_STREAMS]; local 150 &depth[stream_index]); 201 depth[stream_index], 208 depth[stream_index], 291 int depth, 303 depth[stream_index], 358 /*???*/ const unsigned int depth = 24; /* From nfb & pfb for Solaris 8 & 9 */ local 386 if (mga_set_named_mode(fb_info, video_mode->name, depth, 0)
|
/solaris-x11-s12/open-src/font/google-droid/ |
H A D | getdroid.sh | 16 git pull --depth=1 --no-tags origin HEAD
|
/solaris-x11-s12/open-src/lib/libdga/sun-src/ |
H A D | dga_pixshared.h | 86 u_char depth; /* pixmap depth */ member in struct:shared_pixmap_info
|
H A D | dga_ab.c | 129 STORE_BUFFERS((dga_internal_buffer)dgawin->depth, infop->wx_abuf.depth_fn, infop->wx_abuf.depth_fn[0], infop->wx_abuf.depth_size); 175 int depth = 0; local 220 c_bufferp = (dga_internal_buffer)dgawin->depth; 222 return dgawin->depth; 291 c_bufferp = (dga_internal_buffer)dgawin->depth; 385 c_bufferp = (dga_internal_buffer)dgawin->depth; 433 ((dga_internal_buffer)dgawin->depth)->bufferp = NULL; 486 STORE_BUFFERS((dga_internal_buffer)dgawin->depth, infop->wx_abuf.depth_fn, infop->wx_abuf.depth_fn[0], infop->wx_abuf.depth_size);
|
H A D | dga_winshared.h | 105 * w_depth depth of window 354 * bitsPerPixel -> depth of the buffer 425 dga_buffer depth; member in struct:wx_abinfo 432 dga_buffer depth; member in struct:wx_abinfo 604 u_char w_depth; /* Window depth */
|
H A D | pix_grab.c | 313 clientp->depth = infop->depth; 522 return (clientp->depth);
|
H A D | pix_inquiry.c | 57 return(dgapix->depth);
|
H A D | dga_internal.h | 91 void *depth; member in struct:dga_window 266 u_char depth; /* pixmap depth in bits */ member in struct:dga_pixmap
|
H A D | win_grab.c | 188 * Return windows depth . 289 if(clientp->depth) free(clientp->depth); 758 clientp->depth = (void *)malloc(sizeof(dga_internal_buffer_rec)); 759 if ( !clientp->depth ) 775 ((dga_internal_buffer)clientp->depth)->bufferp = NULL; 781 ((dga_internal_buffer)clientp->depth)->pDraw = (Dga_drawable)clientp; 787 ((dga_internal_buffer)clientp->depth)->buf_size = 0; 1629 curg_mem.depth = curg_mpr->curg_depth;
|
H A D | dga.h | 62 u_int depth; member in struct:dga_curs_memimage
|
/solaris-x11-s12/open-src/app/xmag_multivis/sun-src/ |
H A D | multivis.h | 62 int depth; member in struct:_winVisInfo
|
H A D | multivis.c | 236 pWinInfo->depth = xwa.depth; 336 * Returns 1 if visinfo or depth differ 350 if(winList.wins[i].depth != winList.wins[0].depth)
|
H A D | xmag_multivis.c | 318 if (def_vis->class == TrueColor && def_vis->depth == 24) { 605 FinalImage = XCreateImage(dpy, vis.visual, vis.depth, ZPixmap, 0, 1178 unsigned int w,h,bwide,depth,thigh; local 1180 XGetGeometry (dpy, wind, &rootW, &x, &y, &w, &h, &bwide, &depth); 1208 * errors, if the depth of the parent is different. 1314 case 2: /* no depth problem , but colormap or visual class mismatch */
|
/solaris-x11-s12/open-src/kernel/sys/drm/ |
H A D | drm_fb_helper.h | 115 uint32_t depth);
|
H A D | drm_crtc.h | 272 /* depth can be 15 or 16 */ 273 unsigned int depth; member in struct:drm_framebuffer 1016 extern uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth); 1060 extern void drm_fb_get_bpp_depth(uint32_t format, unsigned int *depth,
|
/solaris-x11-s12/open-src/proto/sun-ext-protos/include/ |
H A D | transovl.h | 73 unsigned int depth; member in struct:__anon193
|
H A D | transovlstr.h | 183 INT16 depth B16;
|
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/mga/ |
H A D | tools.c | 259 register uint_t depth; local 451 depth = 4; 459 depth = 4; 461 depth = 8; 468 /* Compute the depth. */ 472 depth = 8; 477 depth = 15; 482 depth = 16; 487 depth = 24; 493 depth [all...] |
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/ast/ |
H A D | tools.c | 226 register uint_t depth; local 354 depth = 4; 360 depth = 8; 369 depth = 8; 375 depth = 15; 381 depth = 16; 387 depth = 32; 400 ast_info.ast_depth = depth; 420 printf("width=%d height=%d depth=%d pitch=%d\n",
|
/solaris-x11-s12/open-src/kernel/i915/src/ |
H A D | intel_overlay.c | 617 if (overlay->crtc->base.fb->depth == 15) { 897 int depth; local 926 depth = packed_depth_bytes(rec->flags); 927 if (depth < 0) 928 return depth; 935 if (rec->offset_Y % depth) 972 /* always 4 Y values per depth pixels */
|
/solaris-x11-s12/open-src/kernel/drm/src/ |
H A D | drm_crtc.c | 2226 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth) argument 2235 if (depth == 15) 2244 if (depth == 24) 2246 else if (depth == 30) 2290 r.pixel_format = drm_mode_legacy_fb_format(or->bpp, or->depth); 2580 r->depth = fb->depth; 3640 void drm_fb_get_bpp_depth(uint32_t format, unsigned int *depth, argument 3647 *depth = 8; 3658 *depth 3747 unsigned int depth; local [all...] |
H A D | drm_fb_helper.c | 124 cmdline_mode->bpp = fb_info.depth; 336 for both depth/bpp */ 955 pitch = ALIGN(fb_info.xres * ((fb_info.depth + 7) / 8), 64);
|