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

/openjdk7/jdk/src/share/demo/applets/SortDemo/
H A DSortItem.java76 int h2 = -1; field in class:SortItem
129 h2 = H2;
158 h1 = h2 = -1;
227 if (h2 >= 0) {
229 y = deltaY + evenY + h2 * 2 + 1;
/openjdk7/jdk/src/share/instrument/
H A DPathCharsValidator.c190 int h2 = (int)(signed char)path[i+2]; local
191 if (h1 < 0 || h2 < 0) return -1;
193 if (!match(h2, L_HEX, H_HEX)) return -1;
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageLookUp_Bit.c453 mlib_u32 l0, h0, v0, l1, h1, v1, l2, h2, v2; local
471 h2 = (h1 >> 8); h2 |= (h2 << 24);
478 h2 = (h1 << 8); h2 |= (h2 >> 24);
492 v2 = (l2 &~ mask2) | (h2 & mask2);
/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DDirectAudioDevice.c221 INT8 h1, h2; local
225 h2 = data[1];
228 *output = h2; output++;
/openjdk7/jdk/src/windows/classes/sun/print/
H A DWin32PrintService.java571 private boolean isSameSize(float w1, float h1, float w2, float h2) { argument
573 float diffY = h1 - h2;
576 float diffXrev = w1 - h2;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java93 void h2(String s) { nl(); wrap("h2", s); nl(); } method in class:HTMLGenerator.Formatter
157 h2(title);
261 buf.h2(message);
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlWriter.java541 public void h2() { method in class:HtmlWriter
551 public void h2(String text) { method in class:HtmlWriter
552 h2();

Completed in 70 milliseconds