Searched refs:depth (Results 1 - 25 of 66) sorted by relevance

123

/solaris-x11-s11/open-src/app/cmap_alloc/sun-src/
H A Dcmap_alloc.c42 int depth = All; variable
123 if ((visual_class != All) && (depth != All)) {
128 (available_visuals[v].depth == depth))
141 /* Try all visuals of visual_class with any depth */
149 /* Try all visuals of depth and any dynamic class */
150 else if (depth != All) {
152 if ((depth == available_visuals[v].depth) &&
179 visual_class_name(vinfo->class), vinfo->depth);
346 int depth; local
[all...]
/solaris-x11-s11/open-src/lib/libXext/sun-src/src/
H A DTransOvl.c48 int depth; member in struct:__anon420
104 int depth; member in struct:__anon425
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-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/ast/
H A Dast_res_try_now.c125 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-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/efb/
H A Defb_res_try_now.c130 int depth[EFB_MAX_STREAMS]; local
161 &depth[stream_index]);
212 depth[stream_index],
219 depth[stream_index],
302 int depth,
314 depth[stream_index],
371 /*???*/ const unsigned int depth = 24; /* From nfb & pfb for Solaris 8 & 9 */ local
400 if (efb_set_named_mode(fb_info, video_mode->name, depth, 0)
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/mga/
H A Dmga_res_try_now.c119 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-s11/open-src/app/xlswins/sun-src/
H A Dxlswins.c58 static void list_window (Display *dpy, Window w, int depth, int indent,
241 int depth,
257 printf ("%d: ", depth);
259 for (n = depth * indent; n > 0; n--) {
278 unsigned int width, height, bw, depth; local
288 if (XGetGeometry(dpy, w, &root, &x,&y,&width,&height,&bw,&depth)) {
320 list_window (dpy, children[n], depth + 1, indent, long_version,
238 list_window( Display *dpy, Window w, int depth, int indent, Bool long_version, Bool print_resources, char *pname, char *pclass) argument
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DdpsXshare.h86 default depth, but is not set to use any drawable.
115 and depth.
120 int depth);
131 the structure must be appropriate for the current drawable and depth.
141 the structure must be appropriate for the current drawable and depth.
157 int depth,
172 int depth,
H A DdpsXpreview.h132 int depth,
H A DDPSScrollW.h171 int *height, int *depth, Screen **screen);
173 int depth, Screen *screen);
/solaris-x11-s11/open-src/font/google-droid/
H A Dgetdroid.sh16 git pull --depth=1 --no-tags origin HEAD
/solaris-x11-s11/open-src/kernel/efb/src/
H A Defb_vis.c173 efb_priv->depth[efb_priv->consinfo.stream] / 8;
174 devinit.depth = efb_priv->depth[efb_priv->consinfo.stream];
227 if (devinit.depth == 32)
297 switch (efb_priv->depth[efb_priv->consinfo.stream]) {
338 devinit.depth = efb_priv->depth[efb_priv->consinfo.stream];
340 efb_priv->depth[efb_priv->consinfo.stream] / 8;
410 * For 32-bit depth the DAC must be initialized for linear TrueColor 24 before
416 * Initialize the cmap for the current fb depth
990 uint32_t depth, pitch, offset; local
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DXDPSshare.c203 int depth)
205 return XDPSSetContextParameters(context, screen, depth, None, 0,
239 static GC DisplayInfoSharedGC(DisplayInfo d, Screen *screen, int depth) argument
249 d->validDepths[s][i] != depth; i++) {}
254 if (depth == DefaultDepthOfScreen(screen)) {
260 1, 1, depth);
272 int depth,
310 gc = DisplayInfoSharedGC(d, screen, depth);
380 int depth,
395 status = XDPSSetContextParameters(context, screen, depth, drawabl
200 XDPSSetContextDepth( DPSContext context, Screen *screen, int depth) argument
269 XDPSSetContextParameters( DPSContext context, Screen *screen, int depth, Drawable drawable, int height, XDPSStandardColormap *rgbMap, XDPSStandardColormap *grayMap, unsigned int flags) argument
377 XDPSPushContextParameters( DPSContext context, Screen *screen, int depth, Drawable drawable, int height, XDPSStandardColormap *rgbMap, XDPSStandardColormap *grayMap, unsigned int flags, DPSPointer *pushCookieReturn) argument
[all...]
/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Ddga_pixshared.h86 u_char depth; /* pixmap depth */ member in struct:shared_pixmap_info
H A Ddga_ab.c129 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);
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A Dtools.c205 register uint_t depth; local
242 /* Compute the depth. */
248 depth = 8;
254 depth = 15;
260 depth = 16;
266 depth = 24;
272 depth = 32;
278 gfx_vts_set_message(rp, 1, test, "unsupported depth");
284 efb_info.efb_depth = depth;
289 printf("width=%d height=%d depth
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTree.c369 * Allocate the array used to hold the widest values per depth
701 static void compute_bounding_box_subtree (tree, w, depth)
704 int depth;
715 if (depth >= tree->tree.n_largest) {
717 &tree->tree.n_largest, depth + 1);
720 if (tree->tree.largest[depth] < newwidth)
721 tree->tree.largest[depth] = newwidth;
743 compute_bounding_box_subtree (tree, child, depth + 1);
815 static void arrange_subtree (tree, w, depth, x, y)
818 int depth;
[all...]
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Simple.c127 w->core.depth);
183 w->core.depth);
H A DXaw3_1CommandI.h40 #define ComWdepth cbw->core.depth
H A DXaw3_1Mailbox.c313 static Pixmap make_pixmap (dpy, w, bitmap, depth, flip, widthp, heightp)
318 int depth;
339 width, height, depth, fore, back);
349 int depth = w->core.depth; local
375 depth, False,
379 depth, w->mailbox.flipit,
H A DXaw3_1SmeBSB.c507 unsigned int depth, bw; local
517 &x, &y, &width, &height, &bw, &depth)) {
523 if (depth != 1) {
536 &x, &y, &width, &height, &bw, &depth)) {
542 if (depth != 1) {
582 XtParent(w)->core.depth);
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXcmu.c150 unsigned int width, height, bwidth, depth; local
152 &bwidth, &depth)) root = DefaultRootWindow(dpy);
384 if (vlist->depth > maxdepth) {
385 maxdepth = vlist->depth;
400 unsigned long max = 1 << vinfo->depth;
416 unsigned long max = 1 << vinfo->depth;
511 char *class, *depth; local
526 if (vinfo->depth >= 24) depth = "24.";
527 else if (vinfo->depth >
534 (void) strcat(strcat(namePrefix, class), depth); local
536 (void) strcat(strcat(classPrefix, class), depth); local
[all...]
/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dmultivis.h62 int depth; member in struct:_winVisInfo
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_fb_helper.h114 uint32_t depth);
/solaris-x11-s11/open-src/proto/sun-ext-protos/include/
H A Dtransovl.h73 unsigned int depth; member in struct:__anon489
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/mga/
H A Dtools.c259 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...]

Completed in 46 milliseconds

123