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

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.cpp6264 GetInsetsStruct *gis = (GetInsetsStruct *)param; local
6265 jobject self = gis->window;
6267 gis->insets->left = gis->insets->top =
6268 gis->insets->right = gis->insets->bottom = 0;
6274 component->GetInsets(gis->insets);
6278 delete gis;
6289 GetInsetsStruct *gis = new GetInsetsStruct; local
6290 gis
[all...]

Completed in 55 milliseconds