CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke <rabbit78> 07/03/09 09:41:38
Modified files: java/awt/image : ComponentSampleModel.java . : ChangeLog Log message: 2007-03-09 Roman Kennke <[EMAIL PROTECTED]> * java/awt/image/ComponentSampleModel.java (tightPixelPacking): Removed. (ComponentSampleModel): Removed unnecessary 'optimization' code. (createDataBuffer): Avoid use of Buffers helper class. (getDataElements(int,int,int,int,Object,DataBuffer): Removed. (getDataElements(int,int,Object,DataBuffer): Do not use Buffers helper class and instead fetch the values directly. Don't expect any specific DataBuffer subclass. (setDataElements(int,int,int,int,Object,DataBuffer): Removed. (setDataElements(int,int,Object,DataBuffer): Do not use Buffers helper class and instead set the values directly. Don't expect any specific DataBuffer subclass. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/ComponentSampleModel.java?cvsroot=classpath&r1=1.16&r2=1.17 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.9149&r2=1.9150