/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | resolutions.h | 35 unsigned int width; member in struct:__anon45 39 unsigned int Hsw; /* Horizontal sync width */ 42 unsigned int Vsw; /* Vertical sync width */
|
H A D | fbc.h | 117 int width; /* Horizontal addressable pixels */ member in struct:__anon18
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/ |
H A D | chip.c | 196 register uint_t const width, 210 x1 = (uint_t)((width * lineon) / numlines); 223 x2 = width; 235 register uint_t const width, 248 x1 = (uint_t)((width * recton) / 512); 249 x2 = width - x1; 195 draw_lines( register uint_t const width, register uint_t const height) argument 234 draw_cascaded_box( register uint_t const width, register uint_t const height) argument
|
H A D | astio.h | 63 int width; member in struct:ast_vis_cmd_buf
|
H A D | libvtsSUNWast.c | 279 register int const width = DisplayWidth(ast_xw.xw_display, local 297 root, 0, 0, width, height, 305 (ulong_t)root, 0, 0, width, height,
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/ |
H A D | chip.c | 192 register uint_t const width, 206 x1 = (uint_t)((width * lineon) / numlines); 219 x2 = width; 231 register uint_t const width, 244 x1 = (uint_t)((width * recton) / 512); 245 x2 = width - x1; 191 draw_lines( register uint_t const width, register uint_t const height) argument 230 draw_cascaded_box( register uint_t const width, register uint_t const height) argument
|
H A D | libvtsSUNWefb.c | 279 register int const width = DisplayWidth(efb_xw.xw_display, local 297 root, 0, 0, width, height, 305 (ulong_t)root, 0, 0, width, height,
|
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1Sme.c | 212 * I just return the height and a width of 1. 221 Dimension width; local 225 width = 1; /* we can be really small. */ 227 if ( ((mode & CWWidth) && (intended->width != width)) || 230 return_val->width = width; 233 if ( (mode & CWWidth) && (width == entry->rectangle.width) )
|
H A D | Xaw3_1SmeLine.c | 238 0, y, (unsigned int) entry->rectangle.width, 275 * I just return the height and a width of 1. 284 Dimension width; local 288 width = 1; /* we can be really small. */ 290 if ( ((mode & CWWidth) && (intended->width != width)) || 293 return_val->width = width; 296 if ( (mode & CWWidth) && (width == entry->rectangle.width) ) [all...] |
H A D | Xaw3_1MailboxP.h | 48 int width, height; /* geometry of pixmaps */ member in struct:__anon308::_mbimage
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | Sme.c | 218 * I just return the height and a width of 1. 227 Dimension width; local 231 width = 1; /* we can be really small. */ 233 if ( ((mode & CWWidth) && (intended->width != width)) || 236 return_val->width = width; 239 if ( (mode & CWWidth) && (width == entry->rectangle.width) )
|
H A D | SmeLine.c | 224 0, y, (unsigned int) entry->rectangle.width, 263 * I just return the height and a width of 1. 272 Dimension width; local 276 width = 1; /* we can be really small. */ 278 if ( ((mode & CWWidth) && (intended->width != width)) || 281 return_val->width = width; 284 if ( (mode & CWWidth) && (width == entry->rectangle.width) ) [all...] |
H A D | Porthole.c | 146 prep.slider_width = pw->core.width; 148 prep.canvas_width = child->core.width; 167 *widthp = child->core.width; 172 if (geomp->request_mode & CWWidth) *widthp = geomp->width; 180 if (*widthp < pw->core.width) *widthp = pw->core.width; 187 minx = ((Position) pw->core.width) - ((Position) *widthp); 214 if (gw->core.width < 1) gw->core.width = 1; 233 Dimension width, heigh local [all...] |
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/mga/ |
H A D | chip.c | 218 register unsigned int const width, 232 x1 = (unsigned int)((width * lineon) / numlines); 245 x2 = width; 257 register unsigned int const width, 270 x1 = (unsigned int)((width * recton) / 512); 271 x2 = width - x1; 217 draw_lines( register unsigned int const width, register unsigned int const height) argument 256 draw_cascaded_box( register unsigned int const width, register unsigned int const height) argument
|
H A D | libvtsSUNWmga.c | 273 register int const width = DisplayWidth(mga_xw.xw_display, local 291 root, 0, 0, width, height, 299 (unsigned long) root, 0, 0, width, height,
|
/solaris-x11-s11/open-src/app/xlock/sun-src/ |
H A D | image.c | 55 0, 0, /* width, height */ 69 int width; member in struct:__anon104 129 logo.width = sunlogo_width; 134 ip->width = xgwa.width; 136 ip->ncols = ip->width / sunlogo_width; 144 ip->xb = (ip->width - sunlogo_width * ip->ncols) / 2; 151 XFillRectangle(dsp, win, Scr[screen].gc, 0, 0, ip->width, ip->height);
|
H A D | qix.c | 80 int width; member in struct:__anon109 106 qp->width = xgwa.width; 110 if (qp->width < 100) { /* icon window */ 121 qp->x1 = random() % qp->width; 123 qp->x2 = random() % qp->width; 126 XFillRectangle(dsp, win, Scr[screen].gc, 0, 0, qp->width, qp->height); 150 check_bounds(qp, qp->x1, &qp->dx1, qp->width); 152 check_bounds(qp, qp->x2, &qp->dx2, qp->width);
|
H A D | flame.c | 64 int width, height; member in struct:__anon101 104 fs->width = xwa.width; 111 XFillRectangle(dsp, win, Scr[screen].gc, 0, 0, fs->width, fs->height); 136 xp = fs->pts[fs->num_points].x = (int) ((fs->width / 2)
|
H A D | swarm.c | 65 int width; member in struct:__anon113 97 sp->width = xgwa.width; 102 XFillRectangle(dsp, win, Scr[screen].gc, 0, 0, sp->width, sp->height); 117 sp->wx[0] = BORDER + random() % (sp->width - 2 * BORDER); 126 X(0, b) = random() % sp->width; 169 if ((sp->wx[0] < BORDER) || (sp->wx[0] > sp->width - BORDER - 1)) {
|
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | drm_sarea.h | 70 unsigned int width; member in struct:drm_sarea_frame
|
/solaris-x11-s11/open-src/kernel/sys/drm/ |
H A D | drm_sarea.h | 70 unsigned int width; member in struct:drm_sarea_frame
|
/solaris-x11-s11/open-src/lib/libdga/sun-src/ |
H A D | dga_rtnshared.h | 84 short width; /* raster width */ member in struct:shared_retained_info
|
/solaris-x11-s11/open-src/app/xcolor/sun-src/ |
H A D | xcolor.c | 54 width = 0; variable 95 fw = (float) width / (float)max; 125 fw = (float) width / 16.0; 205 if ((height == xce->height) && (width == xce->width)) 208 width = xce->width; 305 size_hints.width = DEFW; 312 (unsigned int *) &(size_hints.width), 322 width [all...] |
/solaris-x11-s11/open-src/app/xlswins/sun-src/ |
H A D | xlswins.c | 278 unsigned int width, height, bw, depth; local 288 if (XGetGeometry(dpy, w, &root, &x,&y,&width,&height,&bw,&depth)) { 291 printf (" %ux%u+%d+%d", width, height, x, y);
|
/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/ |
H A D | multivis.h | 65 int x, y, width, height; /* GetImage, in window space */ member in struct:_winVisInfo 141 int mvCreatImg(int width, int height, int x, int y);
|