jdk/src/java.desktop/share/classes/sun/java2d/loops/DrawRect.java
changeset 38984 bbded3eab454
parent 32865 f9cb6e427f9e
equal deleted inserted replaced
38983:3cc67a01654b 38984:bbded3eab454
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2002, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    28  */
    28  */
    29 
    29 
    30 package sun.java2d.loops;
    30 package sun.java2d.loops;
    31 
    31 
    32 import sun.java2d.loops.GraphicsPrimitive;
    32 import sun.java2d.loops.GraphicsPrimitive;
    33 import java.awt.Color;
       
    34 import java.awt.image.ColorModel;
       
    35 import java.awt.image.Raster;
       
    36 import sun.java2d.SunGraphics2D;
    33 import sun.java2d.SunGraphics2D;
    37 import sun.java2d.SurfaceData;
    34 import sun.java2d.SurfaceData;
    38 
    35 
    39 /**
    36 /**
    40  *   DrawRect
    37  *   DrawRect