commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] classpath gnu/java/awt/java2d/AbstractGraphics2...


From: Roman Kennke
Subject: [commit-cp] classpath gnu/java/awt/java2d/AbstractGraphics2...
Date: Sun, 07 May 2006 01:30:36 +0000

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Roman Kennke <address@hidden>   06/05/07 01:30:36

Modified files:
        gnu/java/awt/java2d: AbstractGraphics2D.java 
        .              : ChangeLog 

Log message:
        2006-05-07  Roman Kennke <address@hidden>
        
        * gnu/java/awt/java2d/AbstractGraphics2D.java
        (fillShape): Determine user space bounds of shape and feed them
        into the actual rendering pipeline.
        (rawSetPixel): Made non-abstract for now. Maybe remove later.
        (rawSetForeground): Likewise.
        (getDestinationColorModel): Removed.
        (getDeviceBounds): Made non-abstract. Provide useful default impl.
        (rawFillShape): Handle paint context.
        (fillScanline): Implement painting and compositing.
        (fillShapeAntialias): Handle paint context.
        (fillScanlineAA): Implemented preliminary antialiasing based on
        composite context. Not working yet.
        (fillScanlineAlpha): Removed.
        (init): Fetch destination raster.
        (getDestinationRaster): New abstract method.
        (updateRaster): New backend method.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/gnu/java/awt/java2d/AbstractGraphics2D.java.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.7304&tr2=1.7305&r1=text&r2=text




reply via email to

[Prev in Thread] Current Thread [Next in Thread]