Lines Matching refs:localByteBuffer

131     private BufferState loadBufferWithChanges(final ThreadLocalByteBuffer localByteBuffer) {
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);
259 return paintChangesToCGContext(cgContext, cfDictionaryPtr, priorEncodedProperties, currentEncodedProperties, x, y, w, h, localByteBuffer.ptr);
263 final int status = syncChanges(cfDictionaryPtr, localByteBuffer.ptr);
265 bufferState = loadBufferWithChanges(localByteBuffer);
274 return paintChangesToCGContext(cgContext, cfDictionaryPtr, priorEncodedProperties, currentEncodedProperties, x, y, w, h, localByteBuffer.ptr);
305 final ThreadLocalByteBuffer localByteBuffer = getThreadLocalBuffer();
306 BufferState bufferState = loadBufferWithChanges(localByteBuffer);
308 final int status = syncChanges(cfDictionaryPtr, localByteBuffer.ptr);
314 final int status = syncChanges(cfDictionaryPtr, localByteBuffer.ptr);
316 bufferState = loadBufferWithChanges(localByteBuffer);