Searched refs:XAllocSizeHints (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXEmbedChildProxyPeer.java130 long p_hints = XlibWrapper.XAllocSizeHints();
143 long p_hints = XlibWrapper.XAllocSizeHints();
H A DXlibWrapper.java448 static native long XAllocSizeHints(); method in class:XlibWrapper
H A DXEmbedCanvasPeer.java237 long p_hints = XlibWrapper.XAllocSizeHints();
254 long p_hints = XlibWrapper.XAllocSizeHints();
H A DXBaseWindow.java474 long p_hints = XlibWrapper.XAllocSizeHints();
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_xembed_server.c395 hints = XAllocSizeHints();
422 hints = XAllocSizeHints();
H A Dawt_wm.c1365 XSizeHints *hints = XAllocSizeHints();
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXlibWrapper.c1499 hints = XAllocSizeHints();
1529 return ptr_to_jlong(XAllocSizeHints());
H A DXWindow.c1209 XSizeHints *size_hints = XAllocSizeHints();

Completed in 91 milliseconds