Searched refs:Height (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DGraphicsDevice.cpp186 newParams.BackBufferHeight = dm.Height;
302 if (mode.Width == width && mode.Height == height &&
375 mode.Width, mode.Height, bitDepth, mode.RefreshRate);
376 ret = CreateDisplayMode(env, mode.Width, mode.Height, bitDepth,
422 mode.Width, mode.Height, bitDepth,mode.RefreshRate);
423 addDisplayMode(env, arrayList, mode.Width, mode.Height,
H A DD3DResourceManager.cpp626 if ((width <= pDesc->Width && height <= pDesc->Height) &&
660 if (width == pDesc->Width && height == pDesc->Height &&
690 if (width <= pDesc->Width && height <= pDesc->Height &&
H A DD3DContext.cpp806 pTargetDesc->Height <= descStencil.Height &&
839 pTargetDesc->Width, pTargetDesc->Height,
893 (float)descNew.Height);
1009 (UINT)x2 >= desc.Width && (UINT)y2 >= desc.Height)
1021 if ((UINT)y2 > desc.Height) y2 = desc.Height;
1467 mt._32 = (1.0f / (2.0f * texDesc.Height * tx._22));
H A DD3DBufImgOps.cpp72 texH = srcOps->pResource->GetDesc()->Height;
H A DD3DSurfaceData.cpp40 * Initializes nativeWidth/Height fields of the SurfaceData object with
51 height = d3dsdo->pResource->GetDesc()->Height;
599 pSrcRes->GetDesc()->Height,
H A DD3DBlitLoops.cpp527 th = (float)srcOps->pResource->GetDesc()->Height;
602 th = pDesc->Height;
950 UINT srch = srcOps->pResource->GetDesc()->Height;
1124 float ty2 = (float)dh/(float)pBlitTextureRes->GetDesc()->Height;
H A DD3DPaints.cpp289 jdouble ty = (1 / (2.0f * srcOps->pResource->GetDesc()->Height));
/openjdk7/jdk/src/share/native/sun/awt/giflib/
H A Dgifalloc.c290 CopyFrom->ImageDesc.Height *
297 sizeof(GifPixelType) * CopyFrom->ImageDesc.Height *
H A Dgif_lib.h98 int Left, Top, Width, Height, /* Current image dimensions. */ member in struct:GifImageDesc
H A Ddgif_lib.c366 DGifGetWord(GifFile, &GifFile->Image.Height) == GIF_ERROR)
436 (long)GifFile->Image.Height;
1041 ImageSize = sp->ImageDesc.Width * sp->ImageDesc.Height;
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gif.c149 ch = FIX_LENGTH(desc->Top, desc->Height, gif->SHeight);
238 int numPassLines = (desc->Height + jump - ofs - 1) / jump;

Completed in 65 milliseconds