Searched refs:newwidth (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/libXaw/dist/src/
H A DTree.c729 Dimension newwidth, newheight; local in function:compute_bounding_box_subtree
740 newwidth = (Dimension)((horiz ? w->core.width : w->core.height) + bw2);
741 if (tree->tree.largest[depth] < newwidth)
742 tree->tree.largest[depth] = newwidth;
758 newwidth = 0;
767 if (newwidth < cc->tree.bbwidth) newwidth = cc->tree.bbwidth;
771 newwidth = (Dimension)(newwidth + (tree->tree.hpad + cc->tree.bbwidth));
776 tc->tree.bbsubwidth = newwidth;
[all...]
/xsrc/external/mit/glu/dist/src/libutil/
H A Dmipmap.c343 int newwidth, newheight; local in function:halveImage
348 newwidth = width / 2;
356 for (j = 0; j < newwidth; j++) {
373 int newwidth, newheight; local in function:halveImage_ubyte
386 newwidth = width / 2;
394 for (j = 0; j < newwidth; j++) {
475 int newwidth, newheight; local in function:halveImage_byte
488 newwidth = width / 2;
496 for (j = 0; j < newwidth; j++) {
575 int newwidth, newheigh local in function:halveImage_ushort
714 int newwidth, newheight; local in function:halveImage_short
860 int newwidth, newheight; local in function:halveImage_uint
1004 int newwidth, newheight; local in function:halveImage_int
1152 int newwidth, newheight; local in function:halveImage_float
3554 GLint newwidth; local in function:gluBuild1DMipmapLevelsCore
3700 GLint newwidth, newheight; local in function:bitmapBuild2DMipmaps
3811 GLint newwidth, newheight; local in function:gluBuild2DMipmapLevelsCore
[all...]
/xsrc/external/mit/twm/dist/src/
H A Diconmgr.c629 int newwidth, i, row, col, maxcol, colinc, rowinc, wheight, wwidth; local in function:PackIconManager
682 newwidth = maxcol * colinc;
683 if (newwidth == 0)
684 newwidth = colinc;
686 XResizeWindow(dpy, ip->w, (unsigned) newwidth, (unsigned) ip->height);
692 newwidth, ip->height + ip->twm_win->title_height, -1);
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyr.c472 int newwidth, newheight; local in function:ephyrRandRSetConfig
475 newwidth = pSize->width;
479 newwidth = pSize->height;
510 screen->width = newwidth;
606 int newwidth,
616 t = newwidth;
617 newwidth = newheight;
621 if (newwidth == screen->width && newheight == screen->height) {
625 size.width = newwidth;
605 ephyrResizeScreen(ScreenPtr pScreen,int newwidth,int newheight) argument
/xsrc/external/mit/ctwm/dist/
H A Diconmgr.c1145 int newwidth, i, row, col, maxcol, colinc, rowinc, wheight, wwidth; local in function:PackIconManager
1202 newwidth = maxcol * colinc;
1203 if(newwidth == 0) {
1204 newwidth = colinc;
1207 XResizeWindow(dpy, ip->w, newwidth, ip->height);
1212 ip->twm_win->frame_x += ip->twm_win->frame_width - newwidth -
1223 newwidth + 2 * ip->twm_win->frame_bw3D,
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/fake/
H A Dfake.c289 int newwidth, newheight; local in function:fakeRandRSetConfig
293 newwidth = pSize->width;
298 newwidth = pSize->height;
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyr.c505 int newwidth, newheight; local in function:ephyrRandRSetConfig
509 newwidth = pSize->width;
514 newwidth = pSize->height;
537 screen->width = newwidth;
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/fbdev/
H A Dfbdev.c493 int newwidth, newheight; local in function:fbdevRandRSetConfig
497 newwidth = pSize->width;
502 newwidth = pSize->height;

Completed in 13 milliseconds