Searched refs:FreeDrawingSurfaceInfo (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/javavm/export/
H A Djawt.h125 * ds->FreeDrawingSurfaceInfo(dsi);
187 * FreeDrawingSurfaceInfo() are called from a different thread,
216 * When finished with the returned value, FreeDrawingSurfaceInfo must be
224 void (JNICALL *FreeDrawingSurfaceInfo) member in struct:jawt_DrawingSurface
/openjdk7/jdk/src/macosx/native/sun/awt/
H A Dawt_DrawingSurface.m101 ds->FreeDrawingSurfaceInfo = awt_DrawingSurface_FreeDrawingSurfaceInfo;
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DrawingSurface.cpp100 FreeDrawingSurfaceInfo = FreeDSI;
190 FreeDrawingSurfaceInfo = FreeDSI;
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_DrawingSurface.c193 * When finished with the returned value, FreeDrawingSurfaceInfo must be
348 p->FreeDrawingSurfaceInfo = awt_DrawingSurface_FreeDrawingSurfaceInfo;

Completed in 24 milliseconds