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

/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DRenderQueue.cpp107 int wh = r.bottom - r.top; local
108 if (ww != params.BackBufferWidth || wh != params.BackBufferHeight) {
112 ww, wh, params.BackBufferWidth, params.BackBufferHeight);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_util.c268 Dimension ww, wh; local
294 XmNheight, &wh,
302 if (wd != ww || ht != wh) {

Completed in 60 milliseconds