Searched defs:paintToCGContext (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/macosx/classes/apple/laf/ |
H A D | JRSUIControl.java | 45 private static native int paintToCGContext (long cgContext, long cfDictionaryPtr, long oldProperties, long newProperties, double x, double y, double w, double h); method in class:JRSUIControl 243 paintToCGContext(cgContext, x, y, w, h); 247 private synchronized int paintToCGContext(final long cgContext, final double x, final double y, final double w, final double h) { method in class:JRSUIControl 250 return paintToCGContext(cgContext, cfDictionaryPtr, priorEncodedProperties, currentEncodedProperties, x, y, w, h);
|
Completed in 30 milliseconds