Searched refs:bmHeight (Results 1 - 3 of 3) 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
H A DGDIWindowSurfaceData.cpp785 (h > wsdo->bmHeight))
803 wsdo->bmHeight = h;

Completed in 43 milliseconds