Searched refs:_width (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnD/
H A DImageGenerator.java39 public ImageGenerator(int _width, int _height, Color bgColor) argument
41 width = _width;
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnDInOut/
H A DImageGenerator.java39 public ImageGenerator(int _width, int _height, Color bgColor) argument
41 width = _width;
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnDNegative/
H A DImageGenerator.java39 public ImageGenerator(int _width, int _height, Color bgColor) argument
41 width = _width;
/openjdk7/hotspot/src/share/vm/utilities/
H A Dostream.hpp44 int _width; // width of the page member in class:outputStream
73 int width() const { return _width; }
H A Dostream.cpp49 _width = width;
57 _width = width;

Completed in 36 milliseconds