final class LensPixels extends Pixels
Pixels.Format| Modifier | Constructor and Description |
|---|---|
protected |
LensPixels(int width,
int height,
java.nio.ByteBuffer data) |
protected |
LensPixels(int width,
int height,
java.nio.IntBuffer data) |
protected |
LensPixels(int width,
int height,
java.nio.IntBuffer data,
float scale) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
_attachByte(long ptr,
int w,
int h,
java.nio.ByteBuffer bytes,
byte[] array,
int offset) |
protected void |
_attachInt(long nativeWindowPointer,
int w,
int h,
java.nio.IntBuffer ints,
int[] array,
int offset) |
private void |
_copyPixels(java.nio.Buffer dst,
java.nio.Buffer src,
int size) |
protected void |
_fillDirectByteBuffer(java.nio.ByteBuffer bb) |
(package private) static int |
getNativeFormat_impl() |
asByteBuffer, asByteBuffer, equals, getBytesPerComponent, getHeight, getHeightUnsafe, getNativeFormat, getPixels, getScale, getScaleUnsafe, getWidth, getWidthUnsafe, hashCodeprotected LensPixels(int width,
int height,
java.nio.ByteBuffer data)
protected LensPixels(int width,
int height,
java.nio.IntBuffer data)
protected LensPixels(int width,
int height,
java.nio.IntBuffer data,
float scale)
static int getNativeFormat_impl()
private void _copyPixels(java.nio.Buffer dst,
java.nio.Buffer src,
int size)
protected void _fillDirectByteBuffer(java.nio.ByteBuffer bb)
_fillDirectByteBuffer in class Pixelsprotected void _attachInt(long nativeWindowPointer,
int w,
int h,
java.nio.IntBuffer ints,
int[] array,
int offset)
_attachInt in class Pixelsprotected void _attachByte(long ptr,
int w,
int h,
java.nio.ByteBuffer bytes,
byte[] array,
int offset)
_attachByte in class Pixels