Searched refs:currentEncodedProperties (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/macosx/classes/apple/laf/ |
H A D | JRSUIControl.java | 97 private long currentEncodedProperties; field in class:JRSUIControl 188 currentEncodedProperties = state; 209 priorEncodedProperties = currentEncodedProperties; 215 return paintImage(data, imgW, imgH, cfDictionaryPtr, priorEncodedProperties, currentEncodedProperties, x, y, w, h); 224 return paintChangesImage(data, imgW, imgH, cfDictionaryPtr, priorEncodedProperties, currentEncodedProperties, x, y, w, h, localByteBuffer.ptr); 239 return paintChangesImage(data, imgW, imgH, cfDictionaryPtr, priorEncodedProperties, currentEncodedProperties, x, y, w, h, localByteBuffer.ptr); 244 priorEncodedProperties = currentEncodedProperties; 250 return paintToCGContext(cgContext, cfDictionaryPtr, priorEncodedProperties, currentEncodedProperties, x, y, w, h); 259 return paintChangesToCGContext(cgContext, cfDictionaryPtr, priorEncodedProperties, currentEncodedProperties, x, y, w, h, localByteBuffer.ptr); 274 return paintChangesToCGContext(cgContext, cfDictionaryPtr, priorEncodedProperties, currentEncodedProperties, [all...] |
Completed in 30 milliseconds