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

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRenderBuffer.java51 protected static final long SIZEOF_SHORT = 2L; field in class:RenderBuffer
159 // assert (position() % SIZEOF_SHORT == 0);
161 curAddress += SIZEOF_SHORT;
170 // assert (position() % SIZEOF_SHORT == 0);
172 long offsetInBytes = offset * SIZEOF_SHORT + Unsafe.ARRAY_SHORT_BASE_OFFSET;
173 long lengthInBytes = length * SIZEOF_SHORT;

Completed in 33 milliseconds