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

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRenderBuffer.java142 long lengthInBytes = length * SIZEOF_BYTE;
143 unsafe.copyMemory(x, offsetInBytes, null, curAddress, lengthInBytes);
144 position(position() + lengthInBytes);
173 long lengthInBytes = length * SIZEOF_SHORT;
174 unsafe.copyMemory(x, offsetInBytes, null, curAddress, lengthInBytes);
175 position(position() + lengthInBytes);
210 long lengthInBytes = length * SIZEOF_INT;
211 unsafe.copyMemory(x, offsetInBytes, null, curAddress, lengthInBytes);
212 position(position() + lengthInBytes);
241 long lengthInBytes
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DAuFileFormat.java70 AuFileFormat(AudioFileFormat.Type type, int lengthInBytes, AudioFormat format, int lengthInFrames) { argument
72 super(type,lengthInBytes,format,lengthInFrames);
H A DWaveFileFormat.java82 WaveFileFormat(AudioFileFormat.Type type, int lengthInBytes, AudioFormat format, int lengthInFrames) { argument
84 super(type,lengthInBytes,format,lengthInFrames);
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.c1258 int lengthInBytes = img->height * img->bytes_per_line; local
1269 for (i = 0; i < lengthInBytes/2; i++) {
1310 for (i = 0; i < lengthInBytes/4; i++) {

Completed in 38 milliseconds