< prev index next >

src/java.desktop/macosx/native/libawt_lwawt/font/CGGlyphImages.m

Print this page
rev 54098 : 8260616: Removing remaining JNF dependencies in the java.desktop module
8259729: Missed JNFInstanceOf -> IsInstanceOf conversion

*** 22,33 **** * or visit www.oracle.com if you need additional information or have any * questions. */ #import <Accelerate/Accelerate.h> // for vImage_Buffer - #import <JavaNativeFoundation/JavaNativeFoundation.h> #import "CGGlyphImages.h" #import "CoreTextSupport.h" #import "fontscalerdefs.h" // contains the definition of GlyphInfo struct #import "sun_awt_SunHints.h" --- 22,33 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ #import <Accelerate/Accelerate.h> // for vImage_Buffer + #import "JNIUtilities.h" #import "CGGlyphImages.h" #import "CoreTextSupport.h" #import "fontscalerdefs.h" // contains the definition of GlyphInfo struct #import "sun_awt_SunHints.h"
< prev index next >