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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DIconInfo.java69 private int rawLength; field in class:IconInfo
78 this.rawLength = width * height + 2;
88 this.rawLength = width * height + 2;
104 this.rawLength = width * height + 2;
113 this.rawLength = width * height + 2;
133 return rawLength;

Completed in 29 milliseconds