Searched defs:bmWidth (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/font/
H A Dlcdglyph.c196 int bmWidth, bmHeight; local
329 bmWidth = width;
333 hBitmap = CreateCompatibleBitmap(hDesktopDC, bmWidth, bmHeight);
342 rect.right = bmWidth;
/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIWindowSurfaceData.h172 int bmWidth; // REMIND: store in TLS member in struct:_GDIWinSDOps

Completed in 78 milliseconds