Searched refs:maxwidth (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/xgc/dist/
H A Dchoice.c147 Dimension maxwidth = 0; /* maximum width we've found */ local in function:create_choice
158 maxwidth = max(maxwidth,width);
162 args[0].value = (XtArgVal) maxwidth;
203 Dimension maxwidth = (Dimension) 0; /* max width found */ local in function:line_up_labels
214 maxwidth = max(maxwidth,width);
218 widthargs[0].value = (XtArgVal) maxwidth;
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DTreeP.h81 Dimension maxwidth, maxheight; /* for shrink wrapping */ member in struct:__anon50c79d000108
/xsrc/external/mit/libXaw/dist/src/
H A DTree.c697 preferred->width = tw->tree.maxwidth;
808 tc->tree.x = (Position) (tw->tree.maxwidth -
867 if ((tmp = (Dimension)(x + tc->tree.bbwidth)) > tree->tree.maxwidth)
868 tree->tree.maxwidth = tmp;
974 tw->tree.maxwidth = tw->tree.maxheight = 0;
991 set_tree_size (tw, insetvalues, tw->tree.maxwidth, tw->tree.maxheight);
/xsrc/external/mit/twm/dist/src/
H A Dadd_window.c1228 int maxwidth = tmp->frame_width; local in function:ComputeTitleLocation
1238 basex = maxwidth;
1241 basex = maxwidth / 2;
1247 basex = ((si->num * maxwidth) / si->denom);
1249 basex += maxwidth;
1263 if (basex > maxwidth - tw + 1)
1264 basex = maxwidth - tw + 1;
/xsrc/external/mit/ctwm/dist/
H A Dwin_decorations.c613 int maxwidth = tmp->frame_width; local in function:ComputeTitleLocation
621 basex = ((si->num * maxwidth) / si->denom);
624 basex += maxwidth;
640 if(basex > maxwidth - tw) {
641 basex = maxwidth - tw;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/
H A Dprint_edid.c380 if (r->maxwidth)
382 r->maxwidth);
H A Dedid.h496 int maxwidth; /* in pixels */ member in struct:monitor_ranges
H A Dinterpret_edid.c568 r->maxwidth = MAXWIDTH;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/
H A Dprint_edid.c414 if (r->maxwidth)
416 r->maxwidth);
H A Dedid.h506 int maxwidth; /* in pixels */ member in struct:monitor_ranges
H A Dinterpret_edid.c691 r->maxwidth = MAXWIDTH;
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dglint_driver.c844 int maxwidth = 0, maxheight = 0; local in function:GLINTPreInit
1565 maxwidth = 2048;
1584 maxwidth = 2048;
1610 maxwidth = 4096;
1631 maxwidth = 1536;
1661 maxwidth = 4096;
1691 maxwidth = 1536;
1720 maxwidth = 4096;
1751 maxwidth = 4096;
2027 * XXX Assuming min pitch 256, max <maxwidth>
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/
H A Ddecode.c54 uint32_t maxwidth, maxheight; local in function:vlVdpDecoderCreate
88 maxwidth = screen->get_video_param
102 if (width > maxwidth || height > maxheight) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/
H A Ddecode.c54 uint32_t maxwidth, maxheight; local in function:vlVdpDecoderCreate
88 maxwidth = screen->get_video_param
102 if (width > maxwidth || height > maxheight) {

Completed in 22 milliseconds