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

/openjdk9/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Choice.h84 static void _Reshape(void *param);
H A Dawt_Choice.cpp45 // Struct for _Reshape() method
529 void AwtChoice::_Reshape(void *param) function in class:AwtChoice
816 AwtToolkit::GetInstance().SyncCall(AwtChoice::_Reshape, rs);
817 // global ref and rs are deleted in _Reshape
H A Dawt_Component.h657 static void _Reshape(void *param);
H A Dawt_Component.cpp105 // Struct for _Reshape() and ReshapeNoCheck() methods
5609 void AwtComponent::_Reshape(void *param) function in class:AwtComponent
6688 AwtToolkit::GetInstance().SyncCall(AwtComponent::_Reshape, rs);
6689 // global ref and rs are deleted in _Reshape

Completed in 110 milliseconds