jdk/src/java.desktop/macosx/classes/sun/java2d/CRenderer.java
changeset 32865 f9cb6e427f9e
parent 25859 3317bb8137f4
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
    34 import sun.java2d.loops.*;
    34 import sun.java2d.loops.*;
    35 import sun.java2d.pipe.*;
    35 import sun.java2d.pipe.*;
    36 import sun.lwawt.macosx.*;
    36 import sun.lwawt.macosx.*;
    37 
    37 
    38 public class CRenderer implements PixelDrawPipe, PixelFillPipe, ShapeDrawPipe, DrawImagePipe {
    38 public class CRenderer implements PixelDrawPipe, PixelFillPipe, ShapeDrawPipe, DrawImagePipe {
    39     native static void init();
    39     static native void init();
    40 
    40 
    41     // cache of the runtime options
    41     // cache of the runtime options
    42     static {
    42     static {
    43         init(); // initialize coordinate tables for shapes
    43         init(); // initialize coordinate tables for shapes
    44     }
    44     }