jdk/src/java.desktop/share/classes/sun/java2d/loops/TransformHelper.java
changeset 38984 bbded3eab454
parent 25859 3317bb8137f4
equal deleted inserted replaced
38983:3cc67a01654b 38984:bbded3eab454
     1 /*
     1 /*
     2  * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2004, 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
    25 
    25 
    26 package sun.java2d.loops;
    26 package sun.java2d.loops;
    27 
    27 
    28 import java.awt.Composite;
    28 import java.awt.Composite;
    29 import java.awt.geom.AffineTransform;
    29 import java.awt.geom.AffineTransform;
    30 import java.lang.ref.WeakReference;
       
    31 import sun.java2d.SurfaceData;
    30 import sun.java2d.SurfaceData;
    32 import sun.java2d.loops.GraphicsPrimitive;
    31 import sun.java2d.loops.GraphicsPrimitive;
    33 import sun.java2d.pipe.Region;
    32 import sun.java2d.pipe.Region;
    34 
    33 
    35 /**
    34 /**