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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A DmultiVis.c405 int32_t bitmap_unit; local
407 bitmap_unit = sizeof (long);
415 ** bytes per scan line will be multiples of bitmap_unit bits */
417 rem = (bytes_per_line*8)%bitmap_unit;

Completed in 59 milliseconds