Searched refs:widthBytes (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/utility/
H A Drect.c41 int widthBytes = width * bitsPerPixel / 8; local
42 int alignedWidth = (((widthBytes - 1) / 4) + 1) * 4;
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_BitmapUtil.cpp316 UINT widthBytes = width * bi.bmiHeader.biBitCount / 8; local
317 UINT alignedWidth = (((widthBytes - 1) / 4) + 1) * 4;

Completed in 51 milliseconds