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

/openjdk7/jdk/src/windows/native/sun/font/
H A Dlcdglyph.c196 int bmWidth, bmHeight; local
330 bmHeight = height;
333 hBitmap = CreateCompatibleBitmap(hDesktopDC, bmWidth, bmHeight);
343 rect.bottom = bmHeight;
/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIWindowSurfaceData.h173 int bmHeight; // REMIND: store in TLS member in struct:_GDIWinSDOps

Completed in 70 milliseconds