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

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Window.h99 x -= m_insets.left;
100 y -= m_insets.top;
104 VERIFY(::CopyRect(rect, &m_insets));
262 RECT m_insets; /* a cache of the insets being used */ member in class:AwtWindow

Completed in 23 milliseconds