/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/mga/ |
H A D | dma.c | 61 register int height; local 114 for (y = 0; y < mga_info.mga_height; y += height) { 116 height = mga_info.mga_height - y; 118 height = maxheight; 121 mga_info.mga_width, y + height,
|
H A D | chip.c | 219 register unsigned int const height) 235 y2 = height; 246 y1 = (unsigned int)((height * lineon) / numlines); 258 register unsigned int const height) 273 y1 = (unsigned int)((height * recton) / 512); 274 y2 = height - y1; 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 | 275 register int const height = DisplayHeight(mga_xw.xw_display, local 291 root, 0, 0, width, height, 299 (unsigned long) root, 0, 0, width, height,
|
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | resolutions.h | 36 unsigned int height; member in struct:__anon45
|
H A D | fbc.h | 118 int height; /* Vertical addressable lines */ member in struct:__anon18
|
H A D | sun_edid.h | 158 int *height, /* Returned vert addressable lines */ 165 int *height, /* Returned vert addressable lines */ 240 short height; /* Vertical addressable lines */ member in struct:__anon55
|
H A D | sun_edid.c | 485 int height; /* Vertical addressable lines */ member in struct:__anon47 619 * corresponding width, height, and vertical frequency. Return -1 if 630 int *height, /* Returned height */ 645 *height = est_timings[bit_off].height; 663 * Decode a Standard Timings byte pair and return the width, height, 727 * address. Return the width, height, and vertical frequency. 737 int *height, /* Returned vert addressable lines */ 745 &edid_data[addr], width, height, frequenc 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 1504 int height; /* Vertical addressable lines */ local [all...] |
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/ast/ |
H A D | chip.c | 197 register uint_t const height) 213 y2 = height; 224 y1 = (uint_t)((height * lineon) / numlines); 236 register uint_t const height) 251 y1 = (uint_t)((height * recton) / 512); 252 y2 = height - y1; 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 | 64 int height; member in struct:ast_vis_cmd_buf
|
H A D | libvtsSUNWast.c | 281 register int const height = DisplayHeight(ast_xw.xw_display, local 297 root, 0, 0, width, height, 305 (ulong_t)root, 0, 0, width, height,
|
H A D | tools.c | 225 register uint_t height; local 341 height = ((((uint_t)xvovf & 0x2) >> 1 << 10) | 356 height /= 16; 399 ast_info.ast_height = height; 420 printf("width=%d height=%d depth=%d pitch=%d\n",
|
/solaris-x11-s12/open-src/app/xlock/sun-src/ |
H A D | image.c | 55 0, 0, /* width, height */ 70 int height; member in struct:__anon101 125 logo.height = sunlogo_height; 130 ip->height = xgwa.height; 132 ip->nrows = ip->height / sunlogo_height; 140 ip->yb = (ip->height - sunlogo_height * ip->nrows) / 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 103 fs->height = xwa.height; 109 XFillRectangle(dsp, win, Scr[screen].gc, 0, 0, fs->width, fs->height); 134 fs->pts[fs->num_points].y = (short) ((fs->height / 2) * (y + 1.0));
|
H A D | qix.c | 81 uint_t height; member in struct:__anon106 106 qp->height = xgwa.height; 121 qp->y1 = (int) random() % qp->height; 123 qp->y2 = (int) random() % qp->height; 125 XFillRectangle(dsp, win, Scr[screen].gc, 0, 0, qp->width, qp->height); 149 check_bounds(qp, qp->y1, &qp->dy1, qp->height); 151 check_bounds(qp, qp->y2, &qp->dy2, qp->height);
|
H A D | swarm.c | 66 int height; member in struct:__anon110 96 sp->height = xgwa.height; 100 XFillRectangle(dsp, win, Scr[screen].gc, 0, 0, sp->width, sp->height); 122 sp->wy[0] = (short) (BORDER + random() % (sp->height - 2 * BORDER)); 132 Y(0, b) = (short) (random() % sp->height); 176 if ((sp->wy[0] < BORDER) || (sp->wy[0] > sp->height - BORDER - 1)) {
|
H A D | life.c | 62 0, 0, /* width, height */ 83 int height; member in struct:__anon102 542 logo.height = icon_height; 547 lp->height = xgwa.height; 554 lp->nrows = min(lp->height / icon_height, MAXROWS); 557 lp->ys = lp->height / lp->nrows; 559 lp->yb = (lp->height - lp->ys * lp->nrows) / 2; 562 XFillRectangle(dsp, win, Scr[screen].gc, 0, 0, lp->width, lp->height);
|
/solaris-x11-s12/open-src/lib/libdga/sun-src/ |
H A D | dga_rtnshared.h | 85 short height; /* raster height */ member in struct:shared_retained_info
|
H A D | dga_pixshared.h | 84 short height; /* pixmap height */ member in struct:shared_pixmap_info
|
H A D | draw_inquiry.c | 727 short *height, u_int *linebytes) 734 dgai_mbsmemb_rtndimensions((_Dga_window)dgadraw, width, height, linebytes); 740 *height = 0; 726 dga_draw_rtndimensions(Dga_drawable dgadraw, short *width, short *height, u_int *linebytes) argument
|
H A D | mbsmemb_inquiry.c | 267 *heightp = infop->height; 301 return (infop->width <= 0 || infop->height <= 0); 307 0, /* ymax: fill in based on height */ 333 if (infop->width <= 0 || infop->height <= 0) { 336 nonviewableShape[YMAX_INDEX] = infop->height - 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); 500 *height = 0;
|
/solaris-x11-s12/open-src/app/xcolor/sun-src/ |
H A D | xcolor.c | 53 static int height = 0, variable 96 fh = (float) height / (float)max; 126 fh = (float) height / (3 * 16.0); 205 if ((height == xce->height) && (width == xce->width)) 207 height = xce->height; 306 size_hints.height = DEFH; 313 (unsigned int *) &(size_hints.height)); 323 height [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 271 (void) ivch_read(dvo, VR21, &priv->height);
|
H A D | intel_panel.c | 63 int x, y, width, height; local 68 x = y = width = height = 0; 78 height = mode->vdisplay; 80 y = (adjusted_mode->vdisplay - height + 1)/2; 94 height = adjusted_mode->vdisplay; 96 height = scaled_width / mode->hdisplay; 97 if (height & 1) 98 height++; 99 y = (adjusted_mode->vdisplay - height + 1) / 2; 105 height 149 centre_vertically(struct drm_display_mode *mode, int height) argument [all...] |
/solaris-x11-s12/open-src/lib/libXext/sun-src/src/ |
H A D | XPanoramiX.c | 122 short height; member in struct:__anon150 295 panoramiX_info->height = rep.height; 359 framebuffer_rects[i].height = xsi[i].height; 405 framebuffer_rects[i].height = info->subs[i].wdy; 578 *yret = rects[fb].y + (rects[fb].height / 2); 677 scrnInfo[i].height = scratch.height;
|