HomeSort by: relevance | last modified time | path
    Searched refs:maxwidth (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/xgc/dist/
choice.c 147 Dimension maxwidth = 0; /* maximum width we've found */ local
158 maxwidth = max(maxwidth,width);
162 args[0].value = (XtArgVal) maxwidth;
203 Dimension maxwidth = (Dimension) 0; /* max width found */ local
214 maxwidth = max(maxwidth,width);
218 widthargs[0].value = (XtArgVal) maxwidth;
  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
TreeP.h 81 Dimension maxwidth, maxheight; /* for shrink wrapping */ member in struct:__anon5784
  /xsrc/external/mit/libXaw/dist/src/
Tree.c 697 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/
add_window.c 1228 int maxwidth = tmp->frame_width; local
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/
win_decorations.c 613 int maxwidth = tmp->frame_width; local
621 basex = ((si->num * maxwidth) / si->denom);
624 basex += maxwidth;
640 if(basex > maxwidth - tw) {
641 basex = maxwidth - tw;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/
print_edid.c 414 if (r->maxwidth)
416 r->maxwidth);
edid.h 286 #define MAXWIDTH _MAXWIDTH(c)
506 int maxwidth; /* in pixels */ member in struct:monitor_ranges
interpret_edid.c 691 r->maxwidth = MAXWIDTH;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/
print_edid.c 380 if (r->maxwidth)
382 r->maxwidth);
edid.h 285 #define MAXWIDTH _MAXWIDTH(c)
496 int maxwidth; /* in pixels */ member in struct:monitor_ranges
interpret_edid.c 568 r->maxwidth = MAXWIDTH;
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/
decode.c 54 uint32_t maxwidth, maxheight; local
88 maxwidth = screen->get_video_param
102 if (width > maxwidth || height > maxheight) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/
decode.c 54 uint32_t maxwidth, maxheight; local
88 maxwidth = screen->get_video_param
102 if (width > maxwidth || height > maxheight) {
  /xsrc/external/mit/xf86-video-glint/dist/src/
glint_driver.c 844 int maxwidth = 0, maxheight = 0; local
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...]

Completed in 21 milliseconds