/solaris-x11-s12/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
|
H A D | sun_edid.h | 157 int *width, /* Returned horiz addressable pixels */ 164 int *width, /* Returned horiz addressable pixels */ 239 short width; /* Horizontal addressable pixels */ member in struct:__anon55
|
H A D | sun_edid.c | 484 int width; /* Horizontal addressable pixels */ member in struct:__anon47 619 * corresponding width, height, and vertical frequency. Return -1 if 629 int *width, /* Returned width */ 644 *width = est_timings[bit_off].width; 652 (est_timings[bit_off].width == 0)) { 663 * Decode a Standard Timings byte pair and return the width, height, 727 * address. Return the width, height, and vertical frequency. 736 int *width, /* Returne 625 sun_edid_etiming( const uint8_t *edid_data, int addr, int bit_off, int *width, int *height, int *frequency) argument 733 sun_edid_stiming( const uint8_t *edid_data, int addr, int *width, int *height, int *frequency) argument 1207 add_video_mode( sun_edid_mode_t *edid_modes, sun_edid_mode_t **edid_modes_end, const char *mode_name, short width, short height, short frequency) argument 1410 get_stiming_name( int width, int height, int frequency, fbc_mode_elem_t *mode_list, char *name_buf) argument 1506 int width; /* Horizontal addressable pixels */ local [all...] |
/solaris-x11-s12/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,
|
H A D | tools.c | 224 register uint_t width; local 338 width = (((((uint_t)xhovf & 0x4) >> 2 << 8) | 355 width /= 8; 398 ast_info.ast_width = width; 420 printf("width=%d height=%d depth=%d pitch=%d\n",
|
/solaris-x11-s12/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,
|
H A D | tools.c | 257 register uint_t width; local 430 /* Compute the width. */ 432 width = ((uint_t) horiz_display_end + 1) * 8; 452 width /= 8; 521 mga_info.mga_width = width; 829 register int const width = x2 - x1; local 853 mga_put_uint32(&mgaptr->mga_ar0, ((width + 31) / 32 * 32) * 856 mga_put_uint32(&mgaptr->mga_ar5, (width + 31) / 32); 865 for (x = 0; x < width; x++) { 869 if ((x & 0x1f) == 0x1f || x == width [all...] |
/solaris-x11-s12/open-src/app/xlock/sun-src/ |
H A D | image.c | 55 0, 0, /* width, height */ 69 int width; member in struct:__anon101 124 logo.width = sunlogo_width; 129 ip->width = xgwa.width; 131 ip->ncols = ip->width / sunlogo_width; 139 ip->xb = (ip->width - sunlogo_width * ip->ncols) / 2; 146 XFillRectangle(dsp, win, Scr[screen].gc, 0, 0, ip->width, ip->height);
|
H A D | flame.c | 64 int width, height; member in struct:__anon98 102 fs->width = xwa.width; 109 XFillRectangle(dsp, win, Scr[screen].gc, 0, 0, fs->width, fs->height); 133 fs->pts[fs->num_points].x = (short) ((fs->width / 2) * (x + 1.0));
|
H A D | qix.c | 80 uint_t width; member in struct:__anon106 105 qp->width = xgwa.width; 109 if (qp->width < 100) { /* icon window */ 120 qp->x1 = (int) random() % qp->width; 122 qp->x2 = (int) random() % qp->width; 125 XFillRectangle(dsp, win, Scr[screen].gc, 0, 0, qp->width, qp->height); 148 check_bounds(qp, qp->x1, &qp->dx1, qp->width); 150 check_bounds(qp, qp->x2, &qp->dx2, qp->width);
|
H A D | swarm.c | 65 int width; member in struct:__anon110 95 sp->width = xgwa.width; 100 XFillRectangle(dsp, win, Scr[screen].gc, 0, 0, sp->width, sp->height); 121 sp->wx[0] = (short) (BORDER + random() % (sp->width - 2 * BORDER)); 130 X(0, b) = (short) (random() % sp->width); 172 if ((sp->wx[0] < BORDER) || (sp->wx[0] > sp->width - BORDER - 1)) {
|
H A D | life.c | 62 0, 0, /* width, height */ 82 int width; member in struct:__anon102 541 logo.width = icon_width; 546 lp->width = xgwa.width; 548 lp->pixelmode = (lp->width < 4 * icon_width); 553 lp->ncols = min(lp->width / icon_width, MAXCOLS); 556 lp->xs = lp->width / lp->ncols; 558 lp->xb = (lp->width - lp->xs * lp->ncols) / 2; 562 XFillRectangle(dsp, win, Scr[screen].gc, 0, 0, lp->width, l [all...] |
/solaris-x11-s12/open-src/lib/libdga/sun-src/ |
H A D | dga_rtnshared.h | 84 short width; /* raster width */ member in struct:shared_retained_info
|
H A D | dga_pixshared.h | 83 short width; /* pixmap width */ member in struct:shared_pixmap_info
|
H A D | draw_inquiry.c | 726 dga_draw_rtndimensions (Dga_drawable dgadraw, short *width, argument 734 dgai_mbsmemb_rtndimensions((_Dga_window)dgadraw, width, height, linebytes); 739 *width = 0;
|
H A D | mbsmemb_inquiry.c | 266 *widthp = infop->width; 301 return (infop->width <= 0 || infop->height <= 0); 309 0, /* xmax: fill in based on width */ 333 if (infop->width <= 0 || infop->height <= 0) { 337 nonviewableShape[XMAX_INDEX] = infop->width - 1; 348 /* consider a zombie to be a "single rectangle" of 0 width and height */ 492 dgai_mbsmemb_rtndimensions (_Dga_window dgawin, short *width, short *height, argument 496 dga_rtn_dimensions((Dga_window)dgawin, width, height, linebytes); 499 *width = 0;
|
/solaris-x11-s12/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-s12/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);
|
/solaris-x11-s12/open-src/kernel/i915/src/ |
H A D | dvo_ivch.c | 159 uint16_t width, height; member in struct:ivch_priv 270 (void) ivch_read(dvo, VR20, &priv->width);
|
H A D | intel_panel.c | 63 int x, y, width, height; local 68 x = y = width = height = 0; 77 width = mode->hdisplay; 79 x = (adjusted_mode->hdisplay - width + 1)/2; 89 width = scaled_height / mode->vdisplay; 90 if (width & 1) 91 width++; 92 x = (adjusted_mode->hdisplay - width + 1) / 2; 101 width = adjusted_mode->hdisplay; 104 width 127 centre_horizontally(struct drm_display_mode *mode, int width) argument [all...] |
/solaris-x11-s12/open-src/lib/libXext/sun-src/src/ |
H A D | XPanoramiX.c | 121 short width; member in struct:__anon150 294 panoramiX_info->width = rep.width; 358 framebuffer_rects[i].width = xsi[i].width; 404 framebuffer_rects[i].width = info->subs[i].wdx; 577 *xret = rects[fb].x + (rects[fb].width / 2); 676 scrnInfo[i].width = scratch.width;
|