Searched defs:dsi (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_DrawingSurface.c299 awt_DrawingSurface_FreeDrawingSurfaceInfo(JAWT_DrawingSurfaceInfo* dsi) argument
301 if (dsi == NULL ) {
307 free(dsi->platformInfo);
308 free(dsi);
H A Dawt_p.h165 DropSitePtr dsi; member in struct:ComponentData
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DrawingSurface.cpp134 (JAWT_DrawingSurfaceInfo* dsi)
138 DASSERTMSG(dsi != NULL, "Drawing Surface Info is NULL\n");
140 JAWTDrawingSurfaceInfo* jdsi = static_cast<JAWTDrawingSurfaceInfo*>(dsi);
220 (JAWT_DrawingSurfaceInfo* dsi)
133 FreeDSI(JAWT_DrawingSurfaceInfo* dsi) argument
219 FreeDSI(JAWT_DrawingSurfaceInfo* dsi) argument

Completed in 25 milliseconds