| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winpixmap.c | 59 int iWidth, int iHeight, 75 iWidth, iHeight, iDepth, usage_hint, 90 pPixmap->drawable.height = iHeight; 106 if (iWidth == 0 || iHeight == 0) 113 pPixmapPriv->hBitmap = winCreateDIBNativeGDI (iWidth, iHeight, iDepth, 120 pPixmapPriv->hBitmap, iWidth, iHeight, iDepth, pScreen); 183 int iWidth, int iHeight, 58 winCreatePixmapNativeGDI(ScreenPtr pScreen,int iWidth,int iHeight,int iDepth,unsigned usage_hint) argument 182 winModifyPixmapHeaderNativeGDI(PixmapPtr pPixmap,int iWidth,int iHeight,int iDepth,int iBitsPerPixel,int devKind,pointer pPixData) argument
|
| H A D | wincreatewnd.c | 64 int iHeight = pScreenInfo->dwHeight; local in function:winCreateBoundingWindowFullScreen 113 iHeight, /* Bottom edge */ 155 int iHeight = pScreenInfo->dwUserHeight; local in function:winCreateBoundingWindowWindowed 284 iHeight += 2 * GetSystemMetrics (SM_CYSIZEFRAME) 294 iHeight += 2 * GetSystemMetrics (SM_CYFIXEDFRAME) 310 iHeight = GetSystemMetrics (SM_CYVIRTUALSCREEN); 329 if (iHeight >= (rcWorkArea.bottom - rcWorkArea.top)) 330 iHeight = rcWorkArea.bottom - rcWorkArea.top; 335 iWidth, iHeight); 362 iHeight, /* Botto 522 int iWidth, iHeight; local in function:winGetWorkArea [all...] |
| H A D | winnativegdi.c | 355 winCreateDIBNativeGDI (int iWidth, int iHeight, int iDepth, argument 364 || iHeight == 0 368 iWidth, iHeight, iDepth); 385 pbmih->biHeight = -iHeight;
|
| H A D | winwindow.h | 100 int iWidth, iHeight; member in struct:_winWMMessageRec
|
| H A D | winprocarg.c | 273 int iWidth, iHeight, iX, iY; local in function:ddxProcessArgument 345 (int *) &iHeight)) 351 g_ScreenInfo[nScreenNum].dwHeight = iHeight; 353 g_ScreenInfo[nScreenNum].dwUserHeight = iHeight; 425 (int *) &iHeight)) 431 g_ScreenInfo[nScreenNum].dwHeight = iHeight; 433 g_ScreenInfo[nScreenNum].dwUserHeight = iHeight;
|
| H A D | winmultiwindowwindow.c | 160 int iX, iY, iWidth, iHeight; local in function:winPositionWindowMultiWindow 207 iHeight = pWin->drawable.height; 210 SetRect (&rcNew, iX, iY, iX + iWidth, iY + iHeight); 487 int iHeight; local in function:winCreateWindowsWindow 507 iHeight = pWin->drawable.height; 547 iHeight, /* Bottom edge */
|
| H A D | winwndproc.c | 331 int iWidth, iHeight; local in function:winWindowProc 380 iHeight = rcWindow.bottom - rcWindow.top; 384 iHeight -= (2 * GetSystemMetrics (SM_CYSIZEFRAME) 395 || iHeight < s_pScreenInfo->dwHeight) 399 iHeight -= GetSystemMetrics (SM_CYHSCROLL); 415 si.nPage = iHeight;
|
| H A D | winwin32rootlesswndproc.c | 210 int iWidth, iHeight, iTopBorder; local in function:ValidateSizing 237 iHeight = rect->bottom - rect->top; 246 iHeight -= GetSystemMetrics(SM_CYSIZEFRAME) + iTopBorder; 249 ConstrainSize (sizeHints, &iWidth, &iHeight); 253 iHeight += GetSystemMetrics(SM_CYSIZEFRAME) + iTopBorder; 274 rect->bottom = rect->top + iHeight; 277 rect->top = rect->bottom - iHeight; 433 wmMsg.iHeight = pRLWinPriv->pFrame->height; 956 wmMsg.iHeight = pRLWinPriv->pFrame->height;
|
| H A D | winwindow.c | 483 int iX, iY, iWidth, iHeight, iBorder; local in function:winAddRgn 502 iHeight = pWin->drawable.height + iBorder * 2; 504 hRgnWin = CreateRectRgn (0, 0, iWidth, iHeight); 510 iX, iY, iX + iWidth, iY + iHeight);
|
| H A D | winmultiwindowwndproc.c | 202 int iWidth, iHeight; local in function:ValidateSizing 224 iHeight = rect->bottom - rect->top; 232 iHeight -= iBorderWidthY; 235 ConstrainSize (sizeHints, &iWidth, &iHeight); 239 iHeight += iBorderWidthY; 260 rect->bottom = rect->top + iHeight; 263 rect->top = rect->bottom - iHeight; 356 wmMsg.iHeight = pDraw->height;
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | wincreatewnd.c | 59 int iHeight = pScreenInfo->dwHeight; local in function:winCreateBoundingWindowFullScreen 101 iHeight, /* Bottom edge */ 129 int iHeight = pScreenInfo->dwUserHeight; local in function:winCreateBoundingWindowWindowed 236 iHeight += 2 * GetSystemMetrics(SM_CYSIZEFRAME) 246 iHeight += 2 * GetSystemMetrics(SM_CYFIXEDFRAME) 260 iHeight = GetSystemMetrics(SM_CYVIRTUALSCREEN); 273 if (iHeight >= (rcWorkArea.bottom - rcWorkArea.top)) 274 iHeight = rcWorkArea.bottom - rcWorkArea.top; 278 "height: %d\n", iWidth, iHeight); 300 iHeight, /* Botto 435 int iWidth, iHeight; local in function:winGetWorkArea [all...] |
| H A D | winwindow.c | 242 int iX, iY, iWidth, iHeight, iBorder; local in function:winAddRgn 260 iHeight = pWin->drawable.height + iBorder * 2; 262 hRgnWin = CreateRectRgn(0, 0, iWidth, iHeight); 267 iX, iY, iX + iWidth, iY + iHeight);
|
| H A D | winwindow.h | 93 int iWidth, iHeight; member in struct:_winWMMessageRec
|
| H A D | winprocarg.c | 285 int iWidth, iHeight, iX, iY; local in function:ddxProcessArgument 349 (int *) &iWidth, (int *) &iHeight)) { 355 g_ScreenInfo[nScreenNum].dwHeight = iHeight; 357 g_ScreenInfo[nScreenNum].dwUserHeight = iHeight; 416 && 1 == sscanf(argv[i + 3], "%d", (int *) &iHeight)) { 422 g_ScreenInfo[nScreenNum].dwHeight = iHeight; 424 g_ScreenInfo[nScreenNum].dwUserHeight = iHeight;
|
| H A D | winmultiwindowwindow.c | 170 int iX, iY, iWidth, iHeight; local in function:winPositionWindowMultiWindow 217 iHeight = pWin->drawable.height; 220 SetRect(&rcNew, iX, iY, iX + iWidth, iY + iHeight); 485 int iHeight; local in function:winCreateWindowsWindow 504 iHeight = pWin->drawable.height; 522 winDebug("winCreateWindowsWindow - %dx%d @ %dx%d\n", iWidth, iHeight, iX, 558 rc.bottom = rc.top + iHeight; 565 iHeight = rc.bottom - rc.top; 568 winDebug("winCreateWindowsWindow - %dx%d @ %dx%d\n", iWidth, iHeight, iX, 579 iHeight, /* Botto [all...] |
| H A D | winwndproc.c | 300 int iWidth, iHeight; local in function:winWindowProc 343 iHeight = rcWindow.bottom - rcWindow.top; 347 iHeight -= (2 * GetSystemMetrics(SM_CYSIZEFRAME) 358 || iHeight < s_pScreenInfo->dwHeight) { 361 iHeight -= GetSystemMetrics(SM_CYHSCROLL); 377 si.nPage = iHeight;
|
| H A D | winmultiwindowwndproc.c | 201 int iWidth, iHeight; local in function:ValidateSizing 224 iHeight = rect->bottom - rect->top; 234 iHeight -= iBorderWidthY; 237 ConstrainSize(sizeHints, &iWidth, &iHeight); 241 iHeight += iBorderWidthY; 262 rect->bottom = rect->top + iHeight; 265 rect->top = rect->bottom - iHeight; 478 wmMsg.iHeight = pDraw->height;
|
| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| H A D | texture3d.c | 56 #define iHeight 16 macro 59 static GLubyte image[iDepth][iHeight][iWidth][3]; 97 glTexImage3D(GL_TEXTURE_3D, 0, GL_RGB, iWidth, iHeight,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_ext_pbuffer.c | 73 int iHeight, 99 if (iWidth <= 0 || iHeight <= 0) { 157 if (iHeight > stw_dev->max_2d_length) { 159 iHeight = stw_dev->max_2d_length; 200 rect.bottom = rect.top + iHeight; 239 assert(rect.bottom - rect.top == iHeight); 70 wglCreatePbufferARB(HDC hCurrentDC,int iPixelFormat,int iWidth,int iHeight,const int * piAttribList) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/ |
| H A D | stw_ext_pbuffer.c | 73 int iHeight, 98 if (iWidth <= 0 || iHeight <= 0) { 156 if (iHeight > stw_dev->max_2d_length) { 158 iHeight = stw_dev->max_2d_length; 199 rect.bottom = rect.top + iHeight; 238 assert(rect.bottom - rect.top == iHeight); 70 wglCreatePbufferARB(HDC hCurrentDC,int iPixelFormat,int iWidth,int iHeight,const int * piAttribList) argument
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/glx/ |
| H A D | wgl_ext_api.h | 68 int iHeight, const int *piAttribList);
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | wglext.h | 156 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); 162 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); 425 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); 431 HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
|
| /xsrc/external/mit/MesaLib/dist/include/GL/ |
| H A D | wglext.h | 156 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); 162 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); 430 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); 436 HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/ |
| H A D | wglext.h | 507 extern HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); 513 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); 591 extern HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); 597 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
|
| H A D | wglext.spec | 179 CreatePbufferARB(hDC, iPixelFormat, iWidth, iHeight, piAttribList) 184 param iHeight int in value 355 CreatePbufferEXT(hDC, iPixelFormat, iWidth, iHeight, piAttribList) 360 param iHeight int in value
|