Searched refs:min_width (Results 1 - 25 of 46) sorted by relevance

12

/xsrc/external/mit/libX11/dist/src/
H A DWMGeom.c66 int min_width, min_height; /* valid amounts */ local in function:XWMGeometry
82 ((hints->flags & PMinSize) ? hints->min_width : 0));
85 min_width = ((hints->flags & PMinSize) ? hints->min_width : base_width);
118 if (rwidth < min_width) rwidth = min_width;
H A DSetNrmHint.c89 data.minWidth = hints->min_width;
H A DGetNrmHint.c96 hints->min_width = cvtINT32toInt (prop->minWidth);
H A DSetHints.c81 prop.minWidth = hints->min_width;
189 pp->minWidth = list->min_width;
H A DGetHints.c86 hints->min_width = cvtINT32toInt (prop->minWidth);
213 hp->min_width = cvtINT32toInt (pp->minWidth);
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowclass.h86 int min_width, min_height; member in struct:__anon89a0bf6c0208
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmultiwindowclass.h59 int min_width, min_height; member in struct:__anon045cf5390208
/xsrc/external/mit/pixman/dist/test/
H A Dfence-image-self-test.c197 test_image_faults (pixman_format_code_t format, int min_width, int height) argument
202 image = fence_image_create_bits (format, min_width, height, TRUE);
/xsrc/external/mit/libdrm/dist/man/
H A DdrmModeGetResources.3.rst44 uint32_t min_width, max_width;
/xsrc/external/mit/xcb-util/dist/icccm/
H A Dxcb_icccm.h435 int32_t min_width, min_height; member in struct:__anonb7d0756f0408
476 void xcb_size_hints_set_min_size(xcb_size_hints_t *hints, int32_t min_width,
H A Dicccm.c345 xcb_size_hints_set_min_size(xcb_size_hints_t *hints, int32_t min_width, argument
349 hints->min_width = min_width;
/xsrc/external/mit/ctwm/dist/
H A Dwin_utils.c75 if(hints->max_width < hints->min_width) {
77 hints->min_width = hints->max_width;
79 else if(hints->min_width > 0) {
80 hints->max_width = hints->min_width;
83 hints->max_width = hints->min_width = 1;
H A Dwin_resize.c601 dwidth -= tmp_win->hints.min_width;
741 minWidth = tmp_win->hints.min_width;
757 baseWidth = tmp_win->hints.min_width;
/xsrc/external/mit/libX11/dist/include/X11/
H A DXutil.h85 int min_width, min_height; member in struct:__anon3d9fd4c10108
184 int min_width, min_height; member in struct:__anon3d9fd4c10608
/xsrc/external/mit/libXt/dist/include/X11/
H A DShellP.h196 int min_width, min_height; member in struct:__anon46fc50250908::_OldXSizeHints
/xsrc/external/mit/pixman/dist/test/utils/
H A Dutils.h111 int min_width,
H A Dutils.c471 * min_width is only a minimum width for the image. The width is aligned up
480 int min_width,
498 if (bitspp < 1 || min_width < 1 || height < 1)
508 row_bits = ROUND_UP ( (unsigned)min_width * bitspp, bits_boundary);
534 assert (width >= min_width);
567 int min_width,
571 return pixman_image_create_bits (format, min_width, height, NULL, 0);
479 fence_image_create_bits(pixman_format_code_t format,int min_width,int height,pixman_bool_t stride_fence) argument
566 fence_image_create_bits(pixman_format_code_t format,int min_width,int height,pixman_bool_t stride_fence) argument
/xsrc/external/mit/xterm/dist/
H A DTekproc.c1405 unsigned min_width, min_height; local in function:TekInitialize
1486 min_width = (unsigned) (TEKMINWIDTH + border);
1505 if (width < min_width) {
1506 TRACE(("... override width from %d to %d\n", width, min_width));
1507 width = min_width;
1523 wnew->hints.min_width = (int) min_width;
/xsrc/external/mit/xev/dist/
H A Dxev.c1057 set_sizehints(XSizeHints *hintp, int min_width, int min_height, argument
1064 hintp->width = hintp->min_width = min_width;
1077 hintp->width = max(hintp->width, hintp->min_width);
/xsrc/external/mit/twm/dist/src/
H A Dresize.c503 dwidth -= tmp_win->hints.min_width;
618 minWidth = tmp_win->hints.min_width;
633 baseWidth = tmp_win->hints.min_width;
/xsrc/external/mit/xclock/dist/
H A DClock.c566 int min_height, min_width; local in function:Initialize
574 min_width = min_height = ANALOG_SIZE_DEFAULT;
636 min_width = extents.xOff + 2 * w->clock.padding;
639 /*fprintf(stderr, "render min_width %i\n", min_width); */
661 min_width = XmbTextEscapement(w->clock.fontSet, str, len) +
665 /*fprintf(stderr, "fontset min_width %i\n", min_width); */
679 min_width =
684 /*fprintf(stderr, "font min_width
[all...]
/xsrc/external/mit/libdrm/dist/include/drm/
H A Ddrm_mode.h271 __u32 min_width; member in struct:drm_mode_card_res
/xsrc/external/mit/libdrm/dist/
H A Dxf86drmMode.h87 uint32_t min_width, max_width; member in struct:_drmModeRes
/xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
H A Ddrm_mode.h242 __u32 min_width; member in struct:drm_mode_card_res
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
H A Ddrm_mode.h271 __u32 min_width; member in struct:drm_mode_card_res

Completed in 33 milliseconds

12