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

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Win32GraphicsDevice.cpp370 jbyte vbits[256/8]; local
399 // IndexColorModel. The vbits array is used to construct
400 // a BigInteger such that the most significant bit of vbits[0]
402 // least significant bit of vbits[256/8] indicates the
403 // validity of the first color (#0). We need to fill vbits
405 memset(vbits, 0xff, sizeof(vbits));
406 vbits[0] = 0;
407 vbits[1] = (jbyte) (0xff >> 2);
408 vbits[sizeo
[all...]

Completed in 32 milliseconds