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

/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIControl.java131 private BufferState loadBufferWithChanges(final ThreadLocalByteBuffer localByteBuffer) { argument
132 final ByteBuffer buffer = localByteBuffer.buffer;
218 final ThreadLocalByteBuffer localByteBuffer = getThreadLocalBuffer();
219 BufferState bufferState = loadBufferWithChanges(localByteBuffer);
224 return paintChangesImage(data, imgW, imgH, cfDictionaryPtr, priorEncodedProperties, currentEncodedProperties, x, y, w, h, localByteBuffer.ptr);
228 final int status = syncChanges(cfDictionaryPtr, localByteBuffer.ptr);
230 bufferState = loadBufferWithChanges(localByteBuffer);
239 return paintChangesImage(data, imgW, imgH, cfDictionaryPtr, priorEncodedProperties, currentEncodedProperties, x, y, w, h, localByteBuffer.ptr);
253 final ThreadLocalByteBuffer localByteBuffer = getThreadLocalBuffer();
254 BufferState bufferState = loadBufferWithChanges(localByteBuffer);
[all...]

Completed in 25 milliseconds