Searched refs:vb (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DTextSourceLabel.java51 Rectangle2D vb; field in class:TextSourceLabel
82 if (vb == null) {
83 vb = createVisualBounds();
86 return new Rectangle2D.Float((float)(vb.getX() + x),
87 (float)(vb.getY() + y),
88 (float)vb.getWidth(),
89 (float)vb.getHeight());
H A DExtendedTextSourceLabel.java69 Rectangle2D vb; field in class:ExtendedTextSourceLabel
140 if (vb == null) {
141 vb = decorator.getVisualBounds(this);
143 return new Rectangle2D.Float((float)(vb.getX() + x),
144 (float)(vb.getY() + y),
145 (float)vb.getWidth(),
146 (float)vb.getHeight());
907 buf.append(", vb:");
908 buf.append(vb);
H A DStandardGlyphVector.java603 Rectangle2D vb = getGlyphVisualBounds(ix).getBounds2D();
605 vb.setRect(vb.getMinX() - pt.getX(),
606 vb.getMinY() - pt.getY(),
607 vb.getWidth(),
608 vb.getHeight());
612 vb,
864 Rectangle2D vb = getGlyphVisualBounds(i).getBounds2D();
865 result[n+4] = (float)(vb.getMinX());
866 result[n+5] = (float)(vb
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DSnmpSubNextRequestHandler.java183 final SnmpVarBind vb= result[index];
184 if (vb == null) {
194 final SnmpValue val= vb.value;
201 // vb.value = SnmpVarBind.endOfMibView;
215 int comp = elmt.oid.compareTo(vb.oid);
231 vb);
234 SnmpOid oid = vb.oid;
/openjdk7/jdk/src/share/classes/java/util/jar/
H A DAttributes.java308 byte[] vb = value.getBytes("UTF8");
309 value = new String(vb, 0, 0, vb.length);
354 byte[] vb = value.getBytes("UTF8");
355 value = new String(vb, 0, 0, vb.length);
H A DManifest.java157 byte[] vb = value.getBytes("UTF8");
158 value = new String(vb, 0, 0, vb.length);
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMibTable.java932 final SnmpVarBind vb = req.getRowStatusVarBind();
933 if (vb == null) {
940 return mapRowStatus(rowOid, vb, req.getUserData());
1506 final SnmpVarBind vb = req.getRowStatusVarBind();
1507 if (vb != null) vb.value = value;
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLayout.java972 Rectangle2D vb = textLine.getVisualBounds();
974 vb.setRect(vb.getX() - dx,
975 vb.getY() - dy,
976 vb.getWidth(),
977 vb.getHeight());
979 boundsRect = vb;
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DUtil.java486 static void fillValueBoxInfo (ValueBoxEntry vb) argument
488 SymtabEntry stateMember = (((InterfaceState) vb.state ().elementAt (0)).entry);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontconfig.h740 FcValueEqual (FcValue va, FcValue vb);

Completed in 118 milliseconds