Home
last modified time | relevance | path

Searched refs:PNGPixelRect (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/util/texture/
H A DTestPNGPixelRect00NEWT.java47 import com.jogamp.opengl.util.PNGPixelRect;
135 …final PNGPixelRect image1 = PNGPixelRect.read(urlConn.getInputStream(), destFmt, false /* directBu… in testPNG01Impl()
141 …final PNGPixelRect image1_R = PNGPixelRect.read(out1_f.toURI().toURL().openStream(), image1.getPix… in testPNG01Impl()
151 final PNGPixelRect image2F = new PNGPixelRect(image1.getPixelformat(), image1.getSize(), in testPNG01Impl()
159 …final PNGPixelRect image2F_R = PNGPixelRect.read(out2F_f.toURI().toURL().openStream(), image1.getP… in testPNG01Impl()
170 final PNGPixelRect image2R = new PNGPixelRect(revFmt, image1.getSize(), in testPNG01Impl()
178 …final PNGPixelRect image2R_R = PNGPixelRect.read(out2R_f.toURI().toURL().openStream(), revFmt, fal… in testPNG01Impl()
186 final PNGPixelRect image2RF = new PNGPixelRect(revFmt, image1.getSize(), in testPNG01Impl()
194 …final PNGPixelRect image2RF_R = PNGPixelRect.read(out2RF_f.toURI().toURL().openStream(), revFmt, f… in testPNG01Impl()
210 …final PNGPixelRect image1 = PNGPixelRect.read(urlConn.getInputStream(), destFmt, false /* directBu… in testPNG02Impl()
[all …]
H A DTestPixelFormatUtil01NEWT.java46 import com.jogamp.opengl.util.PNGPixelRect;
88 …final PNGPixelRect image1 = PNGPixelRect.read(urlConn.getInputStream(), srcFmt, false /* directBuf… in testPNG01Impl()
H A DTestPNGPixelRect01NEWT.java56 import com.jogamp.opengl.util.PNGPixelRect;
74 …final PNGPixelRect image = PNGPixelRect.read(istream, destFmt, true /* directBuffer */, 0 /* destM… in testImpl()
/dports/graphics/jogamp-jogl/jogl/src/newt/classes/jogamp/newt/driver/opengl/
H A DJoglUtilPNGIcon.java40 import com.jogamp.opengl.util.PNGPixelRect;
45 final PNGPixelRect[] images = new PNGPixelRect[resources.resourceCount()]; in arrayToX11BGRAImages()
50 …final PNGPixelRect image = PNGPixelRect.read(urlConn.getInputStream(), PixelFormat.BGRA8888, false… in arrayToX11BGRAImages()
66 final PNGPixelRect image1 = images[i]; in arrayToX11BGRAImages()
/dports/graphics/jogamp-jogl/jogl/src/newt/classes/jogamp/newt/driver/windows/
H A DDisplayDriver.java54 import com.jogamp.opengl.util.PNGPixelRect;
72 …final PNGPixelRect image = PNGPixelRect.read(urlConn.getInputStream(), PixelFormat.BGRA8888, false…
79 …final PNGPixelRect image = PNGPixelRect.read(urlConn.getInputStream(), PixelFormat.BGRA8888, false…
/dports/graphics/jogamp-jogl/jogl/src/newt/classes/jogamp/newt/driver/macosx/
H A DDisplayDriver.java49 import com.jogamp.opengl.util.PNGPixelRect;
55 private static final PNGPixelRect defaultIconData;
67 PNGPixelRect image=null;
74 …image = PNGPixelRect.read(urlConn.getInputStream(), PixelFormat.RGBA8888, true /* directBuffer */,…
/dports/graphics/jogamp-jogl/jogl/src/newt/classes/jogamp/newt/driver/bcm/vc/iv/
H A DDisplayDriver.java42 import com.jogamp.opengl.util.PNGPixelRect;
52 static final PNGPixelRect defaultPointerIconImage;
68 PNGPixelRect image = null;
74 …image = PNGPixelRect.read(urlConn.getInputStream(), PixelFormat.BGRA8888, false /* directBuffer */…
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/util/
H A DPNGPixelRect.java56 public class PNGPixelRect extends PixelRectangle.GenericPixelRect { class
78 public static PNGPixelRect read(final InputStream in, in read()
193 …return new PNGPixelRect(destFmt, new Dimension(width, height), destStrideInBytes, destIsGLOriented… in read()
290 public PNGPixelRect(final PixelFormat pixelformat, final DimensionImmutable size, in PNGPixelRect() method in PNGPixelRect
296 public PNGPixelRect(final PixelRectangle src, final double dpiX, final double dpiY) { in PNGPixelRect() method in PNGPixelRect
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/
H A DTestGearsES2SimpleNEWT.java48 import com.jogamp.opengl.util.PNGPixelRect;
172 …final PNGPixelRect image = PNGPixelRect.read(urlConn.getInputStream(), null, false /* directBuffer… in runTestGL()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/util/texture/
H A DTextureIO.java75 import com.jogamp.opengl.util.PNGPixelRect;
1153 …final PNGPixelRect image = PNGPixelRect.read(stream, null, true /* directBuffer */, 0 /* destMinSt… in newTextureData()
1402 final PNGPixelRect image = new PNGPixelRect(pixFmt, size, in write()
1412 PNGPixelRect.write(pixFmt, size, in write()
/dports/graphics/jogamp-jogl/jogl/src/newt/classes/com/jogamp/newt/opengl/util/
H A DNEWTDemoListener.java52 import com.jogamp.opengl.util.PNGPixelRect;
491 …final PNGPixelRect image = PNGPixelRect.read(urlConn.getInputStream(), null, false /* directBuffer… in createPointerIcons()
/dports/graphics/jogamp-jogl/jogl/src/newt/classes/jogamp/newt/
H A DDisplayImpl.java50 import com.jogamp.opengl.util.PNGPixelRect;
133 final PNGPixelRect image = PNGPixelRect.read(urlConn.getInputStream(), in createPointerIcon()