Searched refs:GDIWindowSurfaceData_GetWindow (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIWindowSurfaceData.h245 GDIWindowSurfaceData_GetWindow(JNIEnv *env, GDIWinSDOps *wsdo);
H A DGDIWindowSurfaceData.cpp422 // GDIWindowSurfaceData_GetWindow will throw NullPointerException
424 wsdo->window = GDIWindowSurfaceData_GetWindow(env, wsdo);
509 GDIWindowSurfaceData_GetWindow(JNIEnv *env, GDIWinSDOps *wsdo) function
517 "GDIWindowSurfaceData_GetWindow: null component");
524 "GDIWindowSurfaceData_GetWindow: disposed component");

Completed in 211 milliseconds