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

/openjdk7/jdk/src/share/native/sun/java2d/
H A DSurfaceData.h432 * this is set in SurfaceData_InitOps() and used by any object
651 SurfaceDataOps *SurfaceData_InitOps(JNIEnv *env, jobject sData, int opsSize);
657 * It also destroys the ops structure created in SurfaceData_InitOps.
H A DSurfaceData.c234 SurfaceDataOps *SurfaceData_InitOps(JNIEnv *env, jobject sData, int opsSize) function
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DPrinterSurfaceData.m89 PrintSDOps *psdo = (PrintSDOps*)SurfaceData_InitOps(env, jthis, sizeof(PrintSDOps));
H A DImageSurfaceData.m1776 ImageSDOps* isdo = (ImageSDOps*)SurfaceData_InitOps(env, bisd, sizeof(ImageSDOps));
1788 //(BufImgSDOps*)SurfaceData_InitOps(env, bisd, sizeof(BufImgSDOps));
/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/
H A DGLXSurfaceData.c60 OGLSDOps *oglsdo = (OGLSDOps *)SurfaceData_InitOps(env, glxsd,
/openjdk7/jdk/src/share/native/sun/awt/image/
H A DBufImgSurfaceData.c112 (BufImgSDOps*)SurfaceData_InitOps(env, bisd, sizeof(BufImgSDOps));
/openjdk7/jdk/src/windows/native/sun/java2d/opengl/
H A DWGLSurfaceData.c64 OGLSDOps *oglsdo = (OGLSDOps *)SurfaceData_InitOps(env, wglsd,
/openjdk7/jdk/src/macosx/native/sun/java2d/opengl/
H A DCGLSurfaceData.m418 SurfaceData_InitOps(env, cglsd, sizeof(OGLSDOps));
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DSurfaceData.cpp172 D3DSDOps *d3dsdo = (D3DSDOps *)SurfaceData_InitOps(env, d3dsd,
/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIWindowSurfaceData.cpp380 GDIWinSDOps *wsdo = (GDIWinSDOps *)SurfaceData_InitOps(env, wsd, sizeof(GDIWinSDOps));
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.c263 X11SDOps *xsdo = (X11SDOps*)SurfaceData_InitOps(env, xsd, sizeof(X11SDOps));

Completed in 51 milliseconds