Searched refs:newheight (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/libXaw/dist/src/
H A DTree.c729 Dimension newwidth, newheight; local in function:compute_bounding_box_subtree
759 newheight = 0;
768 newheight = (Dimension)(newheight + (tree->tree.vpad + cc->tree.bbheight));
770 if (newheight < cc->tree.bbheight) newheight = cc->tree.bbheight;
777 tc->tree.bbsubheight = newheight;
785 newheight = (Dimension)(newheight - tree->tree.vpad);
786 if (newheight > t
[all...]
/xsrc/external/mit/glu/dist/src/libutil/
H A Dmipmap.c343 int newwidth, newheight; local in function:halveImage
349 newheight = height / 2;
355 for (i = 0; i < newheight; i++) {
373 int newwidth, newheight; local in function:halveImage_ubyte
387 newheight = height / 2;
393 for (i = 0; i < newheight; i++) {
475 int newwidth, newheight; local in function:halveImage_byte
489 newheight = height / 2;
495 for (i = 0; i < newheight; i++) {
575 int newwidth, newheight; 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
3700 GLint newwidth, newheight; local in function:bitmapBuild2DMipmaps
3811 GLint newwidth, newheight; local in function:gluBuild2DMipmapLevelsCore
[all...]
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyr.c472 int newwidth, newheight; local in function:ephyrRandRSetConfig
476 newheight = pSize->height;
480 newheight = pSize->width;
511 screen->height = newheight;
607 int newheight)
617 newwidth = newheight;
618 newheight = t;
621 if (newwidth == screen->width && newheight == screen->height) {
626 size.height = newheight;
605 ephyrResizeScreen(ScreenPtr pScreen,int newwidth,int newheight) argument
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/fake/
H A Dfake.c289 int newwidth, newheight; local in function:fakeRandRSetConfig
294 newheight = pSize->height;
299 newheight = pSize->width;
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyr.c505 int newwidth, newheight; local in function:ephyrRandRSetConfig
510 newheight = pSize->height;
515 newheight = pSize->width;
538 screen->height = newheight;
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/fbdev/
H A Dfbdev.c493 int newwidth, newheight; local in function:fbdevRandRSetConfig
498 newheight = pSize->height;
503 newheight = pSize->width;

Completed in 11 milliseconds