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

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRenderBuffer.java53 protected static final long SIZEOF_FLOAT = 4L; field in class:RenderBuffer
227 // assert (position() % SIZEOF_FLOAT == 0);
229 curAddress += SIZEOF_FLOAT;
238 // assert (position() % SIZEOF_FLOAT == 0);
240 long offsetInBytes = offset * SIZEOF_FLOAT + Unsafe.ARRAY_FLOAT_BASE_OFFSET;
241 long lengthInBytes = length * SIZEOF_FLOAT;

Completed in 30 milliseconds