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

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Util/src/com/sun/hotspot/igv/util/
H A DExtendedSatelliteComponent.java86 int vw = (int) (scale * bounds.width);
88 int vx = (size.width - vw) / 2;
92 if (image == null || vw != imageWidth || vh != imageHeight) {
94 imageWidth = vw;
158 int vw = (int) (scale * bounds.width);
160 int vx = (size.width - vw) / 2;
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DExtendedSatelliteComponent.java87 int vw = (int) (scale * bounds.width);
89 int vx = (size.width - vw) / 2;
93 if (image == null || vw != imageWidth || vh != imageHeight) {
95 imageWidth = vw;
161 int vw = (int) (scale * bounds.width);
163 int vx = (size.width - vw) / 2;
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/ControlFlow/src/com/sun/hotspot/igv/controlflow/
H A DHierarchicalGraphLayout.java130 VertexWrapper vw = (VertexWrapper) o;
131 return node.toString().compareTo(vw.node.toString());
/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.cpp228 int vw = vector_width(mem_ref); local
230 if (vw > vw_best) {
372 int vw = vector_width_in_bytes(s); local
373 assert(vw > 1, "sanity");
377 (vw > max_vw ||
378 vw == max_vw &&
383 max_vw = vw;
395 int vw = vector_width_in_bytes(s); local
396 assert(vw > 1, "sanity");
400 (vw > max_v
455 int vw = vector_width_in_bytes(p.mem()); local
1859 int vw = vector_width_in_bytes(s); local
2052 int vw = vector_width_in_bytes(align_to_ref); local
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_util.h209 int32_t awt_util_getIMStatusHeight(Widget vw);
212 int32_t awt_util_getIMStatusHeight(Widget vw);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTabbedPaneUI.java3029 int vw = tw;
3052 vw = (tw > 2 * butSize.width) ? tw - 2 * butSize.width : 0;
3053 if(totalTabWidth - viewRect.x <= vw) {
3056 vw = totalTabWidth - viewRect.x;
3060 child.setBounds(tx, ty, vw, vh);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneCopyFromBasicUI.java2849 int vw = tw;
2872 vw = (tw > 2 * butSize.width) ? tw - 2 * butSize.width : 0;
2873 if (totalTabWidth - viewRect.x <= vw) {
2876 vw = totalTabWidth - viewRect.x;
2880 child.setBounds(tx, ty, vw, vh);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp730 FloatRegisterImpl::Width vw = is_double ? FloatRegisterImpl::S : FloatRegisterImpl::D; local
732 __ ftof(vw, dw, rval, rdst);

Completed in 70 milliseconds