modules/graphics/src/main/java/com/sun/glass/ui/lens/LensPixels.java

Print this page

        

*** 38,49 **** protected LensPixels(int width, int height, IntBuffer data) { super(width, height, data); } ! protected LensPixels(int width, int height, IntBuffer data, float scale) { ! super(width, height, data, scale); } static int getNativeFormat_impl() { LensLogger.getLogger().config("Querying native format"); // All our implementations use ARGB_PRE and convert to the native pixel --- 38,49 ---- protected LensPixels(int width, int height, IntBuffer data) { super(width, height, data); } ! protected LensPixels(int width, int height, IntBuffer data, float scalex, float scaley) { ! super(width, height, data, scalex, scaley); } static int getNativeFormat_impl() { LensLogger.getLogger().config("Querying native format"); // All our implementations use ARGB_PRE and convert to the native pixel