Searched refs:wh (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DTokenList.java281 for (int wh = hint; wh < lengths.length - END0; wh++) {
282 int beg = lengths[BEG0 + wh];
283 int end = lengths[END0 + wh];
285 lengths[HINT] = wh;
286 return wh;
299 int wh = which(i);
300 int beg = lengths[BEG0 + wh];
306 return getCS(wh)
[all...]
/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) {
/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);

Completed in 28 milliseconds