Searched refs:width (Results 1 - 25 of 64) sorted by relevance

123

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dresolutions.h35 unsigned int width; member in struct:__anon45
39 unsigned int Hsw; /* Horizontal sync width */
42 unsigned int Vsw; /* Vertical sync width */
H A Dsun_edid.c484 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...]
H A Dsun_edid.h157 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 Dfbc.h117 int width; /* Horizontal addressable pixels */ member in struct:__anon18
H A Dfbc_res.c565 * would yeild 1280 for width and 1024 for height.
585 if (sscanf(ptr, "%dx%d", &video_mode->width, &video_mode->height)
587 video_mode->width = 0;
626 video_mode->width = edid_mode->width;
649 video_mode->width = mode_elem->mode_ptr->ml_hdisplay;
665 video_mode->width = vs->width;
844 video_mode->width = 0; /* If no EDID data */
851 video_mode->width
[all...]
/solaris-x11-s12/open-src/font/misc-cyrillic/
H A DMakefile32 MODULE_DESC = X.Org fixed width bitmap fonts containing Cyrillic glyphs
/solaris-x11-s12/open-src/app/xlock/sun-src/
H A Dimage.c55 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 Dqix.c80 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 Dflame.c64 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 Dpyro.c83 #define XVELFACTOR 0.0025 /* Max horizontal velocity / screen width */
134 int width, lmargin, rmargin, height; member in struct:__anon104
188 rp->Xpoints[starn].width = rp->Xpoints[starn].height =
189 rp->Xpoints2[starn].width = rp->Xpoints2[starn].height = bsize;
194 pp->width = xwa.width;
195 pp->lmargin = xwa.width / 16;
196 pp->rmargin = xwa.width - pp->lmargin;
214 pp->maxvelx = (float) (xwa.width) * XVELFACTOR;
222 XFillRectangle(dsp, win, pp->bgGC, 0, 0, xwa.width, xw
[all...]
H A Dswarm.c65 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 Dlife.c62 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/app/xmag_multivis/sun-src/
H A Dxmag_multivis.c98 int wd, ht; /* request width & height */
149 " -bw pixels border width in pixels",
178 int border_width = -1; /* border width in pixels */
354 * magnification = window.geometry.width / source_geometry.width
376 int border_width, /* width of border */
411 (unsigned int *)&window_hints.width,
425 (unsigned int *)&source_hints.width,
456 if ((params & valWindow) && (window_hints.width <= 0 ||
459 ProgramName, window_hints.width, window_hint
732 int width = shp->width, height = shp->height; local
852 int x = shp->x, y = shp->y, width = shp->width, height = shp->height; local
[all...]
H A Dmultivis.h65 int x, y, width, height; /* GetImage, in window space */ member in struct:_winVisInfo
141 int mvCreatImg(int width, int height, int x, int y);
H A Dmultivis.c193 int width, height, x1, y1; local
217 width = min(x+wi, xwa.x+xwa.width+2*xwa.border_width+px)-x1;
220 if (width <=0 || height <= 0) {
241 pWinInfo->width = width;
271 tmprct.width = pWinInfo->width; tmprct.height = pWinInfo->height;
291 tmprct.width = pWinInfo->width; tmprc
[all...]
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dchip.c196 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 Dastio.h63 int width; member in struct:ast_vis_cmd_buf
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/mga/
H A Dchip.c218 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
/solaris-x11-s12/open-src/app/xcolor/sun-src/
H A Dxcolor.c54 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/kernel/i915/src/
H A Dintel_panel.c63 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/libdga/sun-src/
H A Ddga_rtnshared.h84 short width; /* raster width */ member in struct:shared_retained_info
H A Dpix_inquiry.c198 *widthp = infop->width;
212 return (infop->width <= 0 || infop->height <= 0);
220 0, /* xmax: fill in based on width */
237 if (infop->width <= 0 || infop->height <= 0) {
241 nonviewableShape[XMAX_INDEX] = infop->width - 1;
H A Ddga_pixshared.h83 short width; /* pixmap width */ member in struct:shared_pixmap_info
H A Dmbsmemb_inquiry.c266 *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/kernel/drm/src/
H A Ddrm_fb_helper.c340 /* first up get a count of crtcs now in use and new min/maxes width/heights */
443 static struct drm_display_mode *drm_has_preferred_mode(struct drm_fb_helper_connector *fb_connector, int width, int height) argument
448 if (drm_mode_width(mode) > width ||
466 int width, int height)
482 /* check width/height */
546 bool *enabled, int width, int height)
573 modes[i] = drm_pick_cmdline_mode(fb_helper_conn, width, height);
619 bool *enabled, int width, int height)
634 modes[i] = drm_pick_cmdline_mode(fb_helper_conn, width, height);
638 modes[i] = drm_has_preferred_mode(fb_helper_conn, width, heigh
464 drm_pick_cmdline_mode(struct drm_fb_helper_connector *fb_helper_conn, int width, int height) argument
544 drm_target_cloned(struct drm_fb_helper *fb_helper, struct drm_display_mode **modes, bool *enabled, int width, int height) argument
617 drm_target_preferred(struct drm_fb_helper *fb_helper, struct drm_display_mode **modes, bool *enabled, int width, int height) argument
652 drm_pick_crtcs(struct drm_fb_helper *fb_helper, struct drm_fb_helper_crtc **best_crtcs, struct drm_display_mode **modes, int n, int width, int height) argument
742 int width, height; local
[all...]

Completed in 435 milliseconds

123